diff --git a/src/app/page.tsx b/src/app/page.tsx index f5f4551..87f9ad3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,16 +54,16 @@ export default function LandingPage() { testimonials={[ { name: "Shubham A.", handle: "Local Client", testimonial: "He really takes his time to understand what you want. Best cut in the city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg", imageAlt: "modern luxury barbershop interior dark"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=1", imageAlt: "modern luxury barbershop interior dark"}, { name: "Paul S.", handle: "Local Client", testimonial: "I left feeling fresh and confident. Amazing service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg", imageAlt: "barber cutting hair professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=2", imageAlt: "barber cutting hair professional"}, { name: "Kyle P.", handle: "Local Client", testimonial: "Best haircut I've had in years. Will be a regular.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg", imageAlt: "professional barber smiling"}, + imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=1", imageAlt: "professional barber smiling"}, { name: "Nirmal S.K.", handle: "Local Client", testimonial: "The attention to detail and vibe here are unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg", imageAlt: "modern barber workspace portrait"}, + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg?_wi=1", imageAlt: "modern barber workspace portrait"}, { name: "Dion A.", handle: "Local Client", testimonial: "Very particular with details for a sharp, clean look.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6410.jpg", imageAlt: "man with stylish haircut"}, @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "View Services", href: "#services"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairstyle-supplies_1157-7704.jpg?_wi=3" showDimOverlay={true} showBlur={true} avatars={[ @@ -163,11 +163,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", name: "Semir", role: "Founder & Master Barber", description: "Mastering the craft with years of experience and sharp precision.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg"}, + id: "1", name: "Semir", role: "Founder & Master Barber", description: "Mastering the craft with years of experience and sharp precision.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=2"}, { - id: "2", name: "Efe", role: "Style Specialist", description: "Energy, style, and precision for every unique client.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg"}, + id: "2", name: "Efe", role: "Style Specialist", description: "Energy, style, and precision for every unique client.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-afro-american-male-barber-wearing-uniform-holding-barber-tools-pointing-them_141793-116999.jpg?_wi=2"}, { - id: "3", name: "Join Us", role: "Looking for barbers", description: "We are growing. Join our team of experts.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg"}, + id: "3", name: "Join Us", role: "Looking for barbers", description: "We are growing. Join our team of experts.", imageSrc: "http://img.b2bpic.net/free-photo/hipster-style-bearded-man-white-shirt-studio-black-background_158595-1828.jpg?_wi=3"}, ]} title="The Craftsmen" description="Meet the team that keeps the Danforth looking sharp." @@ -214,7 +214,7 @@ export default function LandingPage() {