diff --git a/src/app/page.tsx b/src/app/page.tsx index a4e0029..e40eb35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,22 +119,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Lopez", role: "Local Family", company: "Neighborhood Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Maria Lopez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Maria Lopez"}, { id: "2", name: "James Chen", role: "Chef", company: "Community Restaurant", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "James Chen"}, { id: "3", name: "Sarah Williams", role: "Health Coach", company: "Wellness Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Sarah Williams"}, { id: "4", name: "David Martinez", role: "Regular Customer", company: "Downtown Office", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Martinez"}, { id: "5", name: "Emma Thompson", role: "Home Cook", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emma Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Emma Thompson"}, { id: "6", name: "Robert Johnson", role: "Business Owner", company: "Neighborhood Store", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Robert Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Robert Johnson"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"