diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f6094c..fb064f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,16 +56,16 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg", imageAlt: "Professional fade haircut" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg?_wi=1", imageAlt: "Professional fade haircut" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg", imageAlt: "Precision beard shaving" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg?_wi=1", imageAlt: "Precision beard shaving" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21689.jpg", imageAlt: "Expert hair styling" + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21689.jpg?_wi=1", imageAlt: "Expert hair styling" }, { - imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg", imageAlt: "Professional consultation" + imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg?_wi=1", imageAlt: "Professional consultation" } ]} rightCarouselItems={[ @@ -73,13 +73,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186469.jpg", imageAlt: "INA Barber Lounge interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg", imageAlt: "Premium barbershop ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=1", imageAlt: "Premium barbershop ambiance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg", imageAlt: "Expert barber at work" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg?_wi=2", imageAlt: "Expert barber at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg", imageAlt: "Master barber craftsmanship" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg?_wi=2", imageAlt: "Master barber craftsmanship" } ]} carouselPosition="right" @@ -108,7 +108,7 @@ export default function LandingPage() { title: "Welcoming Atmosphere", description: "A premium lounge experience designed for relaxation", icon: Home } ]} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186474.jpg?_wi=2" imageAlt="INA Barber Lounge interior" mediaAnimation="slide-up" textboxLayout="default" @@ -128,16 +128,16 @@ export default function LandingPage() { buttonAnimation="slide-up" features={[ { - id: "01", title: "Classic Haircuts", description: "Timeless styles executed with precision using traditional and modern techniques", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg", imageAlt: "Professional haircut service" + id: "01", title: "Classic Haircuts", description: "Timeless styles executed with precision using traditional and modern techniques", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg?_wi=3", imageAlt: "Professional haircut service" }, { - id: "02", title: "Beard Grooming", description: "Expert beard shaping, trimming, and straight razor shaving with premium products", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg", imageAlt: "Professional beard grooming" + id: "02", title: "Beard Grooming", description: "Expert beard shaping, trimming, and straight razor shaving with premium products", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg?_wi=3", imageAlt: "Professional beard grooming" }, { - id: "03", title: "Hair Styling", description: "Personalized styling for special occasions using professional-grade products", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21689.jpg", imageAlt: "Expert hair styling" + id: "03", title: "Hair Styling", description: "Personalized styling for special occasions using professional-grade products", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21689.jpg?_wi=2", imageAlt: "Expert hair styling" }, { - id: "04", title: "Scalp Treatments", description: "Rejuvenating scalp treatments designed to promote healthy hair growth", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg", imageAlt: "Professional scalp treatment" + id: "04", title: "Scalp Treatments", description: "Rejuvenating scalp treatments designed to promote healthy hair growth", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg?_wi=2", imageAlt: "Professional scalp treatment" } ]} gridVariant="four-items-2x2-equal-grid" @@ -177,22 +177,22 @@ export default function LandingPage() { buttonAnimation="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson, CEO", date: "Date: January 15, 2025", title: "Exceptional Precision and Service", quote: "INA Barber Lounge delivers the finest haircuts I've ever experienced. The attention to detail and professional atmosphere make every visit worthwhile. Highly recommended for any gentleman serious about grooming.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg", imageAlt: "Premium haircut service" + id: "1", name: "Marcus Johnson, CEO", date: "Date: January 15, 2025", title: "Exceptional Precision and Service", quote: "INA Barber Lounge delivers the finest haircuts I've ever experienced. The attention to detail and professional atmosphere make every visit worthwhile. Highly recommended for any gentleman serious about grooming.", tag: "Premium Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg", avatarAlt: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg?_wi=4", imageAlt: "Premium haircut service" }, { - id: "2", name: "David Chen, Business Owner", date: "Date: January 10, 2025", title: "Masters of Their Craft", quote: "The barbers at INA truly understand precision. My fade looks perfect every time, and the straight razor shave is incomparable. This is where quality meets professionalism.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg", imageAlt: "Expert beard grooming" + id: "2", name: "David Chen, Business Owner", date: "Date: January 10, 2025", title: "Masters of Their Craft", quote: "The barbers at INA truly understand precision. My fade looks perfect every time, and the straight razor shave is incomparable. This is where quality meets professionalism.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-lady-showing-double-thumbs-up-red-shirt-looking-merry_176474-39631.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg?_wi=4", imageAlt: "Expert beard grooming" }, { - id: "3", name: "Robert Williams, Executive", date: "Date: January 5, 2025", title: "The Gold Standard", quote: "Finally found a barbershop that understands excellence. Every visit to INA is a premium experience. The team's expertise and attention are unmatched in the industry.", tag: "VIP Member", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206527.jpg", avatarAlt: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21689.jpg", imageAlt: "Professional styling service" + id: "3", name: "Robert Williams, Executive", date: "Date: January 5, 2025", title: "The Gold Standard", quote: "Finally found a barbershop that understands excellence. Every visit to INA is a premium experience. The team's expertise and attention are unmatched in the industry.", tag: "VIP Member", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206527.jpg", avatarAlt: "Robert Williams", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21689.jpg?_wi=3", imageAlt: "Professional styling service" }, { - id: "4", name: "James Mitchell, Entrepreneur", date: "Date: December 28, 2024", title: "Worth Every Visit", quote: "INA Barber Lounge is a sanctuary for quality grooming. The ambiance, the service, and especially the results make it the only place I trust with my appearance.", tag: "Satisfied Client", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg", avatarAlt: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg", imageAlt: "Professional consultation" + id: "4", name: "James Mitchell, Entrepreneur", date: "Date: December 28, 2024", title: "Worth Every Visit", quote: "INA Barber Lounge is a sanctuary for quality grooming. The ambiance, the service, and especially the results make it the only place I trust with my appearance.", tag: "Satisfied Client", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-handsome-caucasian-man-posing-looking-camera-isolated-dark-background_613910-15062.jpg", avatarAlt: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/back-view-customer-checking-his-beard_23-2148298299.jpg?_wi=3", imageAlt: "Professional consultation" }, { - id: "5", name: "Christopher Lee, Professional", date: "Date: December 20, 2024", title: "Premium Experience Throughout", quote: "From the moment I walk in until I leave, INA delivers premium service. The barbers are skilled, courteous, and genuinely passionate about their work. Exceptional value.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58465.jpg", avatarAlt: "Christopher Lee", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg", imageAlt: "Premium haircut" + id: "5", name: "Christopher Lee, Professional", date: "Date: December 20, 2024", title: "Premium Experience Throughout", quote: "From the moment I walk in until I leave, INA delivers premium service. The barbers are skilled, courteous, and genuinely passionate about their work. Exceptional value.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58465.jpg", avatarAlt: "Christopher Lee", imageSrc: "http://img.b2bpic.net/free-photo/handsome-tattooed-young-man-talking-phone-close-up-portrait-outdoors_1321-16.jpg?_wi=5", imageAlt: "Premium haircut" }, { - id: "6", name: "Thomas Anderson, Manager", date: "Date: December 15, 2024", title: "Unmatched Quality and Professionalism", quote: "INA stands out for its commitment to excellence. Every detail matters, from the quality of the cut to the welcoming atmosphere. This is barbering at its finest.", tag: "Loyal Patron", avatarSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg", avatarAlt: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg", imageAlt: "Expert grooming service" + id: "6", name: "Thomas Anderson, Manager", date: "Date: December 15, 2024", title: "Unmatched Quality and Professionalism", quote: "INA stands out for its commitment to excellence. Every detail matters, from the quality of the cut to the welcoming atmosphere. This is barbering at its finest.", tag: "Loyal Patron", avatarSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg", avatarAlt: "Thomas Anderson", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-communicating-with-aged-client-studio_23-2148181856.jpg?_wi=5", imageAlt: "Expert grooming service" } ]} textboxLayout="default"