From e106dbe9a8a4cf579a9c448b11ee1ab451fcef03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:13:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}