From c54b8dbc84ca1e44ee2c260be63bea93300714a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:12:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8efd824..f4223f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { testimonials={[ { name: "Margaret Chen", handle: "CEO, Luminary Residences", testimonial: "Home-Srv transformed our property management approach. Their attention to detail is unmatched.", 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: "James Whitmore", handle: "Owner, Heritage Properties", testimonial: "The sophistication and professionalism of their team elevated our entire home experience.", 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: "Victoria Ashford", handle: "Principal, Ashford Estates", testimonial: "Exceptional service paired with genuine care. Home-Srv is the gold standard.", 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" }, ]} testimonialRotationInterval={5000}