diff --git a/src/app/page.tsx b/src/app/page.tsx index 2683b42..a6c149d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { features={[ { title: "Fades", description: "Sharp, clean transitions tailored to you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOjxLHF4yiRblslDv2jzJXoUer/uploaded-1778160304250-5xrcc6go.png?_wi=2", imageAlt: "Close-up of a sharp skin fade haircut", buttonIcon: Zap }, { title: "Scissor Cuts", description: "Classic and refined techniques.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOjxLHF4yiRblslDv2jzJXoUer/uploaded-1778160304250-i9to1k8r.png", imageAlt: "Barber using scissors for a textured classic cut", buttonIcon: Zap }, - { title: "Beard Grooming", description: "Precise trimming and beard shaping services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOjxLHF4yiRblslDv2jzJXoUer/uploaded-1778160304250-mzz3a3qv.png", imageAlt: "Well-groomed beard showing precise beard shaping lines", buttonIcon: Zap }, + { title: "Beard Grooming", description: "Precise trimming and beard shaping services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOjxLHF4yiRblslDv2jzJXoUer/uploaded-1778160304250-mzz3a3qv.png", imageAlt: "Professional barber using specialized trimmers for a clean, sculpted beard grooming session", buttonIcon: Zap }, { title: "Modern Cuts", description: "Latest trends delivered with care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOjxLHF4yiRblslDv2jzJXoUer/uploaded-1778160304250-abbsnwff.png?_wi=2", imageAlt: "Customer showcasing a modern trendy hairstyle", buttonIcon: Zap }, ]} title="Signature Styles" @@ -89,11 +89,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Best in Barcelona", quote: "Excellent service and incredible results. They listen to what you want and improve it with their experience.", name: "Emili Caballé", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11764.jpg", imageAlt: "Happy client with a fresh haircut" }, - { id: "2", title: "Top Professionalism", quote: "Today I had the pleasure of being cut by Wilmer and I can safely say his experience exceeded my expectations.", name: "Nirav Patel", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7905.jpg", imageAlt: "Barber working with professional care" }, - { id: "3", title: "High Quality", quote: "Quality service, especially the treatment with the client. From the first moment he understood very well what I wanted.", name: "Alex Vera", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hair-salon_23-2150665422.jpg", imageAlt: "Professional salon environment" }, - { id: "4", title: "Great Atmosphere", quote: "Clean and modern place with calm and polite professionals. 10/10 service!", name: "Roots", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg", imageAlt: "Satisfied customer leaving the shop" }, - { id: "5", title: "Highly Recommend", quote: "The best barbershop I've been to so far. Sublime customer service, excellent haircut, and unbeatable environment.", name: "Víctor Pérez", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg", imageAlt: "Barber carefully grooming a customer's beard" }, + { id: "1", title: "Best in Barcelona", quote: "Excellent service and incredible results. They listen to what you want and improve it with their experience.", name: "Emili Caballé", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/positive-blond-bearded-male-dressed-plaid-shirt-denim-jacket-posing-grey-vignette-background_613910-11764.jpg", imageAlt: "Portrait of a satisfied client after a haircut at Elite Barber" }, + { id: "2", title: "Top Professionalism", quote: "Today I had the pleasure of being cut by Wilmer and I can safely say his experience exceeded my expectations.", name: "Nirav Patel", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaves-bearded-man-vintage-atmosphere_1153-7905.jpg", imageAlt: "Barber skillfully shaving a customer with traditional vintage tools" }, + { id: "3", title: "High Quality", quote: "Quality service, especially the treatment with the client. From the first moment he understood very well what I wanted.", name: "Alex Vera", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hair-salon_23-2150665422.jpg", imageAlt: "A modern salon setting with professional lighting and equipment" }, + { id: "4", title: "Great Atmosphere", quote: "Clean and modern place with calm and polite professionals. 10/10 service!", name: "Roots", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg", imageAlt: "Customer appearing happy and relaxed after service" }, + { id: "5", title: "Highly Recommend", quote: "The best barbershop I've been to so far. Sublime customer service, excellent haircut, and unbeatable environment.", name: "Víctor Pérez", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-sitting-armchair-barber-shop-while-hairdresser-modeling-beard-with-scissors-comb-barbershop_613910-4343.jpg", imageAlt: "Barber carefully grooming a customer's beard with precise tools" }, ]} title="What Our Clients Say" description="Hear directly from those who trust our service." @@ -127,7 +127,7 @@ export default function LandingPage() {