From ad27512e5c64efb528e731cee9c46d4993393162 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 12:45:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 513 +++++++++++++++-------------------------------- 1 file changed, 161 insertions(+), 352 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51864f9..c3ffa49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,370 +17,179 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1