From 95a41d3bfc96d0786c2144e60153bb1eb0d6fb60 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:23:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 565 +++++++++++++---------------------------------- 1 file changed, 156 insertions(+), 409 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08f9d02..baf6220 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,426 +15,173 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1