diff --git a/src/app/page.tsx b/src/app/page.tsx index 00f0c55..ee4697e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Regular Shopper", company: "Verified Buyer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Business Owner", company: "Verified Buyer", rating: 5, @@ -114,7 +114,7 @@ export default function LandingPage() { }, { id: "3", name: "Emily Rodriguez", role: "Fashion Enthusiast", company: "Verified Buyer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { id: "4", name: "David Kim", role: "Tech Professional", company: "Verified Buyer", rating: 5,