From bd3d7d422f960802ffdedd82562bf460a4f52a20 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 03:10:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a937aee..da2258e 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, Faucet, Filter, Instagram, Linkedin, Droplet, Thermometer, Twitter, Wrench } from "lucide-react"; export default function Page() { return ( @@ -53,7 +53,6 @@ export default function Page() { mediaAnimation="slide-up" frameStyle="card" ariaLabel="Hero section with Royal Plumbing & Heating branding" - useInvertedBackground={false} /> @@ -62,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 } @@ -81,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: Faucet, 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." }, @@ -115,6 +114,7 @@ export default function Page() { -- 2.49.1