From dfe73410a20f926b1c95f4477e4dfe0b5da129fb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:11:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 62 +++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58da948..585f2bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,16 +44,13 @@ export default function LandingPage() {
@@ -62,7 +59,7 @@ export default function LandingPage() { @@ -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." />
@@ -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" /> @@ -130,7 +122,7 @@ export default function LandingPage() { -- 2.49.1