diff --git a/app/layout.tsx b/app/layout.tsx index 5aa5367..2b334ab 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,8 @@ import type { Metadata } from 'next' import localFont from 'next/font/local' import './globals.css' +import InfoPopup from "@/components/InfoPopup" +import { LANDING_HTML } from "@/components/landing-content" const geistSans = localFont({ src: './fonts/GeistVF.woff', @@ -39,6 +41,7 @@ export default function RootLayout({
{children} +