From f81761df380ca24ea2b0aff47d14fef9efd05d6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:34:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 265 +++++++++++++++++------------------------------ 1 file changed, 95 insertions(+), 170 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d858c9a..b102358 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,184 +13,109 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1