diff --git a/src/app/page.tsx b/src/app/page.tsx index ef45dfc..28eeb0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,16 +49,16 @@ export default function LandingPage() { description="Experience traditional barbering excellence with modern expertise. U.S. BARBER delivers precision haircuts, expert shaving, and grooming services tailored to your style." background={{ variant: "noiseDiagonalGradient" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Premium barbershop interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional barber styling" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Expert shaving service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Precision fade haircut" } + { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1", imageAlt: "Premium barbershop interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Professional barber styling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Expert shaving service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=1", imageAlt: "Precision fade haircut" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg", imageAlt: "Fade haircut detail" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Grooming expertise" }, - { imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Modern styling service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Welcoming barbershop space" } + { imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-comb_613910-5069.jpg?_wi=2", imageAlt: "Fade haircut detail" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Grooming expertise" }, + { imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Modern styling service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2", imageAlt: "Welcoming barbershop space" } ]} carouselPosition="right" buttons={[ @@ -117,7 +117,7 @@ export default function LandingPage() { { value: "500+", title: "Satisfied Customers Monthly" }, { value: "15+", title: "Years of Combined Experience" } ]} - imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=3" imageAlt="U.S. BARBER premium barbershop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -136,10 +136,10 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" members={[ - { id: "1", name: "Marcus Johnson", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Marcus Johnson, Senior Barber" }, - { id: "2", name: "James Mitchell", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "James Mitchell, Master Barber" }, - { id: "3", name: "David Rodriguez", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "David Rodriguez, Specialist" }, - { id: "4", name: "Anthony Davis", role: "Expert Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg", imageAlt: "Anthony Davis, Expert Barber" } + { id: "1", name: "Marcus Johnson", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=1", imageAlt: "Marcus Johnson, Senior Barber" }, + { id: "2", name: "James Mitchell", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=2", imageAlt: "James Mitchell, Master Barber" }, + { id: "3", name: "David Rodriguez", role: "Specialist", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=3", imageAlt: "David Rodriguez, Specialist" }, + { id: "4", name: "Anthony Davis", role: "Expert Barber", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-barber-shop_1157-21514.jpg?_wi=4", imageAlt: "Anthony Davis, Expert Barber" } ]} /> @@ -155,12 +155,12 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { id: "1", name: "Robert Chen", role: "Business Owner", testimonial: "U.S. BARBER delivers exceptional service every time. The attention to detail and professionalism is unmatched in the area.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen" }, - { id: "2", name: "Michael Torres", role: "Software Engineer", testimonial: "Been a loyal customer for three years. The barbers truly understand modern styles while maintaining classic craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Torres" }, - { id: "3", name: "Christopher Lee", role: "Consultant", testimonial: "The hot towel shave experience is absolutely incredible. Worth every penny and highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Christopher Lee" }, - { id: "4", name: "Daniel Thompson", role: "Entrepreneur", testimonial: "Finally found a barbershop that takes pride in their work. Marcus and the team are true professionals.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Daniel Thompson" }, - { id: "5", name: "James Wilson", role: "Executive", testimonial: "Impeccable service, premium atmosphere, and genuine care for customer satisfaction. This is my go-to barbershop.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson" }, - { id: "6", name: "Kevin Anderson", role: "Professional", testimonial: "Outstanding experience from start to finish. The team's expertise and attention to detail are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Kevin Anderson" } + { id: "1", name: "Robert Chen", role: "Business Owner", testimonial: "U.S. BARBER delivers exceptional service every time. The attention to detail and professionalism is unmatched in the area.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Robert Chen" }, + { id: "2", name: "Michael Torres", role: "Software Engineer", testimonial: "Been a loyal customer for three years. The barbers truly understand modern styles while maintaining classic craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Torres" }, + { id: "3", name: "Christopher Lee", role: "Consultant", testimonial: "The hot towel shave experience is absolutely incredible. Worth every penny and highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Christopher Lee" }, + { id: "4", name: "Daniel Thompson", role: "Entrepreneur", testimonial: "Finally found a barbershop that takes pride in their work. Marcus and the team are true professionals.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Daniel Thompson" }, + { id: "5", name: "James Wilson", role: "Executive", testimonial: "Impeccable service, premium atmosphere, and genuine care for customer satisfaction. This is my go-to barbershop.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "James Wilson" }, + { id: "6", name: "Kevin Anderson", role: "Professional", testimonial: "Outstanding experience from start to finish. The team's expertise and attention to detail are exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Kevin Anderson" } ]} />