diff --git a/src/app/barbers/page.tsx b/src/app/barbers/page.tsx index de634fc..3c653d6 100644 --- a/src/app/barbers/page.tsx +++ b/src/app/barbers/page.tsx @@ -65,19 +65,19 @@ export default function LandingPage() { id: "1", name: "Rojelio 'Rocky'", role: "Senior Barber", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg?_wi=1", }, { id: "2", name: "Cris", role: "Barber", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-arrives-ski-complex_482257-76574.jpg?_wi=1", }, { id: "3", name: "Bimbo", role: "Barber", - imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg?_wi=1", }, ]} title="Meet the Barbers"