From d807ec0f1d569b77eb464fa1583f106312a6f457 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:09:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a6f720..e8d346e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { AlertCircle, Droplet, HelpCircle, Home, MessageSquare, Pipe, Settings, Wrench, Zap } from "lucide-react"; +import { AlertCircle, Droplet, HelpCircle, Home, MessageSquare, Settings, Wrench, Zap } from "lucide-react"; export default function RushPlumbingPage() { return ( @@ -52,7 +52,7 @@ export default function RushPlumbingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg" imageAlt="Professional plumber with tools" frameStyle="card" mediaAnimation="slide-up" @@ -68,7 +68,7 @@ export default function RushPlumbingPage() { title: "Water Heater Repair & Installation", description: "Expert installation, repair, and maintenance of all water heater types. Fast service to restore hot water to your home." }, { - icon: Pipe, + icon: Wrench, title: "Pipe Repair & Replacement", description: "Fix leaks, replace corroded pipes, and resolve water pressure issues. We use quality materials for lasting solutions." }, { @@ -132,19 +132,19 @@ export default function RushPlumbingPage() { testimonials={[ { id: "1", name: "Brandi Saavedra", handle: "@brandisaavedra", testimonial: "Brandon came out to install our new water heater and testing station in our garage. He did amazing work - very polite, professional and reasonably priced. I've referred him to my dad and associates.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=1", imageAlt: "Brandi Saavedra" + imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "Brandi Saavedra" }, { id: "2", name: "Marcy Heidelberger", handle: "@marcyh", testimonial: "Tanner has done a couple jobs for me and was very responsive. He fixed a gas valve issue quickly and professionally. Great service at a fair price.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Marcy Heidelberger" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Marcy Heidelberger" }, { id: "3", name: "Gabby Vialpando", handle: "@gabbyv", testimonial: "Very pleased with Rush Plumbing! Tanner was great to work with - straightforward and fair. Showed up when expected and did excellent work. Will use them again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg?_wi=2", imageAlt: "Gabby Vialpando" + imageSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageAlt: "Gabby Vialpando" }, { id: "4", name: "Community Member", handle: "@local", testimonial: "Rush Plumbing is the best choice for emergency service. Fast response times, professional work, and fair pricing. Highly recommend to anyone needing quality plumbing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Community Member" + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Community Member" } ]} showRating={true} @@ -200,7 +200,7 @@ export default function RushPlumbingPage() { id: "6", title: "Can you help with water heater issues?", content: "Yes! We handle water heater repair, installation, and maintenance for all types. We'll help you choose the right solution for your home." } ]} - imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg" imageAlt="Professional plumber ready to help" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1