From 2bbae16d07deedb090858c7f99e2d4f58e577dc1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:07:07 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4118748..bf7a661 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,7 +45,7 @@ export default function AboutPage() { { value: "20+", title: "Years of Trusted Service" }, { value: "Thousands", title: "Happy Local Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=9" imageAlt="Our plumbing team" mediaAnimation="slide-up" metricsAnimation="none" @@ -63,11 +63,11 @@ export default function AboutPage() { tagAnimation="none" metrics={[ { - id: "1", value: "4.6★", title: "Customer Rating", description: "Highly rated by South Philadelphia residents", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Customer satisfaction"}, + id: "1", value: "4.6★", title: "Customer Rating", description: "Highly rated by South Philadelphia residents", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=7", imageAlt: "Customer satisfaction"}, { - id: "2", value: "Licensed", title: "Fully Credentialed", description: "Bonded, insured, and professional certified", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Licensed professionals"}, + id: "2", value: "Licensed", title: "Fully Credentialed", description: "Bonded, insured, and professional certified", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=8", imageAlt: "Licensed professionals"}, { - id: "3", value: "100%", title: "Satisfaction Guarantee", description: "We stand behind our work unconditionally", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Quality guarantee"}, + id: "3", value: "100%", title: "Satisfaction Guarantee", description: "We stand behind our work unconditionally", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=6", imageAlt: "Quality guarantee"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -85,13 +85,13 @@ export default function AboutPage() { tagAnimation="none" testimonials={[ { - id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "Pasquarello Plumbing is exactly what every homeowner needs. They fixed our water heater quickly, left no mess, and the pricing was completely transparent. We've already recommended them to all our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Rodriguez"}, + id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "Pasquarello Plumbing is exactly what every homeowner needs. They fixed our water heater quickly, left no mess, and the pricing was completely transparent. We've already recommended them to all our neighbors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "Maria Rodriguez"}, { - id: "2", name: "James Mitchell", role: "Property Owner & Manager", testimonial: "Best plumber I've worked with in South Philadelphia. Their crew is clean, courteous, and professional. They explain every step of the process and respect your time and property. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Mitchell"}, + id: "2", name: "James Mitchell", role: "Property Owner & Manager", testimonial: "Best plumber I've worked with in South Philadelphia. Their crew is clean, courteous, and professional. They explain every step of the process and respect your time and property. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "James Mitchell"}, { - id: "3", name: "Sarah Chen", role: "Homeowner, Renovation Project", testimonial: "We hired them for our kitchen and bathroom renovation plumbing. The attention to detail was impressive. They coordinated well with our contractor and delivered on budget and timeline. They're our go-to plumber.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Chen"}, + id: "3", name: "Sarah Chen", role: "Homeowner, Renovation Project", testimonial: "We hired them for our kitchen and bathroom renovation plumbing. The attention to detail was impressive. They coordinated well with our contractor and delivered on budget and timeline. They're our go-to plumber.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=7", imageAlt: "Sarah Chen"}, { - id: "4", name: "Tom Washington", role: "Business Owner, Restaurant", testimonial: "When our restaurant had an emergency plumbing issue, Pasquarello Plumbing came out immediately. Professional, quick, and fair pricing. We now have them on speed dial for all our plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Tom Washington"}, + id: "4", name: "Tom Washington", role: "Business Owner, Restaurant", testimonial: "When our restaurant had an emergency plumbing issue, Pasquarello Plumbing came out immediately. Professional, quick, and fair pricing. We now have them on speed dial for all our plumbing needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=8", imageAlt: "Tom Washington"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From ed41d5028b453206214e345635834a7e018541a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:07:07 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index da43a76..56f5fe7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -65,11 +65,11 @@ export default function ContactPage() { tagAnimation="none" metrics={[ { - id: "1", value: "(215)", title: "279-7789", description: "Call us for fast response", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Call for service"}, + id: "1", value: "(215)", title: "279-7789", description: "Call us for fast response", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=7", imageAlt: "Call for service"}, { - id: "2", value: "2421", title: "S 17th St", description: "Philadelphia, PA 19145", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Our location"}, + id: "2", value: "2421", title: "S 17th St", description: "Philadelphia, PA 19145", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=8", imageAlt: "Our location"}, { - id: "3", value: "24/7", title: "Available", description: "Emergency service anytime", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Emergency availability"}, + id: "3", value: "24/7", title: "Available", description: "Emergency service anytime", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=10", imageAlt: "Emergency availability"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -95,7 +95,7 @@ export default function ContactPage() { { id: "4", title: "Do you provide free estimates?", content: "Yes, we provide a clear, no-obligation estimate before any work begins. We'll explain the issue, options, and pricing so you can make an informed decision."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg?_wi=3" imageAlt="Professional consultation" mediaAnimation="slide-up" faqsAnimation="none" -- 2.49.1 From 68199449ee892c83653df7e020723a5f5a9d4787 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:07:08 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ae6c84..f5d1c1d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,23 +49,23 @@ export default function HomePage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Professional plumber at work"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=1", imageAlt: "Professional plumber at work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater installation service"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=1", imageAlt: "Water heater installation service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Pipe repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=1", imageAlt: "Pipe repair service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Drain cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1", imageAlt: "Drain cleaning service"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Professional heating service"}, + imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=2", imageAlt: "Professional heating service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Expert pipe repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2", imageAlt: "Expert pipe repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Professional drain service"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2", imageAlt: "Professional drain service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Skilled plumber working"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=2", imageAlt: "Skilled plumber working"}, ]} carouselPosition="right" buttons={[ @@ -86,22 +86,22 @@ export default function HomePage() { tagAnimation="none" features={[ { - title: "Plumbing Repairs", description: "Quick diagnosis and reliable fixes for all plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plumbing repair service", buttonIcon: ArrowRight, + title: "Plumbing Repairs", description: "Quick diagnosis and reliable fixes for all plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=3", imageAlt: "Plumbing repair service", buttonIcon: ArrowRight, buttonHref: "/services"}, { - title: "Water Heater Installation", description: "Professional water heater replacement and installation", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater installation", buttonIcon: ArrowRight, + title: "Water Heater Installation", description: "Professional water heater replacement and installation", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=3", imageAlt: "Water heater installation", buttonIcon: ArrowRight, buttonHref: "/services"}, { - title: "Gas Hot Water Heaters", description: "Efficient gas heating solutions for your home", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Gas water heater", buttonIcon: ArrowRight, + title: "Gas Hot Water Heaters", description: "Efficient gas heating solutions for your home", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=4", imageAlt: "Gas water heater", buttonIcon: ArrowRight, buttonHref: "/services"}, { - title: "Drain Cleaning", description: "Professional drain and sewer cleaning services", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Drain cleaning service", buttonIcon: ArrowRight, + title: "Drain Cleaning", description: "Professional drain and sewer cleaning services", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=3", imageAlt: "Drain cleaning service", buttonIcon: ArrowRight, buttonHref: "/services"}, { - title: "Renovation Plumbing", description: "Complete plumbing for home renovations and upgrades", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Renovation plumbing work", buttonIcon: ArrowRight, + title: "Renovation Plumbing", description: "Complete plumbing for home renovations and upgrades", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=4", imageAlt: "Renovation plumbing work", buttonIcon: ArrowRight, buttonHref: "/services"}, { - title: "Commercial Plumbing", description: "Reliable plumbing services for commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Commercial plumbing service", buttonIcon: ArrowRight, + title: "Commercial Plumbing", description: "Reliable plumbing services for commercial properties", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=3", imageAlt: "Commercial plumbing service", buttonIcon: ArrowRight, buttonHref: "/services"}, ]} textboxLayout="default" @@ -122,7 +122,7 @@ export default function HomePage() { { value: "4.6★", title: "Highly Rated by Local Customers" }, { value: "10+", title: "Verified Local Reviews" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=4" imageAlt="Our trusted plumbing team" mediaAnimation="slide-up" metricsAnimation="none" @@ -140,13 +140,13 @@ export default function HomePage() { tagAnimation="none" testimonials={[ { - id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "They showed up exactly on time, fixed our water heater quickly, and left the space spotless. Honest pricing, no surprises. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Rodriguez"}, + id: "1", name: "Maria Rodriguez", role: "Homeowner, South Philly", testimonial: "They showed up exactly on time, fixed our water heater quickly, and left the space spotless. Honest pricing, no surprises. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Maria Rodriguez"}, { - id: "2", name: "James Mitchell", role: "Property Owner", testimonial: "Best plumber in South Philadelphia. Clean, courteous crew. They explain everything clearly and stand behind their work.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Mitchell"}, + id: "2", name: "James Mitchell", role: "Property Owner", testimonial: "Best plumber in South Philadelphia. Clean, courteous crew. They explain everything clearly and stand behind their work.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "James Mitchell"}, { - id: "3", name: "Sarah Chen", role: "Homeowner, Renovation Project", testimonial: "Fast service for our renovation plumbing needs. The team was professional and budget-conscious. They're our go-to plumber.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Chen"}, + id: "3", name: "Sarah Chen", role: "Homeowner, Renovation Project", testimonial: "Fast service for our renovation plumbing needs. The team was professional and budget-conscious. They're our go-to plumber.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Sarah Chen"}, { - id: "4", name: "Tom Washington", role: "Business Owner", testimonial: "Called them for an emergency drain issue and they came right out. Professional, quick, and fair pricing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Tom Washington"}, + id: "4", name: "Tom Washington", role: "Business Owner", testimonial: "Called them for an emergency drain issue and they came right out. Professional, quick, and fair pricing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Tom Washington"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -164,9 +164,9 @@ export default function HomePage() { tagAnimation="none" metrics={[ { - id: "1", value: "20+", title: "Years in Business", description: "Trusted local contractor since 2004", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Years of trusted service"}, + id: "1", value: "20+", title: "Years in Business", description: "Trusted local contractor since 2004", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=5", imageAlt: "Years of trusted service"}, { - id: "2", value: "Licensed & Insured", title: "Full Credentials", description: "Fully licensed, bonded, and insured for your peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Licensed professional services"}, + id: "2", value: "Licensed & Insured", title: "Full Credentials", description: "Fully licensed, bonded, and insured for your peace of mind", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=5", imageAlt: "Licensed professional services"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -196,7 +196,7 @@ export default function HomePage() { { id: "6", title: "Can you help with water heater replacement?", content: "Yes, we specialize in water heater installation and replacement. We can help you choose the right system and install it professionally."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg?_wi=1" imageAlt="Professional support and consultation" mediaAnimation="slide-up" faqsAnimation="none" -- 2.49.1 From 8483b68ace340ab4e84438a6c78fb6e6356c44f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:07:08 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bc66243..cd007be 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -43,22 +43,22 @@ export default function ServicesPage() { tagAnimation="none" features={[ { - title: "Emergency Plumbing", description: "24/7 emergency response for urgent plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Emergency plumbing service", buttonIcon: ArrowRight, + title: "Emergency Plumbing", description: "24/7 emergency response for urgent plumbing issues", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=6", imageAlt: "Emergency plumbing service", buttonIcon: ArrowRight, buttonHref: "/contact"}, { - title: "Water Heater Services", description: "Installation, repair, and replacement of all water heater types", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Water heater service", buttonIcon: ArrowRight, + title: "Water Heater Services", description: "Installation, repair, and replacement of all water heater types", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=6", imageAlt: "Water heater service", buttonIcon: ArrowRight, buttonHref: "/contact"}, { - title: "Drain & Sewer Cleaning", description: "Professional drain cleaning and sewer line maintenance", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Drain cleaning service", buttonIcon: ArrowRight, + title: "Drain & Sewer Cleaning", description: "Professional drain cleaning and sewer line maintenance", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=4", imageAlt: "Drain cleaning service", buttonIcon: ArrowRight, buttonHref: "/contact"}, { - title: "Pipe Repair & Replacement", description: "Complete pipe repair and replacement services for all materials", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Pipe repair work", buttonIcon: ArrowRight, + title: "Pipe Repair & Replacement", description: "Complete pipe repair and replacement services for all materials", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=5", imageAlt: "Pipe repair work", buttonIcon: ArrowRight, buttonHref: "/contact"}, { - title: "Home Renovation Plumbing", description: "Full plumbing design and installation for renovations", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Renovation plumbing", buttonIcon: ArrowRight, + title: "Home Renovation Plumbing", description: "Full plumbing design and installation for renovations", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=7", imageAlt: "Renovation plumbing", buttonIcon: ArrowRight, buttonHref: "/contact"}, { - title: "Commercial Plumbing", description: "Reliable plumbing services for commercial and industrial properties", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg", imageAlt: "Commercial plumbing", buttonIcon: ArrowRight, + title: "Commercial Plumbing", description: "Reliable plumbing services for commercial and industrial properties", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334225.jpg?_wi=7", imageAlt: "Commercial plumbing", buttonIcon: ArrowRight, buttonHref: "/contact"}, ]} textboxLayout="default" @@ -77,11 +77,11 @@ export default function ServicesPage() { tagAnimation="none" metrics={[ { - id: "1", value: "Same-Day", title: "Service Available", description: "We prioritize quick response to your plumbing needs", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Fast service response"}, + id: "1", value: "Same-Day", title: "Service Available", description: "We prioritize quick response to your plumbing needs", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=6", imageAlt: "Fast service response"}, { - id: "2", value: "Guaranteed", title: "Quality Workmanship", description: "We stand behind all our work with a satisfaction guarantee", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Quality workmanship"}, + id: "2", value: "Guaranteed", title: "Quality Workmanship", description: "We stand behind all our work with a satisfaction guarantee", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=5", imageAlt: "Quality workmanship"}, { - id: "3", value: "Transparent", title: "Pricing & Estimates", description: "Clear pricing with no hidden fees or surprises", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg", imageAlt: "Transparent pricing"}, + id: "3", value: "Transparent", title: "Pricing & Estimates", description: "Clear pricing with no hidden fees or surprises", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=8", imageAlt: "Transparent pricing"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -105,7 +105,7 @@ export default function ServicesPage() { { id: "3", title: "How long do most service calls take?", content: "Most service calls take 1-3 hours depending on the complexity of the issue. We'll provide a time estimate when you schedule your appointment."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-cooperating-with-his-colleague-while-working-office_637285-8943.jpg?_wi=2" imageAlt="Professional service consultation" mediaAnimation="slide-up" faqsAnimation="none" -- 2.49.1