diff --git a/src/app/page.tsx b/src/app/page.tsx index 92e2869..4b6b558 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,11 +67,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22387.jpg?_wi=1", imageAlt: "Luxury Sedan", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22434.jpg?_wi=1", imageAlt: "Sports Car", }, { @@ -230,7 +230,7 @@ export default function LandingPage() { text: "Select", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22387.jpg?_wi=2", imageAlt: "luxury car wheel rim", }, { @@ -248,7 +248,7 @@ export default function LandingPage() { text: "Select", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22434.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22434.jpg?_wi=2", imageAlt: "luxury car wheel rim", }, ]}