diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f36ad8..54f76d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,11 +80,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958773.jpg?_wi=1", imageAlt: "Luxurious car detailing with rich foam bubbles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-low-angle-shot-concrete-stone-wall-background-wallpaper_181624-41172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-low-angle-shot-concrete-stone-wall-background-wallpaper_181624-41172.jpg?_wi=1", imageAlt: "High-pressure washing cleaning a home exterior with bubbles", }, ]} @@ -175,7 +175,7 @@ export default function LandingPage() { price: "$180", rating: 5, reviewCount: "20+ reviews", - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958773.jpg?_wi=2", imageAlt: "Car being polished for a deluxe shine", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { price: "$150", rating: 5, reviewCount: "40+ reviews", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-low-angle-shot-concrete-stone-wall-background-wallpaper_181624-41172.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-low-angle-shot-concrete-stone-wall-background-wallpaper_181624-41172.jpg?_wi=2", imageAlt: "Pressure washing a wooden deck to remove grime", }, ]}