diff --git a/app/layout.js b/app/layout.js index b3184b8..2d94a99 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,3 +1,4 @@ +import Script from 'next/script' import TopLoader from '../components/top-loader' import Navigasyon from '../components/navigasyon' import ThemeRegistry from './theme-registy' @@ -50,9 +51,17 @@ const jsonLd = { location: 'Guadeloupe' } -export default async function RootLayout({children, Session}) { +export default async function RootLayout({children}) { return ( +
+ +