From d26d6e00bdaf133b126917bdda49337726bda87f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 03:48:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daa08ee..da1d060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { AirConditioning, Wrench, Zap, ShieldCheck, Sparkles, Star } from "lucide-react"; +import { Thermometer, Wrench, Zap, ShieldCheck, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -69,7 +69,7 @@ export default function LandingPage() { title="Our Comprehensive Home Services" description="From heating and cooling to plumbing and electrical, Conejo Services covers all your home needs. Experienced technicians, quality work, and reliable solutions. 24/7 Emergency Service Available — We Answer Every Call" features={[ - { title: "Heating & Air Conditioning", description: "Installation, repair, and maintenance for all makes and models. AC tune-ups, duct cleaning, ductless systems, thermostat installation. We keep your home comfortable year-round.", bentoComponent: "reveal-icon", icon: AirConditioning }, + { title: "Heating & Air Conditioning", description: "Installation, repair, and maintenance for all makes and models. AC tune-ups, duct cleaning, ductless systems, thermostat installation. We keep your home comfortable year-round.", bentoComponent: "reveal-icon", icon: Thermometer }, { title: "Plumbing Services", description: "Water heater installation, leak repairs, garbage disposal, drain cleaning, and full-service plumbing. Fast same-day service available.", bentoComponent: "reveal-icon", icon: Wrench }, { title: "Electrical Services", description: "Outlets, panel upgrades, wiring, and more. Our licensed electricians handle everything safely and to code.", bentoComponent: "reveal-icon", icon: Zap } ]}