From 5c672519c0e027e4c4540ee1a312da50856e9982 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 29 Mar 2026 13:35:52 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/app/page.tsx --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c5dfd3..5f25c36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,13 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( Date: Sun, 29 Mar 2026 13:36:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 343 ++++++++++++++--------------------------------- 1 file changed, 103 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f25c36..f82780a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,254 +13,117 @@ import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1