From 7aa18405fdbfc07f7618b5cb5ee72058f6f085a6 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 15 May 2026 10:45:23 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b20c616..b8315ee 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import ProductRatingCards from '@/components/sections/product/ProductRatingCards'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; -import { Cloud, Cog, Flame } from "lucide-react"; +import { Cloud, Cog, Flame, Thermometer, AirVent, CloudLightning, Fan, Filter, Droplet } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -88,8 +88,6 @@ export default function HomePage() { value: "Reliable Heat", }, ], - imageSrc: "http://img.b2bpic.net/free-vector/heating-icons-set_1284-10669.jpg", - imageAlt: "radiator icon orange glow", }, { title: "Cooling Systems", @@ -115,8 +113,6 @@ export default function HomePage() { detail: "Seamless Setup", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/trans-couple-sharing-tender-moments_23-2149445736.jpg?_wi=2", - imageAlt: "radiator icon orange glow", }, { title: "Air Quality Solutions", @@ -124,12 +120,10 @@ export default function HomePage() { bentoComponent: "orbiting-icons", centerIcon: Cloud, orbitIcons: [ - "AirVent", - "Filter", - "Droplet", + AirVent, + Filter, + Droplet, ], - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2", - imageAlt: "radiator icon orange glow", }, { title: "Emergency Repairs", @@ -152,8 +146,6 @@ export default function HomePage() { }, ], completedLabel: "Service Restored", - imageSrc: "http://img.b2bpic.net/free-vector/snowflakes-collection_1010-501.jpg", - imageAlt: "radiator icon orange glow", }, ]} />