diff --git a/www/app/layout.tsx b/www/app/layout.tsx index 752d1d6..0fab2c9 100644 --- a/www/app/layout.tsx +++ b/www/app/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from "next"; +import Script from "next/script"; import "./globals.css"; import EmailGateWrapper from "@/components/EmailGateWrapper"; @@ -38,6 +39,18 @@ export default function RootLayout({ return (
+ +