diff --git a/src/app/page.tsx b/src/app/page.tsx index c83a91b..df5c97d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,12 +56,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-with-client-barber_624325-2642.jpg", imageAlt: "Luxury barbershop interior" }, - { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg", imageAlt: "Expert barber at work" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-man-salon_23-2148181876.jpg", imageAlt: "Hot towel shave service" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pet-carrier_23-2150238720.jpg", imageAlt: "Premium shop ambiance" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg", imageAlt: "Precision fade cut" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-with-client-barber_624325-2642.jpg", imageAlt: "Barbershop showcase" } + { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-with-client-barber_624325-2642.jpg?_wi=1", imageAlt: "Luxury barbershop interior" }, + { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg?_wi=1", imageAlt: "Expert barber at work" }, + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-man-salon_23-2148181876.jpg?_wi=1", imageAlt: "Hot towel shave service" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pet-carrier_23-2150238720.jpg?_wi=1", imageAlt: "Premium shop ambiance" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg?_wi=2", imageAlt: "Precision fade cut" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/barbershop-with-client-barber_624325-2642.jpg?_wi=2", imageAlt: "Barbershop showcase" } ]} autoPlay={true} autoPlayInterval={4000} @@ -94,19 +94,19 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "fade-cut", title: "Fade Cut", description: "Precision fade cuts executed with expert technique. From skin fades to high fades, we perfect every gradient.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg", imageAlt: "Expert fade cut" + id: "fade-cut", title: "Fade Cut", description: "Precision fade cuts executed with expert technique. From skin fades to high fades, we perfect every gradient.", tag: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg?_wi=3", imageAlt: "Expert fade cut" }, { - id: "hot-towel-shave", title: "Hot Towel Shave", description: "Traditional straight razor shaving experience with premium products and meticulous attention to detail.", tag: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-man-salon_23-2148181876.jpg", imageAlt: "Hot towel shave service" + id: "hot-towel-shave", title: "Hot Towel Shave", description: "Traditional straight razor shaving experience with premium products and meticulous attention to detail.", tag: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-man-salon_23-2148181876.jpg?_wi=2", imageAlt: "Hot towel shave service" }, { - id: "beard-trim", title: "Beard Maintenance & Trim", description: "Custom beard shaping, trimming, and conditioning tailored to your facial hair and personal style.", tag: "Specialization", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg", imageAlt: "Beard trim service" + id: "beard-trim", title: "Beard Maintenance & Trim", description: "Custom beard shaping, trimming, and conditioning tailored to your facial hair and personal style.", tag: "Specialization", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beaded-man-trimmer_23-2148257039.jpg?_wi=4", imageAlt: "Beard trim service" }, { - id: "haircut", title: "Custom Haircut", description: "Bespoke haircuts designed for your face shape and lifestyle. From classic to contemporary.", tag: "Personalized", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pet-carrier_23-2150238720.jpg", imageAlt: "Custom haircut" + id: "haircut", title: "Custom Haircut", description: "Bespoke haircuts designed for your face shape and lifestyle. From classic to contemporary.", tag: "Personalized", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-pet-carrier_23-2150238720.jpg?_wi=2", imageAlt: "Custom haircut" }, { - id: "head-shave", title: "Head Shave", description: "Clean, smooth head shaves with precision technique and premium aftercare products.", tag: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-man-salon_23-2148181876.jpg", imageAlt: "Head shave service" + id: "head-shave", title: "Head Shave", description: "Clean, smooth head shaves with precision technique and premium aftercare products.", tag: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-man-salon_23-2148181876.jpg?_wi=3", imageAlt: "Head shave service" } ]} />