From 99d60fc6eac62ca771d50313b3b14cb210899423 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:39:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91ec34c..0cc9889 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Shield, Wrench, Pipette, AlertCircle, Droplet, Gauge, AlertTriangle, CheckCircle, Award, Star, HelpCircle, Phone, Clock, DollarSign, Send, ArrowLeftRight, CircleDollarSign } from 'lucide-react'; +import { Shield, Wrench, Pipette, AlertCircle, Droplet, Gauge, AlertTriangle, CheckCircle, Award, Star, HelpCircle, Phone, Clock, DollarSign, Send, ArrowLeftRight, CircleDollarSign, Shower, MapPin } from 'lucide-react'; export default function MastermindPlumbing() { return ( @@ -88,7 +88,7 @@ export default function MastermindPlumbing() { listTitle: "Trust Badges", listItems: [ { icon: CheckCircle, title: "Licensed & Insured", status: "Verified" }, { icon: Award, title: "5-Star Google Rating", status: "Active" }, - { icon: Wrench, title: "Serving Richmond Hill & GTA", status: "Current" } + { icon: MapPin, title: "Serving Richmond Hill & GTA", status: "Current" } ] }} /> @@ -147,7 +147,7 @@ export default function MastermindPlumbing() { ] }, { - title: "Shower & Tub Repair", description: "Fix shower and tub issues including leaks, pressure problems, and fixture repairs.", icon: AlertTriangle, + title: "Shower & Tub Repair", description: "Fix shower and tub issues including leaks, pressure problems, and fixture repairs.", icon: Shower, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower repair service" -- 2.49.1