diff --git a/src/app/awards/page.tsx b/src/app/awards/page.tsx index b9a2de4..da788de 100644 --- a/src/app/awards/page.tsx +++ b/src/app/awards/page.tsx @@ -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", }, ]}