diff --git a/src/app/page.tsx b/src/app/page.tsx index 8247002..99a25d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,16 +115,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Kristina Bell", role: "Homeowner", company: "Columbus, IN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Kristina Bell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Kristina Bell"}, { id: "2", name: "Gary Allen", role: "Property Owner", company: "Columbus, IN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Gary Allen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Gary Allen"}, { id: "3", name: "Nicholas Gray", role: "Homeowner", company: "Columbus, IN", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Nicholas Gray"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Nicholas Gray"}, { id: "4", name: "Sarah Mitchell", role: "Business Manager", company: "Local Restaurant", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sarah Mitchell"}, ]} kpiItems={[ { value: "15+", label: "Verified Reviews" },