implemented language swicther

This commit is contained in:
2026-04-17 09:52:04 +02:00
parent 66717a2645
commit e7ef30f5a6
7 changed files with 801 additions and 20 deletions
+1 -2
View File
@@ -34,10 +34,9 @@ export default function RootLayout({
<div className="sticky top-0 z-50 bg-brand-beige w-full px-2.75 pt-2.75">
<Header />
</div>
{/* Scrolling bloc */}
<CustomScrollArea>
<main className="px-2.75 pb-2.75">
{children}
</main>