diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dcb0ef8..5b96279 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1277,4 +1277,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index b5e640f..1e862b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function LandingPage() { /> -
+
); -} \ No newline at end of file +}