Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-05 21:11:35 +00:00

View File

@@ -44,16 +44,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "gradient-bars" }}
title="Enchanting Artistry for Your Special Moments"
description="Experience exquisite, intricate mehndi designs crafted with love and tradition at StarlightMehndi. Your beauty is our canvas."
mediaAnimation="slide-up"
avatarText="Trusted by over 500+ happy brides"
title="Authentic Mehndi Art & Beauty"
description="Dedicated to providing professional, high-quality mehndi application and beauty services. We prioritize natural ingredients and client satisfaction for your special occasions."
mediaAnimation="none"
marqueeItems={[
{ type: "text", text: "Intricate Artistry" },
{ type: "text", text: "Natural Henna" },
{ type: "text", text: "Professional Service" },
{ type: "text", text: "Timeless Elegance" },
{ type: "text", text: "Modern Designs" },
{ type: "text", text: "Traditional Designs" },
{ type: "text", text: "Organic Henna" },
{ type: "text", text: "Expert Artistry" },
]}
/>
</div>
@@ -62,7 +59,7 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{ type: "text", content: "Welcome to StarlightMehndi" },
{ type: "text", content: "About Our Practice" },
]}
/>
</div>
@@ -72,42 +69,38 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ tag: "Bridal", title: "Bridal Mehndi", subtitle: "Luxury Bridal Art", description: "Intricate and elaborate henna designs perfect for your big day." },
{ tag: "Party", title: "Party & Event", subtitle: "Chic & Stylish", description: "Modern and elegant designs for celebrations, parties, and festivals." },
{ tag: "Beauty", title: "Organic Care", subtitle: "Natural Beauty", description: "Holistic beauty treatments with premium organic, skin-friendly products." },
{ tag: "Services", title: "Mehndi Application", subtitle: "Expert Designs", description: "High-quality henna application for weddings and festivals." },
{ tag: "Services", title: "Beauty Care", subtitle: "Professional Treatment", description: "Detailed beauty services catered to your specific needs." },
{ tag: "Services", title: "Organic Focus", subtitle: "Skin-Friendly", description: "Commitment to using natural products for every service." },
]}
title="Our Signature Services"
description="Tailored beauty and intricate henna artistry for every occasion."
title="Our Services"
description="Professional beauty and mehndi services designed for you."
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardFour
animationType="slide-up"
animationType="none"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Bridal Pattern", price: "Custom", variant: "Mehndi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DJzTSpsdbcxAtVBHTThQlUo2aC/uploaded-1778015359961-me9cv75j.png" },
{ id: "p2", name: "Floral Design", price: "Affordable", variant: "Mehndi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DJzTSpsdbcxAtVBHTThQlUo2aC/uploaded-1778015359961-cqg094x6.png" },
]}
title="Our Creations"
description="A glimpse into our artistic journey."
products={[]}
title="Our Portfolio"
description="A collection of our recent work and artistic projects."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
animationType="none"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Priya Sharma", role: "Bride", testimonial: "The best henna design I've ever had! So intricate." },
{ id: "2", name: "Ananya K.", role: "Guest", testimonial: "Professional, clean, and absolutely stunning results." },
{ id: "3", name: "Meera J.", role: "Client", testimonial: "I love the warm atmosphere at StarlightMehndi." },
{ id: "1", name: "Client A", role: "Regular", testimonial: "Extremely professional and dedicated to the quality of their work." },
{ id: "2", name: "Client B", role: "Bride", testimonial: "Fantastic service and attention to detail. Highly recommended." },
]}
title="What Our Clients Say"
description="Heartfelt experiences from our wonderful guests."
title="Client Feedback"
description="Hear from those who have experienced our services."
/>
</div>
@@ -116,13 +109,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "How long does henna last?", content: "Generally 7 to 14 days depending on care." },
{ id: "f2", title: "Do I need an appointment?", content: "Yes, we recommend booking in advance." },
{ id: "f3", title: "Are your products organic?", content: "We use 100% natural, chemical-free henna." },
{ id: "f1", title: "Are appointments required?", content: "Yes, please book in advance to secure your slot." },
{ id: "f2", title: "What ingredients do you use?", content: "We focus on high-quality, natural ingredients for safety." },
]}
title="Common Questions"
description="Learn more about our services."
faqsAnimation="slide-up"
title="Questions & Answers"
description="Everything you need to know about our process."
faqsAnimation="none"
/>
</div>
@@ -130,7 +122,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{ variant: "gradient-bars" }}
text="Book your appointment today at StarlightMehndi. Your perfect look awaits."
text="Ready to book? Get in touch with us to schedule your service."
buttons={[{ text: "Contact Us", href: "#footer" }]}
/>
</div>