From 37967f43c09fbe06fa6061f0ac9b846b28ec091a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 23:54:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 368 ++++++++++++++--------------------------------- 1 file changed, 110 insertions(+), 258 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 671b6c2..b3aef99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,272 +13,124 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1