From ecc6aa91a02bcc5c1d2fc9908b2ddb5fe81fafd8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:05:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 353 ++++++++++++++++++----------------------------- 1 file changed, 132 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11c0a38..ffdfce7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,236 +14,147 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file