Bob AI: fix build error in src/pages/HomePage.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user