diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d50b10..d573527 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,11 +93,11 @@ export default function LandingPage() { { id: "1", name: "Marcus Johnson", role: "Master Barber & Founder", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hipster-bearded-male-sitting-armchair-barber-shop-while-hairdresser-shaves-his-beard-with-dangerous-razor_613910-18491.jpg", imageAlt: "Marcus Johnson"}, { - id: "2", name: "David Chen", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "David Chen"}, + id: "2", name: "David Chen", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=1", imageAlt: "David Chen"}, { - id: "3", name: "James Rodriguez", role: "Expert Barber", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "James Rodriguez"}, + id: "3", name: "James Rodriguez", role: "Expert Barber", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=2", imageAlt: "James Rodriguez"}, { - id: "4", name: "Anthony Williams", role: "Specialist Craftsman", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Anthony Williams"}, + id: "4", name: "Anthony Williams", role: "Specialist Craftsman", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=3", imageAlt: "Anthony Williams"}, ]} title="Meet Our Master Barbers" description="Highly skilled professionals dedicated to delivering exceptional barbering experiences with precision and artistry." @@ -112,13 +112,13 @@ export default function LandingPage() {