From 725f8b5612e9c982cb21882eb0d3079821673736 Mon Sep 17 00:00:00 2001 From: Mustafa Yildiz Date: Mon, 13 Jul 2026 15:29:12 +0300 Subject: [PATCH] chore: revert to raw widget in layout --- app/[locale]/layout.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 0647c54..5af64a7 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -5,7 +5,6 @@ import { NextIntlClientProvider } from 'next-intl'; import { getMessages, setRequestLocale } from 'next-intl/server'; import { routing } from '@/i18n/routing'; import { notFound } from 'next/navigation'; -import { MarmarisWidget } from '@/components/MarmarisWidget'; import "../globals.css"; const cormorant = Cormorant_Garamond({ @@ -58,8 +57,14 @@ export default async function LocaleLayout({ {/* VPS Panel Analytics */}