diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e44775..067bdcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,22 +91,22 @@ export default function LandingPage() { { title: "Top Tier Fuel", description: "High-quality fuel that keeps your engine running smoothly.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg", imageAlt: "local gas station exterior daytime" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg", imageAlt: "local gas station exterior daytime" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg?_wi=1", imageAlt: "local gas station exterior daytime" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-receiving-groceries_23-2149722278.jpg?_wi=2", imageAlt: "local gas station exterior daytime" }, ], }, { title: "Expert Maintenance", description: "Quick checks and essential repairs for all vehicle types.", icon: Wrench, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg", imageAlt: "mechanic working on vehicle professional" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg", imageAlt: "mechanic working on vehicle professional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg?_wi=1", imageAlt: "mechanic working on vehicle professional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-set-metal-wrenches_23-2148428303.jpg?_wi=2", imageAlt: "mechanic working on vehicle professional" }, ], }, { title: "Friendly Support", description: "Our staff is here to help you get on your way safely.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg", imageAlt: "gas pump service clean modern" }, - { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg", imageAlt: "gas pump service clean modern" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg?_wi=1", imageAlt: "gas pump service clean modern" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-woman-with-car-gas-station_23-2150516380.jpg?_wi=2", imageAlt: "gas pump service clean modern" }, ], }, ]}