From d023f277258bc473f9a27131a22f42b7b89ba471 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 1 May 2026 09:58:43 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 67765f6..315890d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -59,8 +59,6 @@ export default function HomePage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/interior-of-a-modern-home-with-smart-the-1777629438972-29edb42b.png", }, ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-hvac-technician-inspecting--1777629441683-3842847e.png?_wi=2", - imageAlt: "Close up of an air filtration system in a modern home, high tech feel, blue color palette, sharp foc", }, { icon: Sun, @@ -74,8 +72,6 @@ export default function HomePage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/interior-of-a-modern-home-with-smart-the-1777629439003-6807e8fb.png", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-mechanics-working-together-workshop_637285-9438.jpg", - imageAlt: "Close up of an air filtration system in a modern home, high tech feel, blue color palette, sharp foc", }, { icon: Droplets, -- 2.49.1 From 7d2004c167443eceb25ee47f7c26e151dd423196 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 09:58:50 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 328 +++++++++++++---------------------------- 1 file changed, 105 insertions(+), 223 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 315890d..308941b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,242 +11,124 @@ import { Droplets, Sun, Zap } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- + +
+ +
+ -
+ tag: "Pro", price: "$159", period: "per visit", description: "Full HVAC system audit with minor repairs and efficiency adjustments.", primaryButton: { text: "Book Now", href: "#contact" }, + featuresTitle: "Included Services", features: ["All Basic features", "Refrigerant check", "Electrical diagnostics", "Ductwork inspection"] + } + ]} + /> + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
+
+ +
); -} +} \ No newline at end of file -- 2.49.1