diff --git a/src/app/page.tsx b/src/app/page.tsx index 88bb65d..7cb6aa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} tag="Craft & Precision" tagIcon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/bearded-man-sitting-barbershop-getting-his-hair-cut_651396-2976.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bearded-man-sitting-barbershop-getting-his-hair-cut_651396-2976.jpg?_wi=1" imageAlt="Professional barber shop" buttons={[ { text: "Book Appointment", href: "contact" }, @@ -62,7 +62,7 @@ export default function LandingPage() { description="Elevate your grooming with our comprehensive range of barber services designed for the modern gentleman." tag="Services" tagIcon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/stylish-haircut-barbershop_1163-2012.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-haircut-barbershop_1163-2012.jpg?_wi=1" imageAlt="Haircut service" mediaAnimation="slide-up" useInvertedBackground={false} @@ -122,7 +122,7 @@ export default function LandingPage() {