Update src/app/contact/page.tsx
This commit is contained in:
@@ -57,44 +57,33 @@ export default function ContactPage() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How can I contact customer support?",
|
||||
content: "Reach out via email at support@cryptovault.io, live chat in the app, or submit a ticket through your dashboard. Our team responds within 2 hours."
|
||||
id: "1", title: "How can I contact customer support?", content: "Reach out via email at support@cryptovault.io, live chat in the app, or submit a ticket through your dashboard. Our team responds within 2 hours."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your support hours?",
|
||||
content: "We provide 24/7 support for all users. Pro and Elite members get priority support with faster response times and dedicated account managers."
|
||||
id: "2", title: "What are your support hours?", content: "We provide 24/7 support for all users. Pro and Elite members get priority support with faster response times and dedicated account managers."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer phone support?",
|
||||
content: "Phone support is available for Elite plan members and institutional clients. Contact your account manager to schedule a call."
|
||||
id: "3", title: "Do you offer phone support?", content: "Phone support is available for Elite plan members and institutional clients. Contact your account manager to schedule a call."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I report a security concern?",
|
||||
content: "For security issues, email security@cryptovault.io immediately. We take all security reports seriously and respond within 30 minutes."
|
||||
id: "4", title: "How do I report a security concern?", content: "For security issues, email security@cryptovault.io immediately. We take all security reports seriously and respond within 30 minutes."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I request new features?",
|
||||
content: "Absolutely! Share your feature requests through the in-app feedback system or email features@cryptovault.io. We regularly review and implement user suggestions."
|
||||
id: "5", title: "Can I request new features?", content: "Absolutely! Share your feature requests through the in-app feedback system or email features@cryptovault.io. We regularly review and implement user suggestions."
|
||||
}
|
||||
]}
|
||||
sideTitle="Support & Contact"
|
||||
sideDescription="Quick answers to common questions about getting help"
|
||||
textPosition="left"
|
||||
animationType="smooth"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "https://cryptovault.io/security" },
|
||||
@@ -102,8 +91,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "https://blog.cryptovault.io" },
|
||||
{ label: "Careers", href: "https://careers.cryptovault.io" },
|
||||
@@ -111,8 +99,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
|
||||
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
|
||||
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },
|
||||
|
||||
Reference in New Issue
Block a user