From dd4be295aae534b145222820d7c0c7af69ca7954 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:34:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43919bb..91ec34c 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, Shower, 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 } from 'lucide-react'; export default function MastermindPlumbing() { return ( @@ -55,7 +55,7 @@ export default function MastermindPlumbing() { background={{ variant: "radial-gradient" }} dashboard={{ title: "Why Choose Mastermind", logoIcon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", searchPlaceholder: "Service needed?", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", searchPlaceholder: "Service needed?", buttons: [ { text: "Same-Day Service", href: "#services" }, { text: "Free Inspection", href: "#contact" } ], @@ -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: Shower, + title: "Shower & Tub Repair", description: "Fix shower and tub issues including leaks, pressure problems, and fixture repairs.", icon: AlertTriangle, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Shower repair service" @@ -383,7 +383,7 @@ export default function MastermindPlumbing() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg" mediaAnimation="slide-up" mediaPosition="right" inputPlaceholder="Enter your email" -- 2.49.1