diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7e1b79b..9db9b36 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -51,7 +51,7 @@ export default function HomePage() { }, { title: "Speed & Convenience", description: "Efficient processes designed to get you back on the road in style.", bentoComponent: "media-stack", mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552293.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552293.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/splashing-bubbling-water_23-2147798198.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/boiling-dark-liquid-with-aquamarine-foam-big-blob_23-2147934237.jpg" }, ], @@ -68,7 +68,7 @@ export default function HomePage() { title="Professional Wash Menu" description="From a quick rinse to comprehensive detailing, we have a package for every car enthusiast." items={[ - { title: "Interior Deep Clean", description: "Steam cleaning and conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552293.jpg" }, + { title: "Interior Deep Clean", description: "Steam cleaning and conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552293.jpg?_wi=2" }, { title: "Exterior Foam Bath", description: "Complete wash and hand dry.", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26053.jpg" }, { title: "Ceramic Coating", description: "Advanced paint protection.", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26059.jpg" }, { title: "Tire & Wheel Shine", description: "Deep tire restoration.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194085.jpg" },