diff --git a/app/[lang]/layout.tsx b/app/[lang]/layout.tsx index a983e9f..e96d719 100644 --- a/app/[lang]/layout.tsx +++ b/app/[lang]/layout.tsx @@ -1,6 +1,7 @@ import type { Metadata, Viewport } from "next"; import { Inter, Playfair_Display } from "next/font/google"; import "../globals.css"; +import Script from "next/script"; import Navbar from "@/components/Navbar"; import Footer from "@/components/Footer"; import WhatsAppButton from "@/components/WhatsAppButton"; @@ -122,6 +123,9 @@ export default async function RootLayout({ className={`${inter.variable} ${playfair.variable} h-full antialiased scroll-smooth`} suppressHydrationWarning > +
+ +