From dbcd65a0bd9bfced580c3ecca7b1f44c54e27e02 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:46:00 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 41 +++++++++------------------------------- 1 file changed, 9 insertions(+), 32 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e508b42..b7c6202 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,35 +46,17 @@ export default function ContactPage() { showCard={true} faqs={[ { - id: "1", - title: "How long does the bespoke process take?", - content: "From your initial consultation to the final fitting, expect 6-8 weeks. This includes fabric selection, detailed measurements, two fittings, and final adjustments. Rush orders are accommodated for an additional fee.", - }, + id: "1", title: "How long does the bespoke process take?", content: "From your initial consultation to the final fitting, expect 6-8 weeks. This includes fabric selection, detailed measurements, two fittings, and final adjustments. Rush orders are accommodated for an additional fee."}, { - id: "2", - title: "What makes Mozzafiato Toro different from regular tailors?", - content: "We combine Italian heritage with Indian craftsmanship. Every suit is hand-stitched, not machine-made. We work exclusively with premium Italian mills, offer lifetime alterations, and treat each client as a long-term partner in style evolution.", - }, + id: "2", title: "What makes Mozzafiato Toro different from regular tailors?", content: "We combine Italian heritage with Indian craftsmanship. Every suit is hand-stitched, not machine-made. We work exclusively with premium Italian mills, offer lifetime alterations, and treat each client as a long-term partner in style evolution."}, { - id: "3", - title: "What is the pricing structure?", - content: "Bespoke Suits start from ₹85,000. Wedding Sherwanis from ₹1,20,000. Formal Tuxedos from ₹95,000. Prices vary based on fabric selection, complexity, and customization. We offer a complimentary consultation to discuss your specific needs.", - }, + id: "3", title: "What is the pricing structure?", content: "Bespoke Suits start from ₹85,000. Wedding Sherwanis from ₹1,20,000. Formal Tuxedos from ₹95,000. Prices vary based on fabric selection, complexity, and customization. We offer a complimentary consultation to discuss your specific needs."}, { - id: "4", - title: "Do you offer home appointment services?", - content: "Yes. We bring our fabric collection and measuring expertise directly to your residence. This is perfect for executives with packed schedules or those who prefer personalized service in comfort.", - }, + id: "4", title: "Do you offer home appointment services?", content: "Yes. We bring our fabric collection and measuring expertise directly to your residence. This is perfect for executives with packed schedules or those who prefer personalized service in comfort."}, { - id: "5", - title: "What happens if I need alterations after delivery?", - content: "Alterations are free for life. Whether it's a length adjustment, fit refinement, or style update, we maintain your garments at no additional cost. This is our commitment to lifetime service.", - }, + id: "5", title: "What happens if I need alterations after delivery?", content: "Alterations are free for life. Whether it's a length adjustment, fit refinement, or style update, we maintain your garments at no additional cost. This is our commitment to lifetime service."}, { - id: "6", - title: "Can I order multiple pieces at once?", - content: "Absolutely. Many clients commission 3-5 pieces during their first consultation. We can stagger fittings to accommodate your schedule and ensure each piece receives meticulous attention.", - }, + id: "6", title: "Can I order multiple pieces at once?", content: "Absolutely. Many clients commission 3-5 pieces during their first consultation. We can stagger fittings to accommodate your schedule and ensure each piece receives meticulous attention."}, ]} /> @@ -87,8 +69,7 @@ export default function ContactPage() { title="Ready to Experience True Bespoke?" description="Schedule your private consultation with our master tailors. Share your vision, discuss fabric preferences, and begin your journey toward impeccable tailoring." background={{ - variant: "rotated-rays-animated", - }} + variant: "rotated-rays-animated"}} useInvertedBackground={false} inputPlaceholder="Your email address" buttonText="Schedule Consultation" @@ -100,13 +81,9 @@ export default function ContactPage() {