From 5da74f00fd2ad39f246e77468b3ca71d8ffe9027 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:28:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42697e9..0ffb2e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { testimonials={[ { name: "Levi B.", handle: "@levib", testimonial: "Several sections of old copper pipe were corroded. The crew replaced and repiped everything with careful workmanship.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg", imageAlt: "luxury modern kitchen faucet gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=1", imageAlt: "luxury modern kitchen faucet gold"}, { name: "Miah R.", handle: "@miahr", testimonial: "The sink drain kept coming loose after use. Now it's perfectly secured. Highly satisfied!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technical-service-man-keeping-opened-palms-together-grey-t-shirt-with-cap_176474-11144.jpg", imageAlt: "professional plumber working shiny pipe"}, @@ -59,10 +59,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-auto-repairman-looking-camera-while-his-customers-are-standing-background_637285-7790.jpg", imageAlt: "modern kitchen plumbing installation"}, { name: "David K.", handle: "@davidk", testimonial: "Top-tier repiping service. They respected my home and delivered quality work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "kitchen faucet repair service"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=1", imageAlt: "kitchen faucet repair service"}, { name: "Emily P.", handle: "@emilyp", testimonial: "Excellent communication and perfect installation. Gold Plumbing is simply the best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg", imageAlt: "drain cleaning professional tool"}, + imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg?_wi=1", imageAlt: "drain cleaning professional tool"}, ]} buttons={[ { @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "Get a Free Estimate", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-sink-decoration-with-vintage-style_1150-10826.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "Client 1"}, @@ -104,9 +104,9 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Toilet & Faucet Repairs", description: "Fixes that last and prevent leaks.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg"}, + title: "Toilet & Faucet Repairs", description: "Fixes that last and prevent leaks.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=2"}, { - title: "Drain Cleaning & Maintenance", description: "Keep water flowing freely.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg"}, + title: "Drain Cleaning & Maintenance", description: "Keep water flowing freely.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-making-time-out-gesture_1368-788.jpg?_wi=2"}, { title: "Repiping & Pipe Replacement", description: "Modern solutions for old, corroded systems.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721538.jpg"}, ]}