Merge version_1 into main #3
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
],
|
||||
|
||||
193
src/app/page.tsx
193
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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Mission"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
title="Privacy is a Fundamental Right"
|
||||
description="Xenon was founded on the principle that everyone deserves privacy and security. We've built the most trustworthy platform for storing sensitive documents and personal data, used by individuals and enterprises worldwide."
|
||||
metrics={[
|
||||
{
|
||||
value: "500K+", title: "Users Worldwide"},
|
||||
value: "500K+", title: "Users Worldwide"
|
||||
},
|
||||
{
|
||||
value: "2B+", title: "Documents Secured"},
|
||||
value: "2B+", title: "Documents Secured"
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/modern-office-environment-with-diverse-t-1772794803600-d4e1377c.png"
|
||||
imageAlt="Xenon mission and values"
|
||||
@@ -219,16 +252,20 @@ export default function HomePage() {
|
||||
description="Industry-leading security metrics demonstrating our commitment to protection"
|
||||
tag="Performance"
|
||||
tagIcon={BarChart3}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "256-Bit", description: "Military-Grade Encryption"},
|
||||
id: "1", value: "256-Bit", description: "Military-Grade Encryption"
|
||||
},
|
||||
{
|
||||
id: "2", value: "99.99%", description: "Uptime Guarantee"},
|
||||
id: "2", value: "99.99%", description: "Uptime Guarantee"
|
||||
},
|
||||
{
|
||||
id: "3", value: "4", description: "Geographic Datacenters"},
|
||||
id: "3", value: "4", description: "Geographic Datacenters"
|
||||
},
|
||||
{
|
||||
id: "4", value: "0ms", description: "Zero-Knowledge Access"},
|
||||
id: "4", value: "0ms", description: "Zero-Knowledge Access"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -244,29 +281,35 @@ export default function HomePage() {
|
||||
description="Choose the perfect plan to secure your documents. All plans include core encryption and security features."
|
||||
tag="Transparent Pricing"
|
||||
tagIcon={CreditCard}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
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"
|
||||
@@ -282,32 +325,38 @@ export default function HomePage() {
|
||||
description="See how individuals and organizations use Xenon to protect their most important information."
|
||||
tag="User Stories"
|
||||
tagIcon={Users}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", role: "Healthcare Administrator", testimonial:
|
||||
"Xenon gives us peace of mind knowing patient records are encrypted and compliant. The audit trails help us meet HIPAA requirements effortlessly.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-female-health-1772794804232-a2d87178.png", imageAlt: "Sarah Mitchell"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-female-health-1772794804232-a2d87178.png", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Legal Professional", testimonial:
|
||||
"The security features and granular access controls make sharing confidential documents with clients worry-free. It's become essential to our practice.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-male-lawyer-i-1772794803515-f7afc858.png", imageAlt: "James Chen"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-male-lawyer-i-1772794803515-f7afc858.png", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Maria Rodriguez", role: "Finance Manager", testimonial:
|
||||
"We store sensitive financial records without concern. Xenon's automatic backups and disaster recovery have saved us multiple times.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-female-financ-1772794802650-7deab746.png", imageAlt: "Maria Rodriguez"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-female-financ-1772794802650-7deab746.png", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "IT Director", testimonial:
|
||||
"Implementing Xenon across our organization was smooth. The compliance certifications and SSO integration aligned perfectly with our security policies.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-male-it-direc-1772794803490-0a179421.png", imageAlt: "David Kim"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-male-it-direc-1772794803490-0a179421.png", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Elena Rossi", role: "Small Business Owner", testimonial:
|
||||
"As a solo entrepreneur, I needed enterprise-grade security without the enterprise cost. Xenon is exactly what I was looking for.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-female-busine-1772794802624-3e70eff9.png", imageAlt: "Elena Rossi"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-female-busine-1772794802624-3e70eff9.png", imageAlt: "Elena Rossi"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", role: "Compliance Officer", testimonial:
|
||||
"Xenon's built-in compliance features make our audit processes straightforward. It demonstrates our commitment to data protection to regulators.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-male-complian-1772794803158-30cde223.png", imageAlt: "Robert Thompson"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/professional-headshot-of-a-male-complian-1772794803158-30cde223.png", imageAlt: "Robert Thompson"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -322,32 +371,40 @@ export default function HomePage() {
|
||||
description="Get answers to common questions about Xenon's security, pricing, and features."
|
||||
tag="Support"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How secure is Xenon?", content:
|
||||
"Xenon uses military-grade AES-256 encryption with a zero-knowledge architecture. This means we cannot access your documents—only you hold the decryption keys. All data is encrypted before transmission and stored encrypted in our secure data centers."},
|
||||
"Xenon uses military-grade AES-256 encryption with a zero-knowledge architecture. This means we cannot access your documents—only you hold the decryption keys. All data is encrypted before transmission and stored encrypted in our secure data centers."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Can I share documents securely with others?", content:
|
||||
"Yes. You can generate secure share links with granular permissions (view-only, download, edit). Set expiration dates and revoke access instantly. All shared documents remain end-to-end encrypted, and we track every access."},
|
||||
"Yes. You can generate secure share links with granular permissions (view-only, download, edit). Set expiration dates and revoke access instantly. All shared documents remain end-to-end encrypted, and we track every access."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What happens if I forget my password?", content:
|
||||
"For security reasons, we cannot recover encrypted documents if you lose your master password. However, you can set up recovery keys during setup. We strongly recommend using multi-factor authentication to protect your account."},
|
||||
"For security reasons, we cannot recover encrypted documents if you lose your master password. However, you can set up recovery keys during setup. We strongly recommend using multi-factor authentication to protect your account."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Is Xenon compliant with GDPR and HIPAA?", content:
|
||||
"Yes. Xenon is GDPR compliant for EU data protection and HIPAA-ready for healthcare organizations. We also maintain SOC 2 Type II and ISO 27001 certifications. Enterprise customers can customize compliance configurations."},
|
||||
"Yes. Xenon is GDPR compliant for EU data protection and HIPAA-ready for healthcare organizations. We also maintain SOC 2 Type II and ISO 27001 certifications. Enterprise customers can customize compliance configurations."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I access my documents offline?", content:
|
||||
"With our mobile and desktop apps, you can cache encrypted documents locally for offline access. Changes sync automatically when you reconnect to the internet."},
|
||||
"With our mobile and desktop apps, you can cache encrypted documents locally for offline access. Changes sync automatically when you reconnect to the internet."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How do I migrate from another service?", content:
|
||||
"We provide import tools for common document formats and cloud storage services. Our support team can assist with large migrations. Contact us for enterprise migration support at support@xenon.io."},
|
||||
"We provide import tools for common document formats and cloud storage services. Our support team can assist with large migrations. Contact us for enterprise migration support at support@xenon.io."
|
||||
},
|
||||
{
|
||||
id: "7", title: "What's your data retention policy?", content:
|
||||
"You retain full control over your data. Upon account deletion, your documents are permanently deleted from all servers within 30 days. We maintain encrypted backups for disaster recovery."},
|
||||
"You retain full control over your data. Upon account deletion, your documents are permanently deleted from all servers within 30 days. We maintain encrypted backups for disaster recovery."
|
||||
},
|
||||
{
|
||||
id: "8", title: "Do you offer API access?", content:
|
||||
"Yes, Professional and Enterprise plans include API access for integrating Xenon with your applications. Contact sales for detailed API documentation and integration support."},
|
||||
"Yes, Professional and Enterprise plans include API access for integrating Xenon with your applications. Contact sales for detailed API documentation and integration support."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -364,7 +421,7 @@ export default function HomePage() {
|
||||
title="Join Our Security Community"
|
||||
description="Subscribe to our newsletter for security tips, feature updates, and exclusive access to new Xenon capabilities."
|
||||
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"
|
||||
@@ -417,9 +474,11 @@ export default function HomePage() {
|
||||
{
|
||||
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" },
|
||||
],
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Can I upgrade or downgrade my plan anytime?", content: "Yes, you can change your plan at any time. Upgrades take effect immediately, and downgrades will apply at the start of your next billing cycle. We'll prorate any changes to your current billing period."},
|
||||
id: "1", title: "Can I upgrade or downgrade my plan anytime?", content: "Yes, you can change your plan at any time. Upgrades take effect immediately, and downgrades will apply at the start of your next billing cycle. We'll prorate any changes to your current billing period."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and wire transfers for enterprise customers. All payments are processed securely through our encrypted payment gateway."},
|
||||
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), PayPal, and wire transfers for enterprise customers. All payments are processed securely through our encrypted payment gateway."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Is there a free trial available?", content: "Yes, Professional and higher plans include a 14-day free trial with full feature access. No credit card is required to start. For Personal plan trials, contact our sales team."},
|
||||
id: "3", title: "Is there a free trial available?", content: "Yes, Professional and higher plans include a 14-day free trial with full feature access. No credit card is required to start. For Personal plan trials, contact our sales team."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What happens to my data if I cancel?", content: "Your data remains yours. If you cancel, you have 30 days to download or export all your documents. After 30 days, your account and data are permanently deleted from our systems."},
|
||||
id: "4", title: "What happens to my data if I cancel?", content: "Your data remains yours. If you cancel, you have 30 days to download or export all your documents. After 30 days, your account and data are permanently deleted from our systems."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you offer volume discounts?", content: "Yes, enterprise customers can receive volume discounts for multiple licenses. Contact our sales team at sales@xenon.io for a custom quote based on your organization's needs."},
|
||||
id: "5", title: "Do you offer volume discounts?", content: "Yes, enterprise customers can receive volume discounts for multiple licenses. Contact our sales team at sales@xenon.io for a custom quote based on your organization's needs."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Can I get a refund?", content: "We offer a 30-day money-back guarantee on annual plans if you're not satisfied. Monthly plans are non-refundable but can be canceled anytime without penalty."},
|
||||
id: "6", title: "Can I get a refund?", content: "We offer a 30-day money-back guarantee on annual plans if you're not satisfied. Monthly plans are non-refundable but can be canceled anytime without penalty."
|
||||
},
|
||||
]}
|
||||
title="Pricing FAQs"
|
||||
description="Get answers to questions about plans, billing, and upgrades."
|
||||
tag="Questions?"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="opacity"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user