diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cd24d9..fc5ef99 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="entrance-slide" - 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() {