From 04026d2c16272c1c2a369c0069e8e0fd60175ae9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:11:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 401 ++++++++++++++--------------------------------- 1 file changed, 115 insertions(+), 286 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 892fd43..744bc79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,301 +14,130 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1