From 03e2de62e4f9e752372be865e9787404727df044 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 07:02:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0531281..151e0d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,10 +109,7 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={true} - buttons={[ - { text: "Schedule Consultation", href: "#contact" }, - { text: "Explore Services", href: "#contact" } - ]} + buttons={[{ text: "Explore Services", href: "#contact" }]} buttonAnimation="blur-reveal" /> @@ -223,16 +220,16 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "faq-1", title: "What's the typical turnaround time for custom stitching?", content: "Custom stitching typically takes 2-4 weeks depending on design complexity and embroidery work. We provide a timeline during consultation and ensure timely delivery for your events." + id: "faq-1", title: "What's the typical turnaround time for custom stitching?", content: "2-4 weeks depending on design complexity and embroidery work." }, { - id: "faq-2", title: "Do you offer alterations for ready-made outfits?", content: "Yes, we provide expert alteration and restyling services for all types of outfits. Bring your piece and we'll enhance the fit and finish to perfection." + id: "faq-2", title: "Do you offer alterations for ready-made outfits?", content: "Yes, we provide expert alteration and restyling services for all types of outfits." }, { - id: "faq-3", title: "What fabrics do you work with?", content: "We work with premium fabrics including silk, georgette, cotton, wool blends, and designer materials. We can source specific fabrics based on your requirements." + id: "faq-3", title: "What fabrics do you work with?", content: "Premium fabrics including silk, georgette, cotton, wool blends, and designer materials." }, { - id: "faq-4", title: "How do I schedule an appointment?", content: "You can call us at 09810642215, WhatsApp for quick response, or visit our store at D-10/81, Opp. Metro Pillar 404, Rohini. We're open till 8 PM daily." + id: "faq-4", title: "How do I schedule an appointment?", content: "Call us at 09810642215, WhatsApp for quick response, or visit our store at D-10/81, Opp. Metro Pillar 404, Rohini. Open till 8 PM daily." }, { id: "faq-5", title: "Can you create custom designs from inspiration images?", content: "Absolutely! Bring your inspiration images, mood boards, or Pinterest pins. Our designers will create a custom piece tailored to your vision and body measurements." -- 2.49.1