diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a9fe21..eb7b955 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { }} title="Precision Cuts at Bother Barbershop" description="Experience superior grooming where tradition meets modern style. Book your chair today." - imageSrc="http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg?_wi=1" imageAlt="Bother Barbershop Interior" /> @@ -92,7 +92,7 @@ export default function LandingPage() { content: "Traditional hot towel shave for the ultimate relaxing grooming experience.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -159,14 +159,14 @@ export default function LandingPage() { id: "t2", name: "Ben", role: "Senior Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-doing-his-job_23-2149220583.jpg?_wi=2", imageAlt: "classic haircut professional", }, { id: "t3", name: "Chris", role: "Grooming Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313016.jpg?_wi=2", imageAlt: "classic haircut professional", }, ]}