Update src/app/contact/page.tsx
This commit is contained in:
@@ -40,19 +40,13 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's your response time?",
|
||||
content: "Our design team responds to inquiries within 24 business hours. For urgent matters, please call our hotline at 1-800-LUXE-FRN for immediate assistance."
|
||||
id: "1", title: "What's your response time?", content: "Our design team responds to inquiries within 24 business hours. For urgent matters, please call our hotline at 1-800-LUXE-FRN for immediate assistance."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer design consultations?",
|
||||
content: "Yes! We provide complimentary initial design consultations. Our experts will help you select pieces that match your vision, space, and budget. Schedule via our contact form."
|
||||
id: "2", title: "Do you offer design consultations?", content: "Yes! We provide complimentary initial design consultations. Our experts will help you select pieces that match your vision, space, and budget. Schedule via our contact form."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can you help with custom orders?",
|
||||
content: "Absolutely. Our custom fabrication team can modify dimensions, finishes, and materials. Custom pieces typically take 8-10 weeks. Contact our team for a detailed quote."
|
||||
id: "3", title: "Can you help with custom orders?", content: "Absolutely. Our custom fabrication team can modify dimensions, finishes, and materials. Custom pieces typically take 8-10 weeks. Contact our team for a detailed quote."
|
||||
}
|
||||
]}
|
||||
ctaTitle="Get in Touch"
|
||||
@@ -72,22 +66,16 @@ export default function ContactPage() {
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, PayPal, Apple Pay, and Google Pay. We also offer 0% APR financing through Klarna and Affirm for purchases over $500."
|
||||
id: "1", title: "What payment methods do you accept?", content: "We accept all major credit cards, PayPal, Apple Pay, and Google Pay. We also offer 0% APR financing through Klarna and Affirm for purchases over $500."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is there a showroom I can visit?",
|
||||
content: "Yes! Our flagship showroom is located in New York City. By appointment, you can experience our furniture collection firsthand. Schedule a visit through our website or call us directly."
|
||||
id: "2", title: "Is there a showroom I can visit?", content: "Yes! Our flagship showroom is located in New York City. By appointment, you can experience our furniture collection firsthand. Schedule a visit through our website or call us directly."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your warranty coverage?",
|
||||
content: "All Studio Luxe pieces come with a 5-year structural warranty covering defects in materials and craftsmanship. Extended warranties available up to 10 years."
|
||||
id: "3", title: "What is your warranty coverage?", content: "All Studio Luxe pieces come with a 5-year structural warranty covering defects in materials and craftsmanship. Extended warranties available up to 10 years."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blonde-charming-woman-silk-black-jumpsuit-stylish-eyeglasses-sits-brown-big-soft-sofa-ho_197531-33650.jpg"
|
||||
imageAlt="Customer enjoying Studio Luxe furniture"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -101,8 +89,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "All Furniture", href: "shop" },
|
||||
{ label: "Seating", href: "shop" },
|
||||
{ label: "Tables", href: "shop" },
|
||||
@@ -111,8 +98,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Design Philosophy", href: "about" },
|
||||
{ label: "Sustainability", href: "#" },
|
||||
@@ -121,8 +107,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "contact" },
|
||||
{ label: "Shipping Info", href: "#" },
|
||||
{ label: "Returns", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user