Update src/app/awards/page.tsx

This commit is contained in:
2026-03-12 18:17:09 +00:00
parent 93c65cd47c
commit f36feca3e8

View File

@@ -89,21 +89,21 @@ export default function AwardsPage() {
id: "1",
name: "Best Fade 2024",
price: "Award Winner",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-barbershop_23-2148506273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-barbershop_23-2148506273.jpg?_wi=5",
imageAlt: "Award-winning men modern haircut style",
},
{
id: "2",
name: "Excellence Cut",
price: "Certified",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=5",
imageAlt: "Award-winning professional men hairstyle",
},
{
id: "3",
name: "Premium Style",
price: "Recognized",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-with-long-mustache-after-haircut-barbershop_618663-44.jpg?_wi=5",
imageAlt: "Award-winning men premium haircut",
},
]}