diff --git a/app/layout.tsx b/app/layout.tsx index 6807f01..810b727 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; +import Script from "next/script"; import "./globals.css"; const geistSans = Geist({ @@ -24,7 +25,21 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + + + +