From 8bd8fe864afbbafbc019eddc4ce7af21615280b4 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 21 Apr 2026 12:12:35 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/App.tsx --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index d705713..481f949 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -123,7 +123,6 @@ export default function App() { imageSrc: "http://img.b2bpic.net/free-photo/blueprint-architect-construction-project-sketch-concept_53876-132142.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg?_wi=2", imageAlt: "landscaping design drawing software", }, { -- 2.49.1 From 7d69020c881c2e16e7e1248ff79438f6ad1f994f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:13:00 +0000 Subject: [PATCH 2/2] Update src/App.tsx --- src/App.tsx | 451 +++++++++++++++------------------------------------- 1 file changed, 130 insertions(+), 321 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 481f949..2bd8c5e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -13,339 +13,148 @@ import { Star, Wrench } from "lucide-react"; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- + -
+ icon: "Wrench", title: "Maintenance & Care", description: "Year-round care for residential and commercial sites.", mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-objects_23-2148060717.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-servicing-fuselage-industrial-switchboard-professional-overalls-with-electrician-s-tool_169016-8634.jpg" } + ] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); } -- 2.49.1