Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-15 20:52:11 +00:00
parent 773db7eea4
commit 209e377c94

View File

@@ -63,28 +63,28 @@ export default function GalleryPage() {
id: "fade-work-1",
name: "Premium Fade",
price: "Fresh Cut",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506188.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506188.jpg?_wi=2",
imageAlt: "Professional fade haircut clean sharp",
},
{
id: "fade-work-2",
name: "High Fade",
price: "Clean Lines",
imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-barber-shop_613910-4252.jpg?_wi=2",
imageAlt: "high quality men's fade cut",
},
{
id: "taper-work-1",
name: "Taper Fade",
price: "Smooth Blend",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665414.jpg?_wi=2",
imageAlt: "barber taper fade professional cut",
},
{
id: "lineup-work-1",
name: "Sharp Line-up",
price: "Crisp Edges",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-washing-cute-dog_23-2149652668.jpg?_wi=2",
imageAlt: "sharp hairline line up barber",
},
]}