diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b8ad93..c8be6a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,11 +96,11 @@ export default function HomePage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-washing_23-2149172890.jpg", imageAlt: "Professional car wash in action"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Exterior car washing"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg?_wi=1", imageAlt: "Exterior car washing"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior car detailing"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1", imageAlt: "Interior car detailing"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Professional wax coating"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=1", imageAlt: "Professional wax coating"}, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/three-men-plastic-garbage-collecting-polluted-park_1268-20117.jpg", imageAlt: "Eco-friendly car wash"}, { @@ -116,7 +116,7 @@ export default function HomePage() { features={[ { id: "1", title: "Exterior Wash", description: "Professional exterior washing with premium soap and spot-free rinse. We use eco-friendly products and advanced water recycling systems to protect both your car and the environment.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Exterior car washing"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg?_wi=2", imageAlt: "Exterior car washing"}, items: [ { icon: Droplets, text: "Spot-free rinse" }, { icon: Shield, text: "Eco-friendly products" }, @@ -126,7 +126,7 @@ export default function HomePage() { }, { id: "2", title: "Interior Detailing", description: "Deep clean your car's interior with vacuum, steam cleaning, and protective treatments. Removes dirt, allergens, and odors for a fresh, healthy cabin environment.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior car detailing"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Interior car detailing"}, items: [ { icon: Wind, text: "Deep vacuuming" }, { icon: Droplets, text: "Steam cleaning" }, @@ -136,7 +136,7 @@ export default function HomePage() { }, { id: "3", title: "Wax & Coating", description: "Premium wax and ceramic coating services that protect your paint and enhance shine. Long-lasting protection against UV rays, salt, and environmental contaminants.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", imageAlt: "Professional wax coating"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Professional wax coating"}, items: [ { icon: Sun, text: "UV protection" }, { icon: Shield, text: "Long-lasting gloss" }, @@ -196,13 +196,13 @@ export default function HomePage() {