Merge version_1 into main #1
@@ -54,16 +54,16 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Barbershop Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", imageAlt: "Barber Station" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg", imageAlt: "Barber Tools" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", imageAlt: "Haircut Session" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1", imageAlt: "Barbershop Interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=1", imageAlt: "Barber Station" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg?_wi=1", imageAlt: "Barber Tools" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=1", imageAlt: "Haircut Session" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", imageAlt: "Client Service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Professional Space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", imageAlt: "Modern Equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg", imageAlt: "Premium Grooming" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=2", imageAlt: "Client Service" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2", imageAlt: "Professional Space" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=2", imageAlt: "Modern Equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg?_wi=2", imageAlt: "Premium Grooming" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
/>
|
||||
@@ -95,19 +95,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Classic Haircut", author: "30 min", description: "Timeless styles executed with precision. From traditional cuts to modern designs, we deliver exactly what you envision.", tags: ["Classic", "Signature"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg", imageAlt: "Classic Haircut Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-shaving-hair-unrecognizable-man_23-2147778749.jpg?_wi=3", imageAlt: "Classic Haircut Service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Premium Fade & Taper", author: "40 min", description: "Sharp, clean fades with expert attention to detail. Perfect blends and precise lines on every cut.", tags: ["Modern", "Detail"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", imageAlt: "Premium Fade Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=3", imageAlt: "Premium Fade Service"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Beard Trim & Shape", author: "25 min", description: "Expert beard grooming with straight-razor finishes. We sculpt and maintain your facial hair to perfection.", tags: ["Grooming", "Premium"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg", imageAlt: "Beard Trim Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-armchairs-barber-shop_140725-7720.jpg?_wi=3", imageAlt: "Beard Trim Service"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Hot Towel Shave", author: "30 min", description: "Luxurious traditional shave with hot towel treatment. The ultimate relaxation experience.", tags: ["Luxury", "Relaxation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", imageAlt: "Hot Towel Shave Service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=3", imageAlt: "Hot Towel Shave Service"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -125,22 +125,22 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "James Mitchell", role: "Regular Client, 5 Years", testimonial: "Marcos is the best barber in town. Every cut is perfect, and the atmosphere is welcoming and professional. I wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"
|
||||
id: "1", name: "James Mitchell", role: "Regular Client, 5 Years", testimonial: "Marcos is the best barber in town. Every cut is perfect, and the atmosphere is welcoming and professional. I wouldn't go anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", role: "First-Time Visitor", testimonial: "I was nervous trying a new barber, but Marcos made me feel comfortable immediately. The fade is clean, and the attention to detail is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Chen"
|
||||
id: "2", name: "David Chen", role: "First-Time Visitor", testimonial: "I was nervous trying a new barber, but Marcos made me feel comfortable immediately. The fade is clean, and the attention to detail is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Marcus Thompson", role: "Weekly Client", testimonial: "Best hot towel shave I've ever had. Marcos takes his time and really knows what he's doing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"
|
||||
id: "3", name: "Marcus Thompson", role: "Weekly Client", testimonial: "Best hot towel shave I've ever had. Marcos takes his time and really knows what he's doing. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alex Rodriguez", role: "Business Owner", testimonial: "I bring my whole team here. Professional service, clean shop, and Marcos delivers quality every single time. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alex Rodriguez"
|
||||
id: "4", name: "Alex Rodriguez", role: "Business Owner", testimonial: "I bring my whole team here. Professional service, clean shop, and Marcos delivers quality every single time. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Alex Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Chris Williams", role: "Regular Client, 3 Years", testimonial: "The online booking system is so convenient. I can schedule my cut anytime, and Marcos always has me in and out on time. True professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Chris Williams"
|
||||
id: "5", name: "Chris Williams", role: "Regular Client, 3 Years", testimonial: "The online booking system is so convenient. I can schedule my cut anytime, and Marcos always has me in and out on time. True professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Chris Williams"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Tony Lopez", role: "Loyal Customer", testimonial: "Marcos doesn't just cut hair—he listens to what you want and delivers. Friendly guy, great barber, and an even better person. Local pride right here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Tony Lopez"
|
||||
id: "6", name: "Tony Lopez", role: "Loyal Customer", testimonial: "Marcos doesn't just cut hair—he listens to what you want and delivers. Friendly guy, great barber, and an even better person. Local pride right here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Tony Lopez"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user