diff --git a/src/app/page.tsx b/src/app/page.tsx index 06e52d2..d13ab3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,11 +59,11 @@ export default function LandingPage() { testimonials={[ { name: "Michael Popov", handle: "Homeowner, Krasnodar", testimonial: "Professional, thorough, and incredibly reliable. They caught issues we never would have noticed.", 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: "Elena Sokolova", handle: "Real Estate Agent", testimonial: "Highly recommended for all my clients. Fast turnaround and detailed reports every time.", 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" } ]} testimonialRotationInterval={5000}