diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f585d52..fe21804 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,7 @@ import "./globals.css"; import type { Metadata } from "next"; import { Inter } from "next/font/google"; +import Script from "next/script"; const inter = Inter({ subsets: ["latin"] }); @@ -17,6 +18,24 @@ export default function RootLayout({ return ( +