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" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index aa91d2f..649c03c 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -68,13 +68,13 @@ export default function LandingPage() { id: "p1", name: "Classic Fade", price: "Featured", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=4", }, { id: "p2", name: "Beard Style", price: "Featured", - 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=3", }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index c2fb497..b9f6d7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=1" imageAlt="Barbershop shop interior" avatars={[ { @@ -150,7 +150,7 @@ export default function LandingPage() { description: "Always ready for you, no appointment needed.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=2" mediaAnimation="slide-up" /> diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 9ea94ed..8d3a5cf 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { quote: "Tap in with Cris he will get you right.", tag: "Cris", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blue-eyed-bearded-hipster-male-with-crossed-arms-grey-background_613910-12834.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=3", imageAlt: "luxury barbershop interior night lighting", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { quote: "Best barber out here.", tag: "Rocky", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blue-eyed-bearded-hipster-male-grey-background_613910-13829.jpg", - 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=2", imageAlt: "professional barber portrait smiling", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { quote: "Highly recommend Rojelio.", tag: "Rocky", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-non-binary-person-modern-clothes_23-2148760570.jpg", - 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=2", imageAlt: "young energetic barber studio", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { quote: "Never disappoints.", tag: "Rocky", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-boy-front-white-curtain_23-2148184880.jpg", - 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=2", imageAlt: "barber professional look confident", }, {