diff --git a/src/app/page.tsx b/src/app/page.tsx index a1b3dbb..1e97ff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg?_wi=1" imageAlt="Ammar's Barbershop Interior" mediaAnimation="slide-up" avatars={[ @@ -199,7 +199,7 @@ export default function LandingPage() { id: "1", name: "Ammar", role: "Master Barber", - imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg?_wi=1", }, { id: "2", @@ -232,7 +232,7 @@ export default function LandingPage() { quote: "The best haircut in town, bar none.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior_1163-2009.jpg?_wi=2", imageAlt: "happy client after haircut", }, { @@ -276,7 +276,7 @@ export default function LandingPage() { quote: "Reliable and precise service every single time.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/man-apron-posing-with-coffee-machine-component_23-2148366661.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg?_wi=2", imageAlt: "happy client after haircut", }, ]}