diff --git a/.env b/.env index 1601105..29dfa7f 100644 --- a/.env +++ b/.env @@ -2,3 +2,4 @@ EVENT_ID=inctf NEXT_PUBLIC_EVENT_ID=inctf NEXT_PUBLIC_GA_ID=G-KH5K55VLK7 NEXT_PUBLIC_WEB3FORMS_ACCESS_KEY=307d219e-605a-4a1a-bffc-4207b30a2fa0 +NEXT_PUBLIC_GTM_ID=GTM-T2WDBL8H \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index 875be6c..1c8eb2f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -13,7 +13,30 @@ export default function RootLayout({ children }: { children: ReactNode }) { return ( + +