diff --git a/src/app/page.tsx b/src/app/page.tsx index f798487..31b4408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,22 +45,22 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="blur-reveal" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg" + imageSrc="http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg?_wi=1" imageAlt="Imperial Studios Barbershop Interior" imagePosition="right" mediaAnimation="slide-up" testimonials={[ { name: "Shane Callahan", handle: "Customer", testimonial: "This shop is awesome, great staff, great atmosphere and great service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "Brayan Martinez", handle: "Customer", testimonial: "They've got quality services, products, and items in a nice, fresh environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1" }, { name: "Ian Martinez", handle: "Customer", testimonial: "Great experience, customer service, always liked the way my haircuts looked.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" } ]} buttons={[ @@ -116,13 +116,13 @@ export default function LandingPage() {