From b4e33fb3809533afb6ff0f13ecf95d5f05df6329 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:17:42 +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 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." }, -- 2.49.1