diff --git a/src/app/page.tsx b/src/app/page.tsx index d5c6970..12f584d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,8 +135,8 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { id: "wiz", name: "Wiz", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg?_wi=4" }, - { id: "joe", name: "Joe", role: "Creative Barber", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-isolated-handsome-fashionable-tattooed-man-with-fuzzy-beard-shaved-head-posing-indoors-with-arms-folded-having-confident-facial-expression_343059-1711.jpg?_wi=2" }, - { id: "mike", name: "Mike", role: "Lead Barber", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg" }, + { id: "joe", name: "Joe", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-isolated-handsome-fashionable-tattooed-man-with-fuzzy-beard-shaved-head-posing-indoors-with-arms-folded-having-confident-facial-expression_343059-1711.jpg?_wi=2" }, + { id: "mike", name: "Mike", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286080.jpg" }, ]} title="Meet the Barbers" description="Our team of skilled professionals." @@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file