language Switcher added

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-27 17:36:09 +05:00
parent e87a26d74c
commit de2554a2e7
21 changed files with 830 additions and 32 deletions

10
app/[locale]/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>
);
}