From bc259e8bec1eca0489ddd3f5ef074d6c8e7eb434 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 10:03:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 594 +++++++++++++++-------------------------------- 1 file changed, 187 insertions(+), 407 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b512850..5e2b136 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,424 +16,204 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1