diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b3a21e..d35b4a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { AlertCircle, CheckCircle, Clock, DollarSign, Droplets, Phone, Pipe, Search, Star, Wrench, Zap } from "lucide-react"; +import { AlertCircle, CheckCircle, Clock, DollarSign, Droplets, Phone, Search, Star, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -77,7 +77,7 @@ export default function LandingPage() { tag="Our Services" features={[ { icon: Wrench, title: "Bathroom Plumbing Installation", description: "Expert installation of premium bathroom fixtures, from fixtures to complete systems." }, - { icon: Pipe, title: "Pipe Repair & Replacement", description: "Professional pipe repair and replacement services using quality materials and proven techniques." }, + { icon: Search, title: "Pipe Repair & Replacement", description: "Professional pipe repair and replacement services using quality materials and proven techniques." }, { icon: Search, title: "Leak Detection", description: "Advanced leak detection services to identify and resolve issues before they become costly problems." }, { icon: Droplets, title: "Water Tank Installation", description: "Installation of water storage tanks with expertise in sizing and system integration." }, { icon: Zap, title: "Drain Cleaning", description: "Professional drain cleaning and maintenance to keep your plumbing system running smoothly." },