From 2a49b9305d6748d02aef8db82fe066a5d6ba8193 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 20:09:41 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", }, ]}