diff --git a/src/app/page.tsx b/src/app/page.tsx index dfa1d5d..c3b0374 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,17 +74,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/car-engine-block-3d-render_482257-76538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-engine-block-3d-render_482257-76538.jpg?_wi=1", imageAlt: "Dashboard", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg?_wi=1", imageAlt: "Keys", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-workplace_1098-2002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-workplace_1098-2002.jpg?_wi=1", imageAlt: "Graph", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/car-engine-block-3d-render_482257-76538.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-engine-block-3d-render_482257-76538.jpg?_wi=2", imageAlt: "fast loan approval icon", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-mechanics-fixing-car_482257-76105.jpg?_wi=2", imageAlt: "fast loan approval icon", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-workplace_1098-2002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-workplace_1098-2002.jpg?_wi=2", imageAlt: "fast loan approval icon", }, ]}