From 353b5368bfb5fb726ad23fceeaf7afeabac7d980 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:47:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8f19365..8d5b00c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,12 +5,15 @@ import "./styles/variables.css"; import "./styles/base.css"; const geistSans = localFont({ - src: "./fonts/GeistVF.woff", variable: "--font-geist-sans", weight: "100 900"}); + src: "./fonts/GeistVF.woff", variable: "--font-geist-sans", weight: "100 900" +}); const geistMono = localFont({ - src: "./fonts/GeistMonoVF.woff", variable: "--font-geist-mono", weight: "100 900"}); + src: "./fonts/GeistMonoVF.woff", variable: "--font-geist-mono", weight: "100 900" +}); export const metadata: Metadata = { - title: "Create Next App", description: "Generated by create next app"}; + title: "Create Next App", description: "Generated by create next app" +}; export default function RootLayout({ children, @@ -1402,4 +1405,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 589b344b1bd2af4b9fde7c8b3c94126ba286d0b4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:47:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27c0510..978a5ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1