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 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