diff --git a/src/app/page.tsx b/src/app/page.tsx index 2737c72..974212a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,15 +91,15 @@ export default function LandingPage() { buttonAnimation="none" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg?_wi=1", imageAlt: "Luxury car in detailing studio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg?_wi=1", imageAlt: "Ceramic coating application", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=1", imageAlt: "Deep interior cleaning", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paint-car-spacious-car-service_146671-14946.jpg?_wi=2", imageAlt: "car interior cleaning tools", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881371.jpg?_wi=2", imageAlt: "car interior cleaning tools", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26070.jpg?_wi=2", imageAlt: "car interior cleaning tools", }, ]}