From 3cbc1210e2f5815c053ac1879a8b0e6009709c05 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:28:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 432 +++++++++++++++-------------------------------- 1 file changed, 133 insertions(+), 299 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63030c2..b1699f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,316 +16,150 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1