From 5de0dffeea5b3dc7cec7da93809e0d0a393cc8aa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:18:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 306 +++++++++++++++-------------------------------- 1 file changed, 97 insertions(+), 209 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da08b10..d10e9ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,225 +13,113 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1