diff --git a/src/app/page.tsx b/src/app/page.tsx index e68ccb8..ec2b99d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,16 +66,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Bridal Hair Styling", description: "Exquisite wedding hairstyles designed to last all day and night. We create elegant, timeless looks that complement your dress and vision perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Bridal hairstyle"}, + title: "Bridal Hair Styling • 60-90 mins • From 150 DH", description: "Exquisite wedding hairstyles designed to last all day and night. We create elegant, timeless looks that complement your dress and vision perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautiful-bride-preparing-wedding_181624-55257.jpg", imageAlt: "Bridal hairstyle"}, { id: 2, - title: "Event & Party Hair", description: "Stunning styling for celebrations and special occasions. From corporate events to intimate gatherings, we deliver sophisticated looks.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7789.jpg", imageAlt: "Event hairstyle"}, + title: "Event & Party Hair • 45-60 mins • From 120 DH", description: "Stunning styling for celebrations and special occasions. From corporate events to intimate gatherings, we deliver sophisticated looks.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-evening-dress-sitting-chair_285396-7789.jpg", imageAlt: "Event hairstyle"}, { id: 3, - title: "Professional Hair Styling", description: "Perfect for photoshoots, fashion editorials, and media appearances. We create magazine-worthy looks with precision and creativity.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66846.jpg", imageAlt: "Professional styling"}, + title: "Professional Hair Styling • 30-45 mins • From 100 DH", description: "Perfect for photoshoots, fashion editorials, and media appearances. We create magazine-worthy looks with precision and creativity.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-model-black-leather-jacket-posing-near-lamps_114579-66846.jpg", imageAlt: "Professional styling"}, { id: 4, - title: "Custom Styling", description: "Personalized hairstyles tailored to your unique features, preferences, and lifestyle. Every client receives individualized attention and care.", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Custom hairstyle"}, + title: "Custom Styling • 60-90 mins • From 150 DH", description: "Personalized hairstyles tailored to your unique features, preferences, and lifestyle. Every client receives individualized attention and care.", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Custom hairstyle"}, ]} animationType="blur-reveal" title="Our Services" @@ -160,7 +160,7 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { text: "📞 Call Now: 06 87 81 95 33", href: "tel:+212687819533" }, - { text: "🎯 Schedule Now", href: "#contact-form" }, + { text: "📅 Book Online", href: "#contact-form" }, ]} background={{ variant: "plain" }} useInvertedBackground={false}