From d53c50d9ecc5ca82f2a346559bdecdbd29724ad5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:06:03 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 45 ++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dd8264e..b21970e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -34,7 +34,8 @@ 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} /> @@ -46,7 +47,7 @@ export default function ContactPage() { title="Contact Our Support Team" description="Have questions about Xenon? We're here to help. Reach out to our team and we'll get back to you within 24 hours with expert guidance." tagIcon={Mail} - tagAnimation="entrance-slide" + tagAnimation="opacity" 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" @@ -66,16 +67,20 @@ export default function ContactPage() { description="Fast, reliable support across all channels" tag="Service Levels" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="opacity" 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" @@ -91,26 +96,32 @@ export default function ContactPage() { description="Quick answers to questions about contacting our team and getting support" tag="Support" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" 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."}, + "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."}, + "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."}, + "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."}, + "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."}, + "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."}, + "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" @@ -160,9 +171,11 @@ export default function ContactPage() { { 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" }, ], -- 2.49.1 From de889b36d81dde2f762a51f0d21bd1f5b311b7c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:06:03 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 193 +++++++++++++++++++++++++++++++---------------- 1 file changed, 126 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e13494..6f335a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,8 @@ export default function HomePage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Get Started", href: "https://app.xenon.io"}} + text: "Get Started", href: "https://app.xenon.io" + }} animateOnLoad={true} /> @@ -51,33 +52,43 @@ export default function HomePage() { description="Store, manage, and secure your most important documents with enterprise-grade encryption. Xenon ensures your sensitive data remains confidential and accessible only to you." tag="Secure by Design" tagIcon={Shield} - tagAnimation="entrance-slide" + tagAnimation="opacity" background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/modern-encryption-algorithm-visualizatio-1772794803538-1013a3cd.png", imageAlt: "End-to-end encryption interface"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/modern-encryption-algorithm-visualizatio-1772794803538-1013a3cd.png", imageAlt: "End-to-end encryption interface" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/multi-factor-authentication-dashboard-sh-1772794803619-2d8790c2.png", imageAlt: "Multi-factor authentication dashboard"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/multi-factor-authentication-dashboard-sh-1772794803619-2d8790c2.png", imageAlt: "Multi-factor authentication dashboard" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/digital-vault-interface-showing-secure-d-1772794804006-7c1122f3.png", imageAlt: "Secure document vault"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/digital-vault-interface-showing-secure-d-1772794804006-7c1122f3.png", imageAlt: "Secure document vault" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/automatic-backup-and-disaster-recovery-s-1772794805542-ac9eb48f.png", imageAlt: "Automatic backup system"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/automatic-backup-and-disaster-recovery-s-1772794805542-ac9eb48f.png", imageAlt: "Automatic backup system" + }, ]} rightCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/clean-user-dashboard-showing-document-ov-1772794804069-612c47d0.png", imageAlt: "User dashboard interface"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/clean-user-dashboard-showing-document-ov-1772794804069-612c47d0.png", imageAlt: "User dashboard interface" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/secure-document-sharing-interface-showin-1772794804367-a783a314.png", imageAlt: "Secure document sharing"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/secure-document-sharing-interface-showin-1772794804367-a783a314.png", imageAlt: "Secure document sharing" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/compliance-certifications-display-showin-1772794804112-4f652ce0.png", imageAlt: "Compliance certifications"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/compliance-certifications-display-showin-1772794804112-4f652ce0.png", imageAlt: "Compliance certifications" + }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/activity-monitoring-and-audit-trail-syst-1772794803745-4b375e1c.png", imageAlt: "Activity monitoring system"}, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/activity-monitoring-and-audit-trail-syst-1772794803745-4b375e1c.png", imageAlt: "Activity monitoring system" + }, ]} buttons={[ { - text: "Start Free Trial", href: "https://app.xenon.io/signup"}, + text: "Start Free Trial", href: "https://app.xenon.io/signup" + }, { - text: "Learn More", href: "#features"}, + text: "Learn More", href: "#features" + }, ]} buttonAnimation="opacity" carouselPosition="right" @@ -92,23 +103,27 @@ export default function HomePage() { description="Comprehensive tools designed to protect your sensitive documents and personal information with military-level encryption and compliance standards." tag="Advanced Protection" tagIcon={Lock} - tagAnimation="entrance-slide" + tagAnimation="opacity" features={[ { id: "1", title: "End-to-End Encryption", description: "All documents are encrypted on your device before being transmitted. Only you control the decryption keys.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/advanced-encryption-process-visualizatio-1772794804177-a97e401f.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/advanced-encryption-process-visualizatio-1772794804177-a97e401f.png" + }, items: [ { icon: CheckCircle, - text: "AES-256 bit encryption"}, + text: "AES-256 bit encryption" + }, { icon: CheckCircle, - text: "Zero-knowledge architecture"}, + text: "Zero-knowledge architecture" + }, { icon: CheckCircle, - text: "Automatic key rotation"}, + text: "Automatic key rotation" + }, ], reverse: false, }, @@ -116,17 +131,21 @@ export default function HomePage() { id: "2", title: "Multi-Factor Authentication", description: "Add multiple layers of security with biometric, SMS, and authenticator app options to protect your account.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/multi-factor-authentication-system-showi-1772794803438-bb541452.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/multi-factor-authentication-system-showi-1772794803438-bb541452.png" + }, items: [ { icon: CheckCircle, - text: "Biometric fingerprint recognition"}, + text: "Biometric fingerprint recognition" + }, { icon: CheckCircle, - text: "Time-based one-time passwords"}, + text: "Time-based one-time passwords" + }, { icon: CheckCircle, - text: "SMS and email verification"}, + text: "SMS and email verification" + }, ], reverse: true, }, @@ -134,17 +153,21 @@ export default function HomePage() { id: "3", title: "Secure Sharing & Access Control", description: "Share documents with fine-grained permissions. Set expiration dates, revoke access instantly, and track who accesses your files.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/secure-document-sharing-dashboard-with-g-1772794804161-ec44d0cd.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/secure-document-sharing-dashboard-with-g-1772794804161-ec44d0cd.png" + }, items: [ { icon: CheckCircle, - text: "Granular permission controls"}, + text: "Granular permission controls" + }, { icon: CheckCircle, - text: "Time-limited access links"}, + text: "Time-limited access links" + }, { icon: CheckCircle, - text: "Activity logging and audit trails"}, + text: "Activity logging and audit trails" + }, ], reverse: false, }, @@ -152,17 +175,21 @@ export default function HomePage() { id: "4", title: "Automated Backups & Recovery", description: "Your documents are automatically backed up across multiple secure data centers. Restore any version instantly.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/automated-backup-system-showing-continuo-1772794806298-9a9a5a9e.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/automated-backup-system-showing-continuo-1772794806298-9a9a5a9e.png" + }, items: [ { icon: CheckCircle, - text: "Continuous automatic backups"}, + text: "Continuous automatic backups" + }, { icon: CheckCircle, - text: "Geographic redundancy"}, + text: "Geographic redundancy" + }, { icon: CheckCircle, - text: "99.9% uptime guarantee"}, + text: "99.9% uptime guarantee" + }, ], reverse: true, }, @@ -170,17 +197,21 @@ export default function HomePage() { id: "5", title: "Compliance & Certifications", description: "Meet regulatory requirements with our compliance framework supporting GDPR, HIPAA, SOC 2, and ISO 27001.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/compliance-framework-dashboard-showing-g-1772794805018-00143a9d.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/compliance-framework-dashboard-showing-g-1772794805018-00143a9d.png" + }, items: [ { icon: CheckCircle, - text: "GDPR compliant data handling"}, + text: "GDPR compliant data handling" + }, { icon: CheckCircle, - text: "HIPAA ready for healthcare"}, + text: "HIPAA ready for healthcare" + }, { icon: CheckCircle, - text: "SOC 2 Type II certified"}, + text: "SOC 2 Type II certified" + }, ], reverse: false, }, @@ -196,14 +227,16 @@ export default function HomePage() { Date: Fri, 6 Mar 2026 11:06:03 +0000 Subject: [PATCH 3/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 41 ++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 30fa24e..058c988 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -77,7 +77,8 @@ export default function PricingPage() { brandName="Xenon" navItems={navItems} button={{ - text: "Get Started", href: "https://app.xenon.io"}} + text: "Get Started", href: "https://app.xenon.io" + }} animateOnLoad={true} /> @@ -87,22 +88,28 @@ export default function PricingPage() { plans={[ { id: "personal", tag: "Personal Plan", price: "$9.99", period: "/month", description: "Perfect for individuals wanting personal data security.", button: { - text: "Get Started", href: "https://app.xenon.io/signup?plan=personal"}, + text: "Get Started", href: "https://app.xenon.io/signup?plan=personal" + }, featuresTitle: "What's Included:", features: [ - "100 GB encrypted storage", "End-to-end encryption", "Multi-factor authentication", "Secure sharing with time limits", "Mobile apps (iOS & Android)", "Email support"], + "100 GB encrypted storage", "End-to-end encryption", "Multi-factor authentication", "Secure sharing with time limits", "Mobile apps (iOS & Android)", "Email support" + ], }, { id: "professional", tag: "Professional Plan", tagIcon: Sparkles, price: "$29.99", period: "/month", description: "Ideal for professionals managing multiple document projects.", button: { - text: "Start Free Trial", href: "https://app.xenon.io/signup?plan=professional"}, + text: "Start Free Trial", href: "https://app.xenon.io/signup?plan=professional" + }, featuresTitle: "What's Included:", features: [ - "1 TB encrypted storage", "Everything in Personal, plus:", "Advanced audit logging", "Team collaboration (up to 5 members)", "Custom expiration policies", "Priority email & chat support", "API access"], + "1 TB encrypted storage", "Everything in Personal, plus:", "Advanced audit logging", "Team collaboration (up to 5 members)", "Custom expiration policies", "Priority email & chat support", "API access" + ], }, { id: "enterprise", tag: "Enterprise Plan", price: "Custom", period: "/billed annually", description: "Unlimited security and compliance for large organizations.", button: { - text: "Contact Sales", href: "/contact"}, + text: "Contact Sales", href: "/contact" + }, featuresTitle: "What's Included:", features: [ - "Unlimited encrypted storage", "Everything in Professional, plus:", "Dedicated account manager", "Custom compliance configurations", "SSO & SAML integration", "Advanced threat detection", "24/7 phone & email support", "99.99% SLA guarantee"], + "Unlimited encrypted storage", "Everything in Professional, plus:", "Dedicated account manager", "Custom compliance configurations", "SSO & SAML integration", "Advanced threat detection", "24/7 phone & email support", "99.99% SLA guarantee" + ], }, ]} animationType="slide-up" @@ -120,23 +127,29 @@ export default function PricingPage() { Date: Fri, 6 Mar 2026 11:06:04 +0000 Subject: [PATCH 4/4] Update src/app/security/page.tsx --- src/app/security/page.tsx | 81 +++++++++++++++++++++++++-------------- 1 file changed, 53 insertions(+), 28 deletions(-) diff --git a/src/app/security/page.tsx b/src/app/security/page.tsx index 3766322..a0b24d7 100644 --- a/src/app/security/page.tsx +++ b/src/app/security/page.tsx @@ -34,7 +34,8 @@ export default function SecurityPage() { { name: "FAQ", id: "faq" }, ]} button={{ - text: "Get Started", href: "https://app.xenon.io"}} + text: "Get Started", href: "https://app.xenon.io" + }} animateOnLoad={true} /> @@ -46,23 +47,27 @@ export default function SecurityPage() { description="Deep dive into Xenon's comprehensive security infrastructure protecting your sensitive documents with military-grade encryption and multi-layered defense mechanisms." tag="Security Details" tagIcon={Lock} - tagAnimation="entrance-slide" + tagAnimation="opacity" features={[ { id: "1", title: "Zero-Knowledge Encryption", description: "Our zero-knowledge architecture ensures Xenon never has access to your unencrypted data. All encryption happens on your device, and only you control the master keys.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/advanced-encryption-process-visualizatio-1772794804177-a97e401f.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/advanced-encryption-process-visualizatio-1772794804177-a97e401f.png" + }, items: [ { icon: CheckCircle, - text: "AES-256 symmetric encryption"}, + text: "AES-256 symmetric encryption" + }, { icon: CheckCircle, - text: "RSA-4096 key exchange"}, + text: "RSA-4096 key exchange" + }, { icon: CheckCircle, - text: "Perfect forward secrecy"}, + text: "Perfect forward secrecy" + }, ], reverse: false, }, @@ -70,17 +75,21 @@ export default function SecurityPage() { id: "2", title: "Multi-Layer Authentication", description: "Protect your account with multiple authentication factors including biometric verification, time-based one-time passwords, and hardware security keys.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/multi-factor-authentication-system-showi-1772794803438-bb541452.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/multi-factor-authentication-system-showi-1772794803438-bb541452.png" + }, items: [ { icon: CheckCircle, - text: "Biometric verification"}, + text: "Biometric verification" + }, { icon: CheckCircle, - text: "TOTP authenticators"}, + text: "TOTP authenticators" + }, { icon: CheckCircle, - text: "Hardware security keys"}, + text: "Hardware security keys" + }, ], reverse: true, }, @@ -88,17 +97,21 @@ export default function SecurityPage() { id: "3", title: "Audit Trails & Compliance", description: "Complete audit logging of all access and activities. Full compliance with GDPR, HIPAA, SOC 2, and ISO 27001 standards for regulated industries.", media: { imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/compliance-framework-dashboard-showing-g-1772794805018-00143a9d.png"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/compliance-framework-dashboard-showing-g-1772794805018-00143a9d.png" + }, items: [ { icon: CheckCircle, - text: "Complete event logging"}, + text: "Complete event logging" + }, { icon: CheckCircle, - text: "GDPR data protection"}, + text: "GDPR data protection" + }, { icon: CheckCircle, - text: "HIPAA compliance ready"}, + text: "HIPAA compliance ready" + }, ], reverse: false, }, @@ -116,16 +129,20 @@ export default function SecurityPage() { description="Industry-leading security metrics demonstrating Xenon's commitment to data protection" tag="Infrastructure" tagIcon={BarChart3} - tagAnimation="entrance-slide" + tagAnimation="opacity" metrics={[ { - id: "1", value: "256-Bit", description: "AES Encryption Standard"}, + id: "1", value: "256-Bit", description: "AES Encryption Standard" + }, { - id: "2", value: "4096-Bit", description: "RSA Key Exchange"}, + id: "2", value: "4096-Bit", description: "RSA Key Exchange" + }, { - id: "3", value: "99.99%", description: "Uptime Guarantee"}, + id: "3", value: "99.99%", description: "Uptime Guarantee" + }, { - id: "4", value: "5", description: "Security Certifications"}, + id: "4", value: "5", description: "Security Certifications" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -141,26 +158,32 @@ export default function SecurityPage() { description="Find detailed answers about Xenon's security measures, compliance standards, and data protection protocols." tag="Security FAQ" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" faqs={[ { id: "1", title: "How is my data encrypted?", content: - "Your data is encrypted using AES-256 symmetric encryption on your device before it leaves your computer. The encryption keys are protected with RSA-4096 and never leave your control. We use TLS 1.3 for all data in transit."}, + "Your data is encrypted using AES-256 symmetric encryption on your device before it leaves your computer. The encryption keys are protected with RSA-4096 and never leave your control. We use TLS 1.3 for all data in transit." + }, { id: "2", title: "What happens if Xenon is breached?", content: - "Even in the extremely unlikely event of a breach, all stored data is encrypted with your personal encryption key. Attackers would only access encrypted data with no way to decrypt it without your private keys."}, + "Even in the extremely unlikely event of a breach, all stored data is encrypted with your personal encryption key. Attackers would only access encrypted data with no way to decrypt it without your private keys." + }, { id: "3", title: "Can government agencies access my files?", content: - "Due to our zero-knowledge architecture, Xenon cannot provide unencrypted access to your files. We have no master keys or backdoors. Any government requests are handled according to applicable laws, and we publish transparency reports."}, + "Due to our zero-knowledge architecture, Xenon cannot provide unencrypted access to your files. We have no master keys or backdoors. Any government requests are handled according to applicable laws, and we publish transparency reports." + }, { id: "4", title: "How do you handle data backups?", content: - "Backups are created automatically and stored encrypted across multiple geographic data centers. Each backup copy is encrypted with your encryption keys, so only you can access them."}, + "Backups are created automatically and stored encrypted across multiple geographic data centers. Each backup copy is encrypted with your encryption keys, so only you can access them." + }, { id: "5", title: "Is Xenon HIPAA compliant?", content: - "Yes, Xenon is HIPAA-ready and suitable for healthcare organizations. We provide Business Associate Agreements (BAAs) for HIPAA-covered entities and maintain comprehensive audit trails required for compliance."}, + "Yes, Xenon is HIPAA-ready and suitable for healthcare organizations. We provide Business Associate Agreements (BAAs) for HIPAA-covered entities and maintain comprehensive audit trails required for compliance." + }, { id: "6", title: "What certifications does Xenon have?", content: - "Xenon maintains SOC 2 Type II, ISO 27001, GDPR compliance, HIPAA readiness, and PCI DSS certifications. We undergo regular independent security audits and penetration testing."}, + "Xenon maintains SOC 2 Type II, ISO 27001, GDPR compliance, HIPAA readiness, and PCI DSS certifications. We undergo regular independent security audits and penetration testing." + }, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -210,9 +233,11 @@ export default function SecurityPage() { { 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" }, ], -- 2.49.1