diff --git a/src/app/page.tsx b/src/app/page.tsx index aaf2502..66c3dc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { groups={[ { id: "g1", groupTitle: "Expert Barbers", members: [ - { id: "m1", title: "Matt", subtitle: "Founder / Head Barber", detail: "A veteran barber with over 10 years of experience in classic techniques.", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg" }, + { id: "m1", title: "Matt", subtitle: "Founder / Head Barber", detail: "A veteran barber with over 10 years of experience in classic techniques.", imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg?_wi=1" }, { id: "m2", title: "Alex", subtitle: "Senior Barber", detail: "Master of modern fades and intricate beard sculpting.", imageSrc: "http://img.b2bpic.net/free-photo/funny-worker-amusing-colleague-office-telling-joke_482257-102093.jpg" }, { id: "m3", title: "Jordan", subtitle: "Barber", detail: "Passionate about detail and customer experience.", imageSrc: "http://img.b2bpic.net/free-photo/business-owner-with-apron-break_23-2148366601.jpg" }, ] @@ -116,7 +116,7 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Mark S.", role: "Client", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg" }, + { id: "t1", name: "Mark S.", role: "Client", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg?_wi=2" }, { id: "t2", name: "James L.", role: "Client", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205870.jpg" }, { id: "t3", name: "Brian K.", role: "Client", company: "Local Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg" }, { id: "t4", name: "Sam D.", role: "Client", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" },