diff --git a/src/app/page.tsx b/src/app/page.tsx index bbf8b2b..3e27ea0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Bolt, CheckCircle, Clean, Cloudy, Droplet, Fan, Fire, Gauge, ShieldCheck, ThermometerSun, Users, Wind, Wrench } from "lucide-react"; +import { Award, Bolt, CheckCircle, Cloudy, Droplet, Fan, Gauge, ShieldCheck, ThermometerSun, Users, Wind, Wrench, AirVent, Flame } from "lucide-react"; const assetMap = { "hero-carousel-1": { "url": "https://picsum.photos/seed/hero-carousel-1/1200/800", "alt": "Modern air conditioning unit home" }, @@ -117,7 +117,7 @@ export default function LandingPage() { title: "AC Repair & Maintenance", description: "Keep your cooling system running efficiently with our expert repair and preventative maintenance services. We handle all brands and models.", media: { imageSrc: getAssetUrl("features-media-1"), imageAlt: getAssetAlt("features-media-1") }, items: [ { icon: ThermometerSun, text: "Diagnostic & Troubleshooting" }, - { icon: Clean, text: "Filter Replacement" }, + { icon: AirVent, text: "Filter Replacement" }, { icon: ShieldCheck, text: "Seasonal Tune-ups" } ], reverse: false @@ -125,7 +125,7 @@ export default function LandingPage() { { title: "Heating System Installation", description: "Stay warm all winter with our professional heating system installations. We offer a wide range of energy-efficient furnaces and heat pumps.", media: { imageSrc: getAssetUrl("features-media-2"), imageAlt: getAssetAlt("features-media-2") }, items: [ - { icon: Fire, text: "New Furnace Installs" }, + { icon: Flame, text: "New Furnace Installs" }, { icon: Fan, text: "Heat Pump Systems" }, { icon: Bolt, text: "Energy-Efficient Upgrades" } ],