From 7ba3df1c0aef0c8bd8121ee11f6de3c504daf45e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:19:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 273 +++++++++++++++++++++-------------------------- 1 file changed, 123 insertions(+), 150 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c913d45..03ac82e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,166 +15,139 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1