diff --git a/src/app/page.tsx b/src/app/page.tsx index 9427119..ed4df38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001232.jpg", imageAlt: "BMW Night Drive" }, - { imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg", imageAlt: "BMW Trend 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", imageAlt: "BMW Trend 2" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg", imageAlt: "BMW Trend 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg", imageAlt: "BMW Trend 4" }, - { imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg", imageAlt: "BMW Trend 5" }, + { imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22386.jpg?_wi=1", imageAlt: "BMW Trend 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=1", imageAlt: "BMW Trend 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103591.jpg?_wi=1", imageAlt: "BMW Trend 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/urban-traffic-road-with-cityscape_1359-1010.jpg?_wi=1", imageAlt: "BMW Trend 4" }, + { imageSrc: "http://img.b2bpic.net/free-photo/direction-wheel-sport-car_114579-4008.jpg?_wi=1", imageAlt: "BMW Trend 5" }, ]} /> @@ -74,11 +74,11 @@ export default function LandingPage() {