From 3556938602a198c6ae72f113cbbb216ea1dedad8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:31:53 +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 8826c64..264b1d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Robert Martinez", handle: "Homeowner, Scottsdale", testimonial: "Bradford arrived right on time and fixed our water line leak in under an hour. Professional and fair pricing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Sarah Johnson", handle: "Homeowner, Phoenix", testimonial: "20 years of using Babcock Plumbing. They're honest, skilled, and always show up when they promise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { name: "Michael Chen", handle: "Property Manager, Tempe", testimonial: "Emergency call at 2 AM and they were here in 30 minutes. Outstanding service. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" }, { name: "Jennifer Lee", handle: "Homeowner, Chandler", testimonial: "Called for toilet repair and they diagnosed the real problem correctly. Saved me hundreds with their expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" } ]} testimonialRotationInterval={5000} @@ -187,7 +187,7 @@ export default function LandingPage() { description="Got questions? We've got answers. Here's what Arizona homeowners ask us most." tag="Help & Support" tagAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=1" imageAlt="Plumbing FAQ support" mediaAnimation="blur-reveal" mediaPosition="left" @@ -236,7 +236,7 @@ export default function LandingPage() {