diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index d98ef84..953e1de 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -53,12 +53,12 @@ export default function GalleryPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg", + "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg?_wi=3", imageAlt: "Exterior detailing before", }, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg", + "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg?_wi=3", imageAlt: "Exterior detailing after", }, ], @@ -71,12 +71,12 @@ export default function GalleryPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg", + "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318453.jpg?_wi=3", imageAlt: "Interior detailing before", }, { imageSrc: - "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg", + "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2795.jpg?_wi=3", imageAlt: "Interior detailing after", }, ], @@ -89,12 +89,12 @@ export default function GalleryPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg", + "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27235.jpg?_wi=3", imageAlt: "Full detail before", }, { imageSrc: - "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg", + "http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-22274.jpg?_wi=3", imageAlt: "Full detail after", }, ], @@ -123,12 +123,12 @@ export default function GalleryPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg", + "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-16073.jpg?_wi=3", imageAlt: "Paint correction before", }, { imageSrc: - "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg", + "http://img.b2bpic.net/free-photo/car-wrapping-with-foil-car-service_1303-32335.jpg?_wi=3", imageAlt: "Paint correction after", }, ], @@ -141,12 +141,12 @@ export default function GalleryPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg", + "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=5", imageAlt: "Ceramic coating application", }, { imageSrc: - "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg", + "http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342625.jpg?_wi=3", imageAlt: "Ceramic coating finish", }, ], @@ -159,12 +159,12 @@ export default function GalleryPage() { mediaItems: [ { imageSrc: - "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg", + "http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg?_wi=3", imageAlt: "Fleet before detailing", }, { imageSrc: - "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory-modern-production_645730-278.jpg", + "http://img.b2bpic.net/free-photo/photo-automobile-production-line-welding-car-body-modern-car-assembly-plant-auto-industry-interior-hightech-factory-modern-production_645730-278.jpg?_wi=3", imageAlt: "Fleet after detailing", }, ], @@ -180,7 +180,7 @@ export default function GalleryPage() {