diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f552974..dd8264e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -34,9 +34,7 @@ export default function ContactPage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Get Started", - href: "https://app.xenon.io", - }} + text: "Get Started", href: "https://app.xenon.io"}} animateOnLoad={true} /> @@ -51,7 +49,7 @@ export default function ContactPage() { tagAnimation="entrance-slide" background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/newsletter-signup-interface-with-email-i-1772794803353-c32dd791.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/newsletter-signup-interface-with-email-i-1772794803353-c32dd791.png" imageAlt="Contact support" mediaAnimation="slide-up" mediaPosition="right" @@ -71,25 +69,13 @@ export default function ContactPage() { tagAnimation="entrance-slide" metrics={[ { - id: "1", - value: "24/7", - description: "Available Support", - }, + id: "1", value: "24/7", description: "Available Support"}, { - id: "2", - value: "24h", - description: "Average Response Time", - }, + id: "2", value: "24h", description: "Average Response Time"}, { - id: "3", - value: "99%", - description: "Customer Satisfaction", - }, + id: "3", value: "99%", description: "Customer Satisfaction"}, { - id: "4", - value: "15+", - description: "Support Specialists", - }, + id: "4", value: "15+", description: "Support Specialists"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -108,41 +94,23 @@ export default function ContactPage() { tagAnimation="entrance-slide" faqs={[ { - id: "1", - title: "How do I contact Xenon support?", - content: - "You can reach our support team via email at support@xenon.io, through the in-app chat feature, or by submitting a support ticket. Enterprise customers also have access to phone support.", - }, + id: "1", title: "How do I contact Xenon support?", content: + "You can reach our support team via email at support@xenon.io, through the in-app chat feature, or by submitting a support ticket. Enterprise customers also have access to phone support."}, { - id: "2", - title: "What are your support hours?", - content: - "We offer 24/7 support for all customers. Our team works around the clock to ensure you get help when you need it. Response times vary based on plan tier.", - }, + id: "2", title: "What are your support hours?", content: + "We offer 24/7 support for all customers. Our team works around the clock to ensure you get help when you need it. Response times vary based on plan tier."}, { - id: "3", - title: "What's the average response time?", - content: - "Standard support responses are typically within 24 hours. Professional plan members receive responses within 12 hours. Enterprise customers get priority support with 4-hour response times.", - }, + id: "3", title: "What's the average response time?", content: + "Standard support responses are typically within 24 hours. Professional plan members receive responses within 12 hours. Enterprise customers get priority support with 4-hour response times."}, { - id: "4", - title: "Do you offer phone support?", - content: - "Phone support is available for Enterprise plan customers. All other customers can reach us via email, in-app chat, or our support portal.", - }, + id: "4", title: "Do you offer phone support?", content: + "Phone support is available for Enterprise plan customers. All other customers can reach us via email, in-app chat, or our support portal."}, { - id: "5", - title: "How do I report a security issue?", - content: - "For security concerns, please email security@xenon.io with details. We take security reports seriously and have a responsible disclosure program. Do not publicly disclose security issues.", - }, + id: "5", title: "How do I report a security issue?", content: + "For security concerns, please email security@xenon.io with details. We take security reports seriously and have a responsible disclosure program. Do not publicly disclose security issues."}, { - id: "6", - title: "Is there documentation available?", - content: - "Yes, we maintain comprehensive documentation at docs.xenon.io including API reference, setup guides, and best practices. Video tutorials are also available on our support center.", - }, + id: "6", title: "Is there documentation available?", content: + "Yes, we maintain comprehensive documentation at docs.xenon.io including API reference, setup guides, and best practices. Video tutorials are also available on our support center."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -158,8 +126,7 @@ export default function ContactPage() { logoText="Xenon" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Security", href: "#about" }, { label: "Pricing", href: "#pricing" }, @@ -167,8 +134,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Blog", href: "/" }, { label: "Careers", href: "/" }, @@ -176,8 +142,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -185,8 +150,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "API Reference", href: "/" }, { label: "Security Status", href: "https://status.xenon.io" }, @@ -194,16 +158,11 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Twitter", - href: "https://twitter.com/xenonsecure", - }, + label: "Twitter", href: "https://twitter.com/xenonsecure"}, { - label: "LinkedIn", - href: "https://linkedin.com/company/xenon-security", - }, + label: "LinkedIn", href: "https://linkedin.com/company/xenon-security"}, { label: "GitHub", href: "https://github.com/xenon-security" }, { label: "Discord", href: "https://discord.gg/xenon" }, ],