diff --git a/apps/site/src/app/(home)/page.tsx b/apps/site/src/app/(home)/page.tsx index 7a2b1938..4c94ffb3 100644 --- a/apps/site/src/app/(home)/page.tsx +++ b/apps/site/src/app/(home)/page.tsx @@ -1,7 +1,6 @@ export const revalidate = 60; import Landing from "./sections/Landing"; -import Intro from "./sections/Intro"; import GetInvolved from "./sections/GetInvolved"; import Sponsors from "./sections/Sponsors"; import FAQ from "./sections/FAQ"; diff --git a/apps/site/src/app/layout.tsx b/apps/site/src/app/layout.tsx index 7234a29f..2d06a203 100644 --- a/apps/site/src/app/layout.tsx +++ b/apps/site/src/app/layout.tsx @@ -17,7 +17,7 @@ export const metadata: Metadata = { }; const fredoka = Fredoka({ - weight: ["400", "600", "700"], + weight: ["400", "500", "600", "700"], subsets: ["latin"], variable: "--next-font-fredoka", }); @@ -32,7 +32,7 @@ export default function RootLayout({ {/* */}
{children}
- {/*