From d1f42d50f2bda0e0304323f597a883768b006728 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 27 Jan 2026 18:51:14 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From d5ed12b7e138a1380494da0e45b57a38833db369 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 27 Jan 2026 18:51:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 62 ++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 31 deletions(-) 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 +} -- 2.49.1