From e43f7d2a27774afda27a973a545c922d75d6202d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 17:02:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 392 ++++++++++++++--------------------------------- 1 file changed, 116 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 377e462..3da21cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,290 +13,130 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
-
+
+
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1