From 55bbcfd69c6911552a6ad26986c9718e75e13498 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 16:12:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 554 +++++++++++------------------------------------ 1 file changed, 129 insertions(+), 425 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8d9dd2..7cc5016 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,441 +14,145 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- + -
- -
+
+ +
- +
); -- 2.49.1