diff --git a/src/app/page.tsx b/src/app/page.tsx index 35da000..6f9f02c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,11 +115,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Exterior Detailing", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Professional exterior detailing"}, + id: "1", name: "Exterior Detailing", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg?_wi=1", imageAlt: "Professional exterior detailing"}, { id: "2", name: "Interior Detailing", price: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Professional interior detailing"}, { - id: "3", name: "Full Package", price: "Starting at $329", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg", imageAlt: "Complete auto detailing package"}, + id: "3", name: "Full Package", price: "Starting at $329", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2002.jpg?_wi=2", imageAlt: "Complete auto detailing package"}, ]} /> @@ -198,17 +198,17 @@ export default function LandingPage() {