From f6a0b1090ad98aebc96eca2768c3a3b9b57c1d31 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 00:34:27 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a43cb1a..5d13aee 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -171,7 +171,25 @@ export default function HomePage() {
- +
-- 2.49.1 From 584077d51f40be1a02255c8e1447f44758ba7f61 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 00:34:34 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 269 ++++++++++++++--------------------------- 1 file changed, 88 insertions(+), 181 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5d13aee..5dca460 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -8,190 +8,97 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
- -
- - - -
- -
- - - -
- -
- - - -
- -
- - - -
+
+
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
); } -- 2.49.1