From a0ccf6dd093872299210ae9df811c1720e49c779 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:19:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 343 +++++++++++++++-------------------------------- 1 file changed, 111 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c473663..437cd16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,247 +14,126 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
-
- -
- - +
); -- 2.49.1