From c902126d2d874bbda558f5a8d0749dc3c6db9f7c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:20:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 491 +++++++++++++++-------------------------------- 1 file changed, 150 insertions(+), 341 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49f9362..db36645 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,358 +16,167 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1