diff --git a/src/app/page.tsx b/src/app/page.tsx index a042417..6f0c9e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { text: "Book Now", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake"}, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-menorah_23-2149640723.jpg", imageAlt: "Barbershop interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-menorah_23-2149640723.jpg?_wi=1", imageAlt: "Barbershop interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "Barbershop atmosphere" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186489.jpg", imageAlt: "Modern grooming" }, { imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg", imageAlt: "Precision work" }, @@ -106,7 +106,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Joseph", role: "Client", company: "757 Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-man-barbershop_23-2147737096.jpg", imageAlt: "barber professional portrait" }, - { id: "2", name: "Jesse", role: "Client", company: "757 Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-menorah_23-2149640723.jpg", imageAlt: "barber professional portrait" }, + { id: "2", name: "Jesse", role: "Client", company: "757 Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-holding-menorah_23-2149640723.jpg?_wi=2", imageAlt: "barber professional portrait" }, { id: "3", name: "Adam", role: "Client", company: "757 Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-blurred-comb-his-hand_23-2148256854.jpg", imageAlt: "barber professional portrait" }, { id: "4", name: "Pete", role: "Client", company: "757 Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-self-care-setting-still-life_23-2150326540.jpg", imageAlt: "barber professional portrait" }, { id: "5", name: "Christopher", role: "Client", company: "757 Area", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-groomed_23-2149141754.jpg", imageAlt: "barber professional portrait" },