diff --git a/apps/marginfi-landing-page/src/app/layout.tsx b/apps/marginfi-landing-page/src/app/layout.tsx index 4d05c78c8..9b36aadd7 100644 --- a/apps/marginfi-landing-page/src/app/layout.tsx +++ b/apps/marginfi-landing-page/src/app/layout.tsx @@ -1,4 +1,3 @@ -import Script from "next/script"; import { SpeedInsights } from "@vercel/speed-insights/next"; import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google"; import { Header } from "~/components/header"; @@ -27,19 +26,6 @@ export default function RootLayout({ <> -