From 274e31eb6b92f5cddd133a8eb54c19b124fbfce5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:08:25 +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 2a1ae23..6fa6773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,13 +58,13 @@ 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} useInvertedBackground={false}