From e601ec9a21f8ad3819e378cfcd8f22193471fac9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:13:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 417 ++++++++++++++--------------------------------- 1 file changed, 125 insertions(+), 292 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44f964c..64adbbe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,306 +13,139 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1