From 5596051a28f84b0a9fe676325def21af3131eccc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 13:15:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 453 +++++++++++++++-------------------------------- 1 file changed, 140 insertions(+), 313 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1f0c89..fc13288 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,329 +15,156 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1