Faq page done

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-26 19:58:36 +05:00
parent 1d735af4dd
commit c6bcb6d859
5 changed files with 174 additions and 0 deletions

10
app/faq/page.tsx Normal file
View File

@@ -0,0 +1,10 @@
import { FaqBanner, Togle } from "@/components/pages/faq";
export default function Page() {
return (
<div >
<FaqBanner />
<Togle />
</div>
);
}