diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b635c..1a9341f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,23 +83,23 @@ export default function LandingPage() { { id: 1, title: "Exterior Wash", description: "Professional foam wash with spot-free rinse. Our eco-friendly solution gently removes dirt while protecting your paint.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/splashing-bubbling-water_23-2147798198.jpg", imageAlt: "Exterior wash service"}, + imageSrc: "http://img.b2bpic.net/free-photo/splashing-bubbling-water_23-2147798198.jpg?_wi=1", imageAlt: "Exterior wash service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/splashing-bubbling-water_23-2147798198.jpg", imageAlt: "Exterior wash service"}, + imageSrc: "http://img.b2bpic.net/free-photo/splashing-bubbling-water_23-2147798198.jpg?_wi=2", imageAlt: "Exterior wash service"}, }, { id: 2, title: "Interior Detailing", description: "Deep clean vacuum, sanitization, and conditioning. We treat your car's interior like new with premium care products.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior detailing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Interior detailing service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior detailing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interior detailing service"}, }, { id: 3, title: "Wax & Polish", description: "Protective wax coating with hand polish. Adds shine and creates a durable barrier against UV and environmental damage.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Wax and polish service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Wax and polish service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Wax and polish service"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Wax and polish service"}, }, ]} showStepNumbers={true}