diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx
index e807f04..1e79669 100644
--- a/apps/web/app/layout.tsx
+++ b/apps/web/app/layout.tsx
@@ -2,6 +2,7 @@ import type { Metadata } from 'next'
import { Footer, Header } from '@/components/chrome'
import { SITE } from '@/lib/site'
import './globals.css'
+import Script from "next/script";
export const metadata: Metadata = {
metadataBase: new URL(SITE.url),
@@ -80,6 +81,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
{children}
+