Update src/app/contact/page.tsx
This commit is contained in:
@@ -57,44 +57,33 @@ export default function ContactPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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",
|
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."
|
||||||
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"
|
sideTitle="Support & Contact"
|
||||||
sideDescription="Quick answers to common questions about getting help"
|
sideDescription="Quick answers to common questions about getting help"
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Features", href: "/features" },
|
{ label: "Features", href: "/features" },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Security", href: "https://cryptovault.io/security" },
|
{ label: "Security", href: "https://cryptovault.io/security" },
|
||||||
@@ -102,8 +91,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Blog", href: "https://blog.cryptovault.io" },
|
{ label: "Blog", href: "https://blog.cryptovault.io" },
|
||||||
{ label: "Careers", href: "https://careers.cryptovault.io" },
|
{ label: "Careers", href: "https://careers.cryptovault.io" },
|
||||||
@@ -111,8 +99,7 @@ export default function ContactPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
|
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
|
||||||
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
|
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
|
||||||
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },
|
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },
|
||||||
|
|||||||
Reference in New Issue
Block a user