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, )} > +