diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 13850b9..b274bcc 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -51,15 +51,15 @@ export default function GalleryPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg?_wi=3", imageAlt: "Paint correction before and after" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193155.jpg?_wi=5", imageAlt: "Polished car exterior detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18981.jpg?_wi=4", imageAlt: "Shiny vehicle finish result" } ] @@ -70,15 +70,15 @@ export default function GalleryPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-man-leaning-soft-chair-back-while-exploring-linear-pattern-before-buying_7502-10002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-bearded-man-leaning-soft-chair-back-while-exploring-linear-pattern-before-buying_7502-10002.jpg?_wi=3", imageAlt: "Interior detailing transformation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-1952.jpg?_wi=3", imageAlt: "Clean car interior result" }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9285.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9285.jpg?_wi=3", imageAlt: "Professional interior detail" } ] @@ -89,15 +89,15 @@ export default function GalleryPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32339.jpg?_wi=3", imageAlt: "Ceramic coating before and after" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-leather-card-holder-isolated-pink_140725-12400.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-leather-card-holder-isolated-pink_140725-12400.jpg?_wi=3", imageAlt: "Protected paint surface shine" }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736855.jpg?_wi=4", imageAlt: "Professional protection products" } ] @@ -108,15 +108,15 @@ export default function GalleryPage() { bentoComponent: "media-stack", items: [ { - imageSrc: "http://img.b2bpic.net/free-photo/man-wiping-car-with-microfiber-after-wash_1303-29061.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-wiping-car-with-microfiber-after-wash_1303-29061.jpg?_wi=3", imageAlt: "Professional polishing process" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193155.jpg?_wi=6", imageAlt: "Beautifully polished car" }, { - imageSrc: "http://img.b2bpic.net/free-photo/preparing-car-before-spray-painting_1157-36583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/preparing-car-before-spray-painting_1157-36583.jpg?_wi=3", imageAlt: "Expert detailing specialist" } ] @@ -132,12 +132,12 @@ export default function GalleryPage() {