2 Commits

Author SHA1 Message Date
dfe73410a2 Update src/app/page.tsx 2026-05-05 21:11:32 +00:00
3e5740073c Merge version_2 into main
Merge version_2 into main
2026-05-05 21:09:33 +00:00

View File

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