From 52a4f789605687a0137bbbe43b68c2efd8f979f5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:01:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3eb15f..57014ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,23 +66,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=1", imageAlt: "Professional boiler repair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=1", imageAlt: "Emergency plumbing service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=1", imageAlt: "Water heater installation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg?_wi=1", imageAlt: "Friendly customer service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=1", imageAlt: "Professional plumbing tools", }, ]} @@ -157,7 +157,7 @@ export default function LandingPage() { quote: "Charlie came out the same day for our water heater. He was so honest about what we actually needed.", tag: "Happy Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=2", imageAlt: "professional plumber boiler repair", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { quote: "I appreciate that they take the time to troubleshoot over the phone before charging for a visit.", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721549.jpg?_wi=2", imageAlt: "emergency plumbing service", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { quote: "When our pipes burst at 10 PM, Lovett Plumbing was the only company to answer and help immediately.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-couple-cooking-together_23-2148363522.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arched-faucet-modern-sink-blue-fronts_169016-69255.jpg?_wi=2", imageAlt: "water heater installation residential", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { quote: "Quality workmanship. They didn't push any unnecessary work and finished exactly as quoted.", tag: "Replacement", avatarSrc: "http://img.b2bpic.net/free-photo/woman-trying-take-away-man-phone_171337-16503.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990692.jpg?_wi=2", imageAlt: "friendly plumber talking to client", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { quote: "Best plumbing experience I've had. Truly honest, local professionals who care.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/candid-smiling-young-woman-sits-floor-home-works-remotely-connects-online-group-chat_1258-200083.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-as-plumber_23-2150746298.jpg?_wi=2", imageAlt: "professional plumbing tools work surface", }, ]} -- 2.49.1