Update src/app/contact/page.tsx
This commit is contained in:
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterLogoReveal
|
||||
logoText="Mozzafiato Toro"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user