diff --git a/src/app/page.tsx b/src/app/page.tsx index c81216e..b3b0773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,11 +166,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Riverside, Jacksonville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=1" }, { id: "2", name: "Jennifer Lopez", role: "Property Manager", company: "Downtown Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg?_wi=1" }, { id: "3", name: "Michael Chen", role: "Homeowner", company: "Riverside, Jacksonville", rating: 5, @@ -182,11 +182,11 @@ export default function LandingPage() { }, { id: "5", name: "David Thompson", role: "Homeowner", company: "Southside, Jacksonville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2" }, { id: "6", name: "Lisa Anderson", role: "Business Owner", company: "Commercial Property", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2852.jpg?_wi=2" } ]} ariaLabel="Client testimonials and reviews section"