diff --git a/src/app/page.tsx b/src/app/page.tsx index 69c1dc8..54246af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-riding-motorbike_23-2150810244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-riding-motorbike_23-2150810244.jpg?_wi=1", imageAlt: "Mountain road", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/motor-enduro-motorcycle_627829-11598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motor-enduro-motorcycle_627829-11598.jpg?_wi=1", imageAlt: "Engine detail", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/enduro-racer-sitting-his-motorcycle_627829-11606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/enduro-racer-sitting-his-motorcycle_627829-11606.jpg?_wi=1", imageAlt: "Creator and bike", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-with-motorcycle-hawaii_23-2148892233.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-riding-motorbike_23-2150810244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-riding-motorbike_23-2150810244.jpg?_wi=2", imageAlt: "helmet visor rider close up", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-preparing-ride-motorcycle-city_23-2148952720.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/motor-enduro-motorcycle_627829-11598.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motor-enduro-motorcycle_627829-11598.jpg?_wi=2", imageAlt: "helmet visor rider close up", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189625.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/enduro-racer-sitting-his-motorcycle_627829-11606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/enduro-racer-sitting-his-motorcycle_627829-11606.jpg?_wi=2", imageAlt: "helmet visor rider close up", }, ]}