From 742b1cc4008efbd3c34a336ebdbce5be1718fe38 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:28:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 460 ++++++++++++++--------------------------------- 1 file changed, 137 insertions(+), 323 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cadcedc..082327b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,340 +16,154 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1