From 0eba290961f28c4435d3cbb62ae6afa750e220ee Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Thu, 18 Jun 2026 00:29:41 -0600 Subject: [PATCH] feat: integrate Google Tag Manager for enhanced tracking - Added GoogleTagManager component with GTM ID for improved analytics capabilities. --- apps/website/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/website/app/layout.tsx b/apps/website/app/layout.tsx index 36588f3..0f60335 100644 --- a/apps/website/app/layout.tsx +++ b/apps/website/app/layout.tsx @@ -1,4 +1,4 @@ -import { GoogleAnalytics } from "@next/third-parties/google"; +import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google"; import clsx from "clsx"; import type { Metadata } from "next"; import { Inter, Lexend } from "next/font/google"; @@ -59,6 +59,7 @@ export default function RootLayout({ children }: { children: ReactNode }) { lexend.variable, )} > +