From cce9016e22abb5ebabcab26d5b6b248f102a11a6 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 24 Sep 2025 08:10:18 +0000 Subject: [PATCH] Add Google Analytics tracking code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added GA4 tracking code (G-KDVCM5G4H1) to head section - Configured dataLayer and gtag for comprehensive analytics - Applied to all localized pages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- app/[locale]/layout.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index a7fa61a..a54cd90 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -101,6 +101,20 @@ export default async function LocaleLayout({ return ( + + {/* Google tag (gtag.js) */} + +