diff --git a/src/app/page.tsx b/src/app/page.tsx index e9a3b62..932ad45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,11 +74,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=1", imageAlt: "Sunset drive", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg?_wi=1", imageAlt: "Headlamp detail", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { description: "Complimentary service for the first two years.", bentoComponent: "reveal-icon", icon: Wrench, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=2", imageAlt: "car manager dealership showroom", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { description: "Extended coverage for total peace of mind.", bentoComponent: "reveal-icon", icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg?_wi=2", imageAlt: "car manager dealership showroom", }, ]}