diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 651d642..c9b84af 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -95,7 +95,7 @@ export default function GalleryPage() { price: "Hair Services", variant: "Color & Style", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-female_1301-1121.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-female_1301-1121.jpg?_wi=3", imageAlt: "Hair transformation", }, { @@ -104,7 +104,7 @@ export default function GalleryPage() { price: "Makeup", variant: "Bride Glow", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-lovely-glamorous-lady_23-2148398559.jpg", + "http://img.b2bpic.net/free-photo/portrait-lovely-glamorous-lady_23-2148398559.jpg?_wi=3", imageAlt: "Makeup transformation", }, { @@ -113,7 +113,7 @@ export default function GalleryPage() { price: "Ambiance", variant: "Premium Space", imageSrc: - "http://img.b2bpic.net/free-photo/pregnant-woman-applies-makeup-home-front-mirror_169016-27953.jpg", + "http://img.b2bpic.net/free-photo/pregnant-woman-applies-makeup-home-front-mirror_169016-27953.jpg?_wi=3", imageAlt: "Salon interior", }, { @@ -122,7 +122,7 @@ export default function GalleryPage() { price: "Hair Services", variant: "Style & Cut", imageSrc: - "http://img.b2bpic.net/free-photo/woman-with-creative-coloured-hair-pink-makeup_633478-2244.jpg", + "http://img.b2bpic.net/free-photo/woman-with-creative-coloured-hair-pink-makeup_633478-2244.jpg?_wi=3", imageAlt: "Hair styling result", }, ]}