From 323e04f9e9b29cae04d19b1e811f60912777a5f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 293 +++++++++++++++++------------------------------ 1 file changed, 107 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5034cb8..a7c8ac5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,200 +13,121 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1