From f2cacda835ddf67c22d83a3df8e2a93029e481a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:03:47 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 91 +++++++++++----------------------------- 1 file changed, 25 insertions(+), 66 deletions(-) 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" }, ], -- 2.49.1 From c68e2e5c060df2895f335498a3f5121e86aa5f77 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:03:48 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 399 +++++++++++++---------------------------------- 1 file changed, 106 insertions(+), 293 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93d8b35..2e13494 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,9 +39,7 @@ 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} /> @@ -57,51 +55,31 @@ export default function HomePage() { 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="entrance-slide" + buttonAnimation="opacity" carouselPosition="right" ariaLabel="Xenon secure document storage hero section" /> @@ -117,127 +95,92 @@ export default function HomePage() { tagAnimation="entrance-slide" 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: { + 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?_wi=1", - }, + "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, }, { - id: "2", - title: "Multi-Factor Authentication", - description: - "Add multiple layers of security with biometric, SMS, and authenticator app options to protect your account.", - media: { + 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?_wi=1", - }, + "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, }, { - 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: { + 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, }, { - id: "4", - title: "Automated Backups & Recovery", - description: - "Your documents are automatically backed up across multiple secure data centers. Restore any version instantly.", - media: { + 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, }, { - id: "5", - title: "Compliance & Certifications", - description: - "Meet regulatory requirements with our compliance framework supporting GDPR, HIPAA, SOC 2, and ISO 27001.", - media: { + 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?_wi=1", - }, + "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, }, @@ -258,13 +201,9 @@ export default function HomePage() { 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" @@ -283,25 +222,13 @@ export default function HomePage() { tagAnimation="entrance-slide" 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" @@ -320,71 +247,26 @@ export default function HomePage() { tagAnimation="entrance-slide" 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", - }, - 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", - ], + 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"}, + 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"], }, { - 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", - }, - 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", - ], + 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"}, + 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"], }, { - id: "enterprise", - tag: "Enterprise Plan", - price: "Custom", - period: "/billed annually", - description: - "Unlimited security and compliance for large organizations.", - button: { - 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", - ], + id: "enterprise", tag: "Enterprise Plan", price: "Custom", period: "/billed annually", description: + "Unlimited security and compliance for large organizations.", button: { + 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"], }, ]} animationType="slide-up" @@ -403,65 +285,29 @@ export default function HomePage() { tagAnimation="entrance-slide" 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, ]} animationType="slide-up" textboxLayout="default" @@ -479,53 +325,29 @@ export default function HomePage() { tagAnimation="entrance-slide" 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -545,7 +367,7 @@ export default function HomePage() { 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=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZKb1tD5apiUPcUpIwNTqomAIY/newsletter-signup-interface-with-email-i-1772794803353-c32dd791.png" imageAlt="Newsletter signup" mediaAnimation="slide-up" mediaPosition="right" @@ -561,8 +383,7 @@ export default function HomePage() { logoText="Xenon" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Security", href: "#about" }, { label: "Pricing", href: "#pricing" }, @@ -570,8 +391,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Blog", href: "/" }, { label: "Careers", href: "/" }, @@ -579,8 +399,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -588,8 +407,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "API Reference", href: "/" }, { label: "Security Status", href: "https://status.xenon.io" }, @@ -597,16 +415,11 @@ export default function HomePage() { ], }, { - 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" }, ], -- 2.49.1 From a93297c1935057b4a2989541edc558a88bf0691b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:03:48 +0000 Subject: [PATCH 3/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 122 +++++++++------------------------------ 1 file changed, 26 insertions(+), 96 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index b74aa95..30fa24e 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -18,8 +18,7 @@ export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Security", href: "#about" }, { label: "Pricing", href: "#pricing" }, @@ -27,8 +26,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -36,8 +34,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Cookie Policy", href: "/cookies" }, @@ -45,8 +42,7 @@ export default function PricingPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/docs" }, { label: "API Reference", href: "/api" }, { label: "Security Status", href: "https://status.xenon.io" }, @@ -54,8 +50,7 @@ export default function PricingPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Twitter", href: "https://twitter.com/xenonsecure" }, { label: "LinkedIn", href: "https://linkedin.com/company/xenon-security" }, { label: "GitHub", href: "https://github.com/xenon-security" }, @@ -82,9 +77,7 @@ 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} /> @@ -93,68 +86,23 @@ export default function PricingPage() { @@ -172,35 +120,17 @@ export default function PricingPage() { Date: Fri, 6 Mar 2026 11:03:49 +0000 Subject: [PATCH 4/4] Update src/app/security/page.tsx --- src/app/security/page.tsx | 146 +++++++++++--------------------------- 1 file changed, 42 insertions(+), 104 deletions(-) diff --git a/src/app/security/page.tsx b/src/app/security/page.tsx index b5c2e75..3766322 100644 --- a/src/app/security/page.tsx +++ b/src/app/security/page.tsx @@ -34,9 +34,7 @@ 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} /> @@ -51,77 +49,56 @@ export default function SecurityPage() { tagAnimation="entrance-slide" 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: { + 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?_wi=2", - }, + "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, }, { - 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: { + 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?_wi=2", - }, + "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, }, { - 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: { + 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?_wi=2", - }, + "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, }, @@ -142,25 +119,13 @@ export default function SecurityPage() { tagAnimation="entrance-slide" 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" @@ -179,41 +144,23 @@ export default function SecurityPage() { tagAnimation="entrance-slide" 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, { - 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.", - }, + 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."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -229,8 +176,7 @@ export default function SecurityPage() { logoText="Xenon" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Security", href: "#about" }, { label: "Pricing", href: "#pricing" }, @@ -238,8 +184,7 @@ export default function SecurityPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Blog", href: "/" }, { label: "Careers", href: "/" }, @@ -247,8 +192,7 @@ export default function SecurityPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/" }, { label: "Terms of Service", href: "/" }, { label: "Cookie Policy", href: "/" }, @@ -256,8 +200,7 @@ export default function SecurityPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "/" }, { label: "API Reference", href: "/" }, { label: "Security Status", href: "https://status.xenon.io" }, @@ -265,16 +208,11 @@ export default function SecurityPage() { ], }, { - 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" }, ], -- 2.49.1