diff --git a/app/[locale]/(withheaderfooter)/layout.tsx b/app/[locale]/(withheaderfooter)/layout.tsx
index 8886088..fd1d8c7 100644
--- a/app/[locale]/(withheaderfooter)/layout.tsx
+++ b/app/[locale]/(withheaderfooter)/layout.tsx
@@ -15,6 +15,7 @@ import 'leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility
import AgeVerification from '../../Components/AgeVerification';
import { GoogleAnalytics } from '@next/third-parties/google';
import { GoogleTagManager } from '@next/third-parties/google';
+import Script from 'next/script';
const inter = Inter({ subsets: ['latin'] });
@@ -57,6 +58,20 @@ export default function LocaleLayout({
+
+
);
}
diff --git a/app/[locale]/(withoutheaderfooter)/layout.tsx b/app/[locale]/(withoutheaderfooter)/layout.tsx
index 733c8c8..dfd44bb 100644
--- a/app/[locale]/(withoutheaderfooter)/layout.tsx
+++ b/app/[locale]/(withoutheaderfooter)/layout.tsx
@@ -15,6 +15,7 @@ import 'leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility
import AgeVerification from '../../Components/AgeVerification';
import { GoogleAnalytics } from '@next/third-parties/google';
import { GoogleTagManager } from '@next/third-parties/google';
+import Script from 'next/script';
const inter = Inter({ subsets: ['latin'] });
@@ -49,6 +50,20 @@ export default function LocaleLayout({
{children}
+
+
);
}
diff --git a/app/layout.tsx b/app/layout.tsx
index 5aca1af..72b05c1 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -5,6 +5,7 @@ import 'leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility
import './globals.css';
import { GoogleAnalytics } from '@next/third-parties/google';
import { GoogleTagManager } from '@next/third-parties/google';
+import Script from 'next/script';
const inter = Inter({ subsets: ['latin'] });