Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-13 20:09:41 +00:00
parent fd166b000a
commit 2a49b9305d

View File

@@ -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",
},
]}