From 1a36d8a7a7c264f276f9faba955c96952e985ef2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:35:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 493 ++++++++++++++--------------------------------- 1 file changed, 150 insertions(+), 343 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b353f7..00d2fe4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,360 +16,167 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1