Merge version_1 into main #2
479
src/app/page.tsx
479
src/app/page.tsx
@@ -34,50 +34,28 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "#why-choose-us",
|
||||
},
|
||||
name: "Why Choose Us", id: "#why-choose-us"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Transformations",
|
||||
id: "#transformations",
|
||||
},
|
||||
name: "Transformations", id: "#transformations"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Bridal & Offers",
|
||||
id: "#bridal-offers",
|
||||
},
|
||||
name: "Bridal & Offers", id: "#bridal-offers"},
|
||||
{
|
||||
name: "Experts",
|
||||
id: "#experts",
|
||||
},
|
||||
name: "Experts", id: "#experts"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
topBarButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:+91-9876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+91-9876543210"}}
|
||||
brandName="CHIC India"
|
||||
/>
|
||||
</div>
|
||||
@@ -85,21 +63,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Luxury Salon & Beauty Experiences Designed Around You"
|
||||
description="Hair • Skin • Makeup • Grooming • Bridal Services. Transform your look & embrace the allure."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+91-9876543210",
|
||||
},
|
||||
text: "Call Now", href: "tel:+91-9876543210"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fine-art_1122-1948.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fine-art_1122-1948.jpg"
|
||||
imageAlt="Luxurious salon interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -111,83 +84,65 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Experienced Beauty Experts",
|
||||
description: "Our team comprises highly skilled and certified stylists, estheticians, and makeup artists.",
|
||||
icon: Sparkles,
|
||||
title: "Experienced Beauty Experts", description: "Our team comprises highly skilled and certified stylists, estheticians, and makeup artists.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-makeup-artist-holding-brush_23-2149640904.jpg",
|
||||
imageAlt: "Experienced beauty experts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-makeup-artist-holding-brush_23-2149640904.jpg", imageAlt: "Experienced beauty experts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-makeup-artist-working_23-2148398598.jpg", imageAlt: "Beauty expert at work"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-art_1122-1948.jpg?_wi=2",
|
||||
imageAlt: "professional beauty expert portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-art_1122-1948.jpg", imageAlt: "professional beauty expert portrait"},
|
||||
{
|
||||
title: "Premium Products",
|
||||
description: "We use only the finest, professional-grade products for superior results and client satisfaction.",
|
||||
icon: Diamond,
|
||||
title: "Premium Products", description: "We use only the finest, professional-grade products for superior results and client satisfaction.", icon: Diamond,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/makeup-brushes-table_23-2147783929.jpg",
|
||||
imageAlt: "Premium beauty products",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/makeup-brushes-table_23-2147783929.jpg", imageAlt: "Premium beauty products"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-makeup-supplies_23-2147710636.jpg", imageAlt: "Assortment of makeup supplies"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-starting-work-with-client_23-2147769744.jpg",
|
||||
imageAlt: "professional beauty expert portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-starting-work-with-client_23-2147769744.jpg", imageAlt: "professional beauty expert portrait"},
|
||||
{
|
||||
title: "Hygienic Environment",
|
||||
description: "Your safety and comfort are our priority, with stringent hygiene protocols for a clean experience.",
|
||||
icon: Droplet,
|
||||
title: "Hygienic Environment", description: "Your safety and comfort are our priority, with stringent hygiene protocols for a clean experience.", icon: Droplet,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2921.jpg?_wi=1",
|
||||
imageAlt: "Hygienic salon environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2921.jpg", imageAlt: "Hygienic salon environment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-starting-work-with-client_23-2147769744.jpg", imageAlt: "Client in a clean salon chair"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-getting-rf-lifting-procedure_107420-74031.jpg?_wi=1",
|
||||
imageAlt: "professional beauty expert portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-getting-rf-lifting-procedure_107420-74031.jpg", imageAlt: "professional beauty expert portrait"},
|
||||
{
|
||||
title: "Personalized Consultations",
|
||||
description: "Receive tailored advice and services designed to meet your unique beauty goals.",
|
||||
icon: MessageSquare,
|
||||
title: "Personalized Consultations", description: "Receive tailored advice and services designed to meet your unique beauty goals.", icon: MessageSquare,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg",
|
||||
imageAlt: "Personalized consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Personalized consultation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-wedding-planner-working-with-client_23-2150167196.jpg", imageAlt: "Client consultation session"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bride-preparing-her-day_1157-493.jpg?_wi=1",
|
||||
imageAlt: "professional beauty expert portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bride-preparing-her-day_1157-493.jpg", imageAlt: "professional beauty expert portrait"},
|
||||
{
|
||||
title: "Latest Techniques",
|
||||
description: "We stay updated with cutting-edge trends and advanced techniques for modern beauty treatments.",
|
||||
icon: Feather,
|
||||
title: "Latest Techniques", description: "We stay updated with cutting-edge trends and advanced techniques for modern beauty treatments.", icon: Feather,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-face-treatment-her-client_23-2149037154.jpg",
|
||||
imageAlt: "Latest beauty techniques",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-face-treatment-her-client_23-2149037154.jpg", imageAlt: "Latest beauty techniques"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cosmetology-studio-procedures_1157-34900.jpg", imageAlt: "New treatment application"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg?_wi=1",
|
||||
imageAlt: "professional beauty expert portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "professional beauty expert portrait"},
|
||||
{
|
||||
title: "Luxury Experience",
|
||||
description: "Indulge in a serene and opulent ambiance, ensuring a truly relaxing and pampering visit.",
|
||||
icon: Crown,
|
||||
title: "Luxury Experience", description: "Indulge in a serene and opulent ambiance, ensuring a truly relaxing and pampering visit.", icon: Crown,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
||||
imageAlt: "Luxury salon experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", imageAlt: "Luxury salon experience"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-scalp-massage-spa_23-2151454757.jpg", imageAlt: "Relaxing pampering session"
|
||||
}
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-scalp-massage-spa_23-2151454757.jpg?_wi=1",
|
||||
imageAlt: "professional beauty expert portrait",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-scalp-massage-spa_23-2151454757.jpg", imageAlt: "professional beauty expert portrait"},
|
||||
]}
|
||||
title="Why Choose CHIC India?"
|
||||
description="Discover the unparalleled luxury and expertise that sets CHIC India apart as your premier beauty destination."
|
||||
@@ -202,53 +157,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "haircut",
|
||||
name: "Haircut & Styling",
|
||||
price: "From ₹800",
|
||||
variant: "Hair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2921.jpg?_wi=2",
|
||||
imageAlt: "Stylish haircut in salon",
|
||||
},
|
||||
id: "haircut", name: "Haircut & Styling", price: "From ₹800", variant: "Hair", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2921.jpg", imageAlt: "Stylish haircut in salon"},
|
||||
{
|
||||
id: "facial",
|
||||
name: "Luxury Facials",
|
||||
price: "From ₹1500",
|
||||
variant: "Skin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-getting-rf-lifting-procedure_107420-74031.jpg?_wi=2",
|
||||
imageAlt: "Hydra facial treatment",
|
||||
},
|
||||
id: "facial", name: "Luxury Facials", price: "From ₹1500", variant: "Skin", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-getting-rf-lifting-procedure_107420-74031.jpg", imageAlt: "Hydra facial treatment"},
|
||||
{
|
||||
id: "makeup",
|
||||
name: "Party & Event Makeup",
|
||||
price: "From ₹2500",
|
||||
variant: "Makeup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bride-preparing-her-day_1157-493.jpg?_wi=2",
|
||||
imageAlt: "Professional party makeup",
|
||||
},
|
||||
id: "makeup", name: "Party & Event Makeup", price: "From ₹2500", variant: "Makeup", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bride-preparing-her-day_1157-493.jpg", imageAlt: "Professional party makeup"},
|
||||
{
|
||||
id: "beard",
|
||||
name: "Men's Grooming & Beard",
|
||||
price: "From ₹500",
|
||||
variant: "Grooming",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg?_wi=2",
|
||||
imageAlt: "Men's beard styling",
|
||||
},
|
||||
id: "beard", name: "Men's Grooming & Beard", price: "From ₹500", variant: "Grooming", imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "Men's beard styling"},
|
||||
{
|
||||
id: "keratin",
|
||||
name: "Keratin & Smoothening",
|
||||
price: "From ₹4000",
|
||||
variant: "Hair",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-scalp-massage-spa_23-2151454757.jpg?_wi=2",
|
||||
imageAlt: "Keratin hair treatment",
|
||||
},
|
||||
id: "keratin", name: "Keratin & Smoothening", price: "From ₹4000", variant: "Hair", imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-scalp-massage-spa_23-2151454757.jpg", imageAlt: "Keratin hair treatment"},
|
||||
{
|
||||
id: "skin-rejuvenation",
|
||||
name: "Skin Rejuvenation",
|
||||
price: "From ₹2000",
|
||||
variant: "Skin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-clinic-treatment_23-2148878895.jpg",
|
||||
imageAlt: "Skin rejuvenation treatment",
|
||||
},
|
||||
id: "skin-rejuvenation", name: "Skin Rejuvenation", price: "From ₹2000", variant: "Skin", imageSrc: "http://img.b2bpic.net/free-photo/woman-beauty-clinic-treatment_23-2148878895.jpg", imageAlt: "Skin rejuvenation treatment"},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
description="Explore our comprehensive range of hair, skin, makeup, and grooming treatments, crafted to perfection."
|
||||
@@ -264,52 +183,22 @@ export default function LandingPage() {
|
||||
description="Witness stunning before & after results, showcasing the artistry and expertise of our beauty specialists."
|
||||
blogs={[
|
||||
{
|
||||
id: "t1",
|
||||
category: "Hair",
|
||||
title: "Vibrant Hair Color Makeover",
|
||||
excerpt: "A complete hair color transformation that brought dull hair to life with rich, radiant hues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-friends_1385-2599.jpg",
|
||||
imageAlt: "Before and after hair color",
|
||||
id: "t1", category: "Hair", title: "Vibrant Hair Color Makeover", excerpt: "A complete hair color transformation that brought dull hair to life with rich, radiant hues.", imageSrc: "http://img.b2bpic.net/free-photo/two-friends_1385-2599.jpg", imageAlt: "Before and after hair color", authorName: "Ritu Varma", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", date: "15 May 2024"
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
category: "Skin",
|
||||
title: "Flawless Skin Rejuvenation",
|
||||
excerpt: "Our advanced facial treatments delivered a remarkable improvement in skin texture and radiance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-before-after-rhinoplasty_23-2149947586.jpg",
|
||||
imageAlt: "Before and after skin treatment",
|
||||
id: "t2", category: "Skin", title: "Flawless Skin Rejuvenation", excerpt: "Our advanced facial treatments delivered a remarkable improvement in skin texture and radiance.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-before-after-rhinoplasty_23-2149947586.jpg", imageAlt: "Before and after skin treatment", authorName: "Anjali Mehta", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", date: "10 May 2024"
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
category: "Makeup",
|
||||
title: "Stunning Bridal Glow Up",
|
||||
excerpt: "From subtle elegance to breathtaking glamour, a perfect bridal look for her special day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bride-with-wedding-dress_23-2148106130.jpg",
|
||||
imageAlt: "Before and after bridal makeup",
|
||||
id: "t3", category: "Makeup", title: "Stunning Bridal Glow Up", excerpt: "From subtle elegance to breathtaking glamour, a perfect bridal look for her special day.", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-wedding-dress_23-2148106130.jpg", imageAlt: "Before and after bridal makeup", authorName: "Priya Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", date: "01 May 2024"
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
category: "Hair",
|
||||
title: "Chic Modern Haircut",
|
||||
excerpt: "A contemporary haircut designed to enhance features and add volume and style.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-twins-standing-face-face_329181-10735.jpg",
|
||||
imageAlt: "Before and after modern haircut",
|
||||
id: "t4", category: "Hair", title: "Chic Modern Haircut", excerpt: "A contemporary haircut designed to enhance features and add volume and style.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-twins-standing-face-face_329181-10735.jpg", imageAlt: "Before and after modern haircut", authorName: "Deepak Kumar", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", date: "28 Apr 2024"
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
category: "Skin",
|
||||
title: "Youthful Anti-Aging Facial",
|
||||
excerpt: "Targeted treatments that visibly reduced fine lines and restored a youthful glow.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-caucasian-asian-models-posing-together_23-2148313375.jpg",
|
||||
imageAlt: "Before and after anti-aging facial",
|
||||
id: "t5", category: "Skin", title: "Youthful Anti-Aging Facial", excerpt: "Targeted treatments that visibly reduced fine lines and restored a youthful glow.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-caucasian-asian-models-posing-together_23-2148313375.jpg", imageAlt: "Before and after anti-aging facial", authorName: "Sneha Reddy", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", date: "20 Apr 2024"
|
||||
},
|
||||
{
|
||||
id: "t6",
|
||||
category: "Makeup",
|
||||
title: "Glamorous Evening Makeup",
|
||||
excerpt: "A dramatic evening makeup look, perfectly tailored for a dazzling party appearance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-applying-makeup-charming-model_23-2147783894.jpg",
|
||||
imageAlt: "Before and after evening makeup",
|
||||
id: "t6", category: "Makeup", title: "Glamorous Evening Makeup", excerpt: "A dramatic evening makeup look, perfectly tailored for a dazzling party appearance.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-applying-makeup-charming-model_23-2147783894.jpg", imageAlt: "Before and after evening makeup", authorName: "Kavita Singh", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-folded-arms_23-2147876782.jpg", date: "10 Apr 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -322,59 +211,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Priya Sharma",
|
||||
handle: "@PriyaS",
|
||||
testimonial: "CHIC India truly transformed my hair! The stylists are incredibly talented, and the ambiance is so relaxing. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-indian-person-smiling-showing-positive-emotions-feeling-happy-cheering_482257-134767.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "1", name: "Priya Sharma", handle: "@PriyaS", testimonial: "CHIC India truly transformed my hair! The stylists are incredibly talented, and the ambiance is so relaxing. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-indian-person-smiling-showing-positive-emotions-feeling-happy-cheering_482257-134767.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Rahul Kapoor",
|
||||
handle: "@RahulK",
|
||||
testimonial: "My go-to place for grooming. The attention to detail for men's haircuts and beard styling is unmatched. Fantastic service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-waiting-together-washing-modern-selfservice-laundry_574295-5133.jpg",
|
||||
imageAlt: "Rahul Kapoor",
|
||||
},
|
||||
id: "2", name: "Rahul Kapoor", handle: "@RahulK", testimonial: "My go-to place for grooming. The attention to detail for men's haircuts and beard styling is unmatched. Fantastic service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-attractive-girls-waiting-together-washing-modern-selfservice-laundry_574295-5133.jpg", imageAlt: "Rahul Kapoor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Singh",
|
||||
handle: "@AnjaliS",
|
||||
testimonial: "Got my bridal makeup done here, and I felt absolutely stunning! They listened to my vision and executed it perfectly. Thank you!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-women-hanging-out_23-2149168545.jpg",
|
||||
imageAlt: "Anjali Singh",
|
||||
},
|
||||
id: "3", name: "Anjali Singh", handle: "@AnjaliS", testimonial: "Got my bridal makeup done here, and I felt absolutely stunning! They listened to my vision and executed it perfectly. Thank you!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-women-hanging-out_23-2149168545.jpg", imageAlt: "Anjali Singh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera Patel",
|
||||
handle: "@MeeraP",
|
||||
testimonial: "The hydra facial left my skin glowing like never before. The staff is professional and the environment is super hygienic.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319771.jpg",
|
||||
imageAlt: "Meera Patel",
|
||||
},
|
||||
id: "4", name: "Meera Patel", handle: "@MeeraP", testimonial: "The hydra facial left my skin glowing like never before. The staff is professional and the environment is super hygienic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319771.jpg", imageAlt: "Meera Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Reddy",
|
||||
handle: "@VikramR",
|
||||
testimonial: "Excellent service and skilled professionals. My hair color has never looked this good. Definitely a premium experience!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg",
|
||||
imageAlt: "Vikram Reddy",
|
||||
},
|
||||
id: "5", name: "Vikram Reddy", handle: "@VikramR", testimonial: "Excellent service and skilled professionals. My hair color has never looked this good. Definitely a premium experience!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519985.jpg", imageAlt: "Vikram Reddy"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Shreya Das",
|
||||
handle: "@ShreyaD",
|
||||
testimonial: "The atmosphere is so luxurious, and every visit feels like a true pampering session. My favorite salon in the city!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-dark-skinned-happy-successful-blogger-woman-with-bushy-hairdo-creats-news-publication_273609-3193.jpg",
|
||||
imageAlt: "Shreya Das",
|
||||
},
|
||||
id: "6", name: "Shreya Das", handle: "@ShreyaD", testimonial: "The atmosphere is so luxurious, and every visit feels like a true pampering session. My favorite salon in the city!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-dark-skinned-happy-successful-blogger-woman-with-bushy-hairdo-creats-news-publication_273609-3193.jpg", imageAlt: "Shreya Das"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved By Hundreds Of Happy Clients"
|
||||
@@ -389,61 +242,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "bridal-gold",
|
||||
badge: "Bridal",
|
||||
badgeIcon: Crown,
|
||||
price: "₹25,000",
|
||||
subtitle: "Essential Bridal Glamour",
|
||||
buttons: [
|
||||
id: "bridal-gold", badge: "Bridal", badgeIcon: Crown,
|
||||
price: "₹25,000", subtitle: "Essential Bridal Glamour", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Pre-bridal consultation",
|
||||
"Bridal makeup & hair",
|
||||
"Draping assistance",
|
||||
"Premium product usage",
|
||||
],
|
||||
"Pre-bridal consultation", "Bridal makeup & hair", "Draping assistance", "Premium product usage"],
|
||||
},
|
||||
{
|
||||
id: "first-visit",
|
||||
badge: "Offer",
|
||||
badgeIcon: Sparkles,
|
||||
price: "20% OFF",
|
||||
subtitle: "Your First CHIC Experience",
|
||||
buttons: [
|
||||
id: "first-visit", badge: "Offer", badgeIcon: Sparkles,
|
||||
price: "20% OFF", subtitle: "Your First CHIC Experience", buttons: [
|
||||
{
|
||||
text: "Claim Offer",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Claim Offer", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Applicable on all services",
|
||||
"New clients only",
|
||||
"Limited time offer",
|
||||
"Personalized styling",
|
||||
],
|
||||
"Applicable on all services", "New clients only", "Limited time offer", "Personalized styling"],
|
||||
},
|
||||
{
|
||||
id: "membership",
|
||||
badge: "Exclusive",
|
||||
badgeIcon: Diamond,
|
||||
price: "Starts ₹5,000/mo",
|
||||
subtitle: "Elite Membership Plan",
|
||||
buttons: [
|
||||
id: "membership", badge: "Exclusive", badgeIcon: Diamond,
|
||||
price: "Starts ₹5,000/mo", subtitle: "Elite Membership Plan", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Monthly exclusive services",
|
||||
"Priority booking",
|
||||
"Special discounts",
|
||||
"Personal beauty advisor",
|
||||
],
|
||||
"Monthly exclusive services", "Priority booking", "Special discounts", "Personal beauty advisor"],
|
||||
},
|
||||
]}
|
||||
title="Your Journey to Perfect Beauty"
|
||||
@@ -458,44 +281,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "main-team",
|
||||
groupTitle: "Our Expert Team",
|
||||
members: [
|
||||
id: "main-team", groupTitle: "Our Expert Team", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Arjun Sharma",
|
||||
subtitle: "Creative Director & Hair Stylist",
|
||||
detail: "With over 15 years of experience, Arjun specializes in avant-garde cuts and vibrant hair color transformations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-female-dressed-old-fashioned-jacket-holds-red-badger-dog_613910-15906.jpg",
|
||||
imageAlt: "Arjun Sharma, Hair Stylist",
|
||||
},
|
||||
id: "m1", title: "Arjun Sharma", subtitle: "Creative Director & Hair Stylist", detail: "With over 15 years of experience, Arjun specializes in avant-garde cuts and vibrant hair color transformations.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-blonde-female-dressed-old-fashioned-jacket-holds-red-badger-dog_613910-15906.jpg", imageAlt: "Arjun Sharma, Hair Stylist"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Diya Singh",
|
||||
subtitle: "Senior Esthetician & Skin Specialist",
|
||||
detail: "Diya's expertise in advanced skin treatments ensures a radiant, healthy glow for every client.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-showing-christmas-ball_114579-80774.jpg",
|
||||
imageAlt: "Diya Singh, Skin Specialist",
|
||||
},
|
||||
id: "m2", title: "Diya Singh", subtitle: "Senior Esthetician & Skin Specialist", detail: "Diya's expertise in advanced skin treatments ensures a radiant, healthy glow for every client.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-showing-christmas-ball_114579-80774.jpg", imageAlt: "Diya Singh, Skin Specialist"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Pooja Gupta",
|
||||
subtitle: "Lead Makeup Artist & Bridal Expert",
|
||||
detail: "Pooja brings dreams to life with her exceptional bridal and event makeup artistry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4022.jpg",
|
||||
imageAlt: "Pooja Gupta, Makeup Artist",
|
||||
},
|
||||
id: "m3", title: "Pooja Gupta", subtitle: "Lead Makeup Artist & Bridal Expert", detail: "Pooja brings dreams to life with her exceptional bridal and event makeup artistry.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4022.jpg", imageAlt: "Pooja Gupta, Makeup Artist"},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Karan Kumar",
|
||||
subtitle: "Master Hair Colorist",
|
||||
detail: "Karan is renowned for his precision in highlights, balayage, and creating bespoke hair color solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-hairdressershowing-how-use-hair-straighntener_259150-60106.jpg",
|
||||
imageAlt: "Karan Kumar, Hair Colorist",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fine-art_1122-1948.jpg?_wi=3",
|
||||
imageAlt: "professional male hair stylist portrait",
|
||||
id: "m4", title: "Karan Kumar", subtitle: "Master Hair Colorist", detail: "Karan is renowned for his precision in highlights, balayage, and creating bespoke hair color solutions.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-hairdressershowing-how-use-hair-straighntener_259150-60106.jpg", imageAlt: "Karan Kumar, Hair Colorist"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet Our Master Artisans"
|
||||
@@ -509,25 +304,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need an appointment for services?",
|
||||
content: "While walk-ins are welcome based on availability, we highly recommend booking an appointment to ensure you get your preferred service and stylist without any wait time.",
|
||||
},
|
||||
id: "q1", title: "Do I need an appointment for services?", content: "While walk-ins are welcome based on availability, we highly recommend booking an appointment to ensure you get your preferred service and stylist without any wait time."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Which product brands do you use?",
|
||||
content: "We exclusively use premium and professional-grade product lines renowned for their quality and effectiveness. Our stylists can provide detailed information during your consultation.",
|
||||
},
|
||||
id: "q2", title: "Which product brands do you use?", content: "We exclusively use premium and professional-grade product lines renowned for their quality and effectiveness. Our stylists can provide detailed information during your consultation."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer bridal makeup trials?",
|
||||
content: "Yes, we offer comprehensive bridal makeup trials to ensure your vision is perfectly aligned with our artistry before your special day. Please contact us to schedule one.",
|
||||
},
|
||||
id: "q3", title: "Do you offer bridal makeup trials?", content: "Yes, we offer comprehensive bridal makeup trials to ensure your vision is perfectly aligned with our artistry before your special day. Please contact us to schedule one."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How do I know which treatment suits my skin type?",
|
||||
content: "Our expert estheticians provide personalized skin consultations to analyze your skin type and concerns, recommending the most suitable treatments for optimal results.",
|
||||
},
|
||||
id: "q4", title: "How do I know which treatment suits my skin type?", content: "Our expert estheticians provide personalized skin consultations to analyze your skin type and concerns, recommending the most suitable treatments for optimal results."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our services, appointments, and salon policies."
|
||||
@@ -539,8 +322,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect With Us"
|
||||
title="Book Your Luxury Appointment"
|
||||
description="Get in touch for appointments, inquiries, or personalized consultations. Visit us at Raintree Place, 9/7, MC Nicholas Road, Chetpet, Chennai, Tamil Nadu, 600031. We look forward to welcoming you!"
|
||||
@@ -559,74 +341,43 @@ export default function LandingPage() {
|
||||
logoText="CHIC India"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hair Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hair Care", href: "#services"},
|
||||
{
|
||||
label: "Skin Treatments",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Skin Treatments", href: "#services"},
|
||||
{
|
||||
label: "Makeup Artistry",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Makeup Artistry", href: "#services"},
|
||||
{
|
||||
label: "Grooming",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Grooming", href: "#services"},
|
||||
{
|
||||
label: "Bridal Packages",
|
||||
href: "#bridal-offers",
|
||||
},
|
||||
label: "Bridal Packages", href: "#bridal-offers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#why-choose-us",
|
||||
},
|
||||
label: "About Us", href: "#why-choose-us"},
|
||||
{
|
||||
label: "Our Experts",
|
||||
href: "#experts",
|
||||
},
|
||||
label: "Our Experts", href: "#experts"},
|
||||
{
|
||||
label: "Special Offers",
|
||||
href: "#bridal-offers",
|
||||
},
|
||||
label: "Special Offers", href: "#bridal-offers"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Now", href: "#contact"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+91-9876543210",
|
||||
},
|
||||
label: "Call Us", href: "tel:+91-9876543210"},
|
||||
{
|
||||
label: "WhatsApp Us",
|
||||
href: "https://wa.me/919876543210",
|
||||
},
|
||||
label: "WhatsApp Us", href: "https://wa.me/919876543210"},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Raintree+Place,+9/7,+MC+Nicholas+Road,+Chetpet,+Chennai",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=Raintree+Place,+9/7,+MC+Nicholas+Road,+Chetpet,+Chennai"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user