diff --git a/src/app/page.tsx b/src/app/page.tsx index 749f684..f8d39cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@sfbayreviews", testimonial: "Gerardo is the most honest mechanic I've ever encountered. He explained everything clearly and saved me from buying a problematic car!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg?_wi=1", imageAlt: "Sarah L.", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@bayautomotive", testimonial: "Incredible attention to detail. Gerardo caught a complex engine issue that two other shops missed. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-sitting-back-seat-car_657921-505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-sitting-back-seat-car_657921-505.jpg?_wi=1", imageAlt: "Mark D.", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { imageAlt: "Elena S.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop_342744-264.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop_342744-264.jpg?_wi=1" imageAlt="Mechanic working on a car in a clean garage" mediaAnimation="opacity" avatars={[ @@ -219,7 +219,7 @@ export default function LandingPage() { imageAlt: "Checklist icon", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop_342744-264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-car-mechanic-repair-shop_342744-264.jpg?_wi=2", imageAlt: "pre purchase car inspection", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { imageAlt: "Wrench and gear icon", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg?_wi=2", imageAlt: "pre purchase car inspection", }, { @@ -261,7 +261,7 @@ export default function LandingPage() { imageAlt: "Car lift icon", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-sitting-back-seat-car_657921-505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-sitting-back-seat-car_657921-505.jpg?_wi=2", imageAlt: "pre purchase car inspection", }, ]}