From 4c7bf521bd368ea8f206288850f51d23f761c714 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:13:44 +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 d13ab3b..06e52d2 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?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { 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?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } ]} testimonialRotationInterval={5000} -- 2.49.1