From e6f8774dd4af6dd130729853860c2e3c0d09c363 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:41:27 +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 90a586c..41b7525 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1385,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 2aa7777ead9498f6e61b49adb9dc06dd20ceb24d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:41:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 45 +++++---------------------------------------- 1 file changed, 5 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 407963f..f68ba20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,53 +217,18 @@ export default function LandingPage() {
-
@@ -311,4 +276,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1