diff --git a/lander/src/app/layout.tsx b/lander/src/app/layout.tsx index 6f0f050..dec995b 100644 --- a/lander/src/app/layout.tsx +++ b/lander/src/app/layout.tsx @@ -1,7 +1,6 @@ import type { Metadata } from "next"; import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -import Head from "next/head"; const geistSans = Geist({ variable: "--font-geist-sans",