From 82f8e1c58e40e1c8a4a57e1a241e5517094d6a72 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:16:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 367 ++++++++++++++--------------------------------- 1 file changed, 105 insertions(+), 262 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6395825..3285d5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,276 +13,119 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1