Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 00:09:27 +00:00

View File

@@ -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"