From f37a682349f67e0ccfbe155edf9edc44ffef8a8f Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Mon, 13 Jul 2026 15:25:50 +0300 Subject: [PATCH] feat: add Google Analytics GA4 (G-LB86GJKBG0) --- app/[locale]/layout.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index ded222c..4ae0ccc 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -113,6 +113,19 @@ export default async function RootLayout({ data-domain="https://marmarislocal.com" strategy="afterInteractive" /> + {/* Google Analytics GA4 */} + {!hideNavbarFooter && } {children}