diff --git a/src/app/page.tsx b/src/app/page.tsx index e6b7029..bf0198d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Star} background={{ variant: "plain" }} buttons={[ - { text: "Call Now", href: "tel:+919731727824" }, + { text: "Book Free Consultation", href: "tel:+919731727824" }, { text: "Book Appointment", href: "#booking" }, ]} imageSrc="http://img.b2bpic.net/free-photo/blurred-vanity-with-plenty-mirrors_1203-80.jpg" @@ -73,13 +73,17 @@ export default function LandingPage() { tagIcon={Sparkles} features={[ { - id: "haircuts", title: "Hair Services", description: "Professional haircuts, hairstyling, blow dry, balayage, shampoo & conditioning treatments.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barber-client-preparing-treatment_23-2147737010.jpg", imageAlt: "professional haircut styling salon expert"}, + id: "haircuts", title: "Hair Services", description: "Professional haircuts, hairstyling, blow dry, balayage, shampoo & conditioning treatments.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-barber-client-preparing-treatment_23-2147737010.jpg", imageAlt: "professional haircut styling salon expert" + }, { - id: "beauty", title: "Beauty & Makeup", description: "Facials, skin care treatments, makeup services, and premium bridal makeup packages.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-facial-mask-spa_23-2148206197.jpg", imageAlt: "facial skin care treatment spa salon"}, + id: "beauty", title: "Beauty & Makeup", description: "Facials, skin care treatments, makeup services, and premium bridal makeup packages.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-facial-mask-spa_23-2148206197.jpg", imageAlt: "facial skin care treatment spa salon" + }, { - id: "grooming", title: "Grooming Services", description: "Eyebrow threading, eyebrow shaping, waxing, shaving, and relaxing head massage.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-master-cleanes-leftovers-black-paint-from-make-up-procedure_231208-3573.jpg", imageAlt: "eyebrow threading waxing salon service"}, + id: "grooming", title: "Grooming Services", description: "Eyebrow threading, eyebrow shaping, waxing, shaving, and relaxing head massage.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-master-cleanes-leftovers-black-paint-from-make-up-procedure_231208-3573.jpg", imageAlt: "eyebrow threading waxing salon service" + }, { - id: "nails", title: "Nail Services", description: "Professional manicure and pedicure with premium products and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265949.jpg", imageAlt: "manicure pedicure nail salon professional"}, + id: "nails", title: "Nail Services", description: "Professional manicure and pedicure with premium products and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/nail-art-professional-working-client-nails_23-2149265949.jpg", imageAlt: "manicure pedicure nail salon professional" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -130,13 +134,17 @@ export default function LandingPage() { description="See our recent work and transformations that showcase our expertise." products={[ { - id: "1", name: "Hair Transformation", price: "Professional Results", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-attentively-checking-photos-polaroid-film_114579-27876.jpg", imageAlt: "woman beautiful hair transformation before after"}, + id: "1", name: "Hair Transformation", price: "Professional Results", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-attentively-checking-photos-polaroid-film_114579-27876.jpg", imageAlt: "woman beautiful hair transformation before after" + }, { - id: "2", name: "Bridal Makeup", price: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-bridesmaid-pink-nightgown-smiling-pouring-champagne-wine-glasses-while-standing-with-bride-maid-honor-balcony-wedding-day_8353-12563.jpg", imageAlt: "bride bridal makeup styling wedding makeup"}, + id: "2", name: "Bridal Makeup", price: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-bridesmaid-pink-nightgown-smiling-pouring-champagne-wine-glasses-while-standing-with-bride-maid-honor-balcony-wedding-day_8353-12563.jpg", imageAlt: "bride bridal makeup styling wedding makeup" + }, { - id: "3", name: "Styling Session", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/model-stylist-looking-camera_23-2147783896.jpg", imageAlt: "salon styling session client professional"}, + id: "3", name: "Styling Session", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/model-stylist-looking-camera_23-2147783896.jpg", imageAlt: "salon styling session client professional" + }, { - id: "4", name: "Salon Interior", price: "Hygienic Space", imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "modern salon interior design aesthetic"}, + id: "4", name: "Salon Interior", price: "Hygienic Space", imageSrc: "http://img.b2bpic.net/free-photo/lounge-lobby-area-library-sales-center_105762-1780.jpg", imageAlt: "modern salon interior design aesthetic" + }, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -150,18 +158,23 @@ export default function LandingPage() {