diff --git a/src/app/page.tsx b/src/app/page.tsx index 52a04f6..825aed8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Building, CheckCircle, Clock, CurrencyDollar, Facebook, Filter, Instagram, Linkedin, Pipe, Thermometer, Twitter, Water, Wrench } from "lucide-react"; +import { Award, Building, CheckCircle, Clock, DollarSign, Facebook, Filter, Instagram, Linkedin, Thermometer, Twitter, Wrench, Droplet } from "lucide-react"; export default function Page() { return ( @@ -61,7 +61,7 @@ export default function Page() { title="Why Homeowners Trust Royal Plumbing & Heating" description="For decades, Royal Plumbing & Heating has been the gold standard for reliable and efficient service. Our commitment to excellence, clear communication, and experienced technicians ensures every job is done right, the first time." bulletPoints={[ - { title: "Transparent Pricing", description: "No hidden fees, just fair and upfront quotes for every service.", icon: CurrencyDollar }, + { title: "Transparent Pricing", description: "No hidden fees, just fair and upfront quotes for every service.", icon: DollarSign }, { title: "Certified Experts", description: "Our technicians are rigorously trained, experienced, and dedicated to solving your toughest challenges.", icon: Award }, { title: "24/7 Emergency Service", description: "We're here when you need us most, with rapid response for urgent repairs.", icon: Clock }, { title: "Long-Term Solutions", description: "Focusing on durable repairs and lasting systems, not just quick fixes.", icon: CheckCircle } @@ -80,8 +80,8 @@ export default function Page() { title="Our Comprehensive Plumbing & Heating Services" description="From routine maintenance to emergency repairs, Royal P&H offers a full spectrum of services to keep your home comfortable and safe." features={[ - { icon: Pipe, title: "Sewer & Drain Cleaning", description: "Advanced solutions for clogged drains and reliable sewer line repairs, ensuring clear flow." }, - { icon: Water, title: "Water Heater Services", description: "Expert installation, repair, and maintenance for all types of water heaters, including tankless." }, + { icon: Wrench, title: "Sewer & Drain Cleaning", description: "Advanced solutions for clogged drains and reliable sewer line repairs, ensuring clear flow." }, + { icon: Droplet, title: "Water Heater Services", description: "Expert installation, repair, and maintenance for all types of water heaters, including tankless." }, { icon: Thermometer, title: "Heating System Repair", description: "Reliable diagnostics and repair for furnaces, boilers, and heat pumps to restore comfort." }, { icon: Wrench, title: "General Plumbing Repairs", description: "Fixing leaks, burst pipes, faucet issues, and all residential plumbing problems swiftly." }, { icon: Filter, title: "Water Filtration & Softening", description: "Improving your home's water quality with custom filtration and softening systems for healthier water." },