From d76883dd34b23d65a8a2da078b29929719ee9759 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 05:30:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 322 +++++++++++++++++------------------------------ 1 file changed, 115 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 491c1a8..2b4bd2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,221 +13,129 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);