diff --git a/src/app/page.tsx b/src/app/page.tsx index 237c105..d5c6970 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", imageAlt: "Modern barbershop interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg", imageAlt: "Barber precision work" } + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=1", imageAlt: "Modern barbershop interior" }, + { 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=1", imageAlt: "Barber precision work" } ]} mediaAnimation="slide-up" rating={5} @@ -68,29 +68,29 @@ export default function LandingPage() { { title: "Experienced Barbers", description: "Skilled professionals who know classic and modern styles.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg" }, - { 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" }, + { 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=2" }, + { 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=1" }, ] }, { title: "Family Friendly Shop", description: "A welcoming environment for men, kids, and families.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-scissors-clenching-fist-rejoicing-crazy-happy_141793-37385.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-scissors-clenching-fist-rejoicing-crazy-happy_141793-37385.jpg?_wi=1" }, ] }, { title: "Great Atmosphere", description: "Music, sports on TV, and great conversation while you wait.", icon: Coffee, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=2" }, + { 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=3" }, ] }, { title: "Affordable Quality", description: "Great haircuts at fair prices for everyone.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg?_wi=1" }, ] }, ]} @@ -134,8 +134,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" 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" }, - { 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" }, + { 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" }, ]} title="Meet the Barbers" @@ -149,10 +149,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Sarah J.", handle: "@apexlocal", testimonial: "If you're looking for a great cut, stop by and let Wiz work his magic.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg" }, - { id: "t2", name: "David M.", handle: "@apexparent", testimonial: "Best haircut my son has had in this whole area.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-scissors-clenching-fist-rejoicing-crazy-happy_141793-37385.jpg" }, - { id: "t3", name: "Michael R.", handle: "@loyalclient", testimonial: "Great barbershop. Joe, Wiz and Mike have great chemistry together.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg" }, - { id: "t4", name: "Emily K.", handle: "@apexmom", testimonial: "We’ve been coming here for years and have never been let down.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg" }, + { id: "t1", name: "Sarah J.", handle: "@apexlocal", testimonial: "If you're looking for a great cut, stop by and let Wiz work his magic.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=2" }, + { id: "t2", name: "David M.", handle: "@apexparent", testimonial: "Best haircut my son has had in this whole area.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-scissors-clenching-fist-rejoicing-crazy-happy_141793-37385.jpg?_wi=2" }, + { id: "t3", name: "Michael R.", handle: "@loyalclient", testimonial: "Great barbershop. Joe, Wiz and Mike have great chemistry together.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-getting-haircut_23-2150665412.jpg?_wi=2" }, + { id: "t4", name: "Emily K.", handle: "@apexmom", testimonial: "We’ve been coming here for years and have never been let down.", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-18295.jpg?_wi=2" }, { id: "t5", name: "Tom B.", handle: "@freshfade", testimonial: "Hands down the best fade in the area.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-older-sister-cuts-her-little-brother-with-trimmer-against-brick-wall_613910-19671.jpg" }, ]} title="Customer Reviews"