diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 181dd57..7f1762d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,8 @@ const geistMono = Geist_Mono({ }); 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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b9c796..70ddde8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() {