This commit is contained in:
AyrisAI
2026-07-11 16:15:26 +03:00
parent ccb923e57a
commit ac78e5bf40
16 changed files with 504 additions and 322 deletions
+2 -2
View File
@@ -133,9 +133,9 @@ export default async function RootLayout({
__html: JSON.stringify(buildJsonLd(lang)).replace(/</g, "\\u003c"),
}}
/>
<Navbar />
<Navbar lang={lang} />
<main className="flex-grow">{children}</main>
<Footer />
<Footer lang={lang} />
<WhatsAppButton />
</body>
</html>