diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 734fe88..297ec56 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next"; +import Script from "next/script"; import { Cormorant_Garamond, Plus_Jakarta_Sans } from "next/font/google"; import {NextIntlClientProvider} from 'next-intl'; import {getMessages, setRequestLocale} from 'next-intl/server'; @@ -48,14 +49,13 @@ export default async function LocaleLayout({ return ( -
- {/* VPS Panel Analytics */} - -