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}