diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 35c9df5..1ce50d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1258,4 +1258,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e95a57..6150240 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,36 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-
); -} \ No newline at end of file +}