From e2604bd25a0319c55700e1de7ad8c049d86619e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 07:07:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 450 +++++++++++++++-------------------------------- 1 file changed, 142 insertions(+), 308 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1091f6..8f99dd2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,325 +16,159 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1