diff --git a/src/app/security/page.tsx b/src/app/security/page.tsx index abaeb2f..0405c90 100644 --- a/src/app/security/page.tsx +++ b/src/app/security/page.tsx @@ -63,45 +63,33 @@ export default function SecurityPage() { description="Learn how we keep our community safe and secure. Your privacy and trust are at the core of everything we do." tag="Help" tagIcon={HelpCircle} - tagAnimation="opacity" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg" imageAlt="Security verification interface" mediaPosition="left" mediaAnimation="slide-up" - animationType="opacity" + animationType="smooth" faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What verification process do users go through?", - content: "All users must complete our multi-layer verification including identity check, email/phone verification, optional background check for premium users, and community review. This ensures a safe, trustworthy environment for everyone." + id: "1", title: "What verification process do users go through?", content: "All users must complete our multi-layer verification including identity check, email/phone verification, optional background check for premium users, and community review. This ensures a safe, trustworthy environment for everyone." }, { - id: "2", - title: "How is my personal information protected?", - content: "We use bank-grade 256-bit encryption for all data transmission and storage. Your information is never shared with third parties without consent. We comply with GDPR, CCPA, and other privacy regulations." + id: "2", title: "How is my personal information protected?", content: "We use bank-grade 256-bit encryption for all data transmission and storage. Your information is never shared with third parties without consent. We comply with GDPR, CCPA, and other privacy regulations." }, { - id: "3", - title: "Are messages end-to-end encrypted?", - content: "Yes! All in-app messages are protected with end-to-end encryption. Only you and the recipient can read your messages. We cannot access or decrypt message content." + id: "3", title: "Are messages end-to-end encrypted?", content: "Yes! All in-app messages are protected with end-to-end encryption. Only you and the recipient can read your messages. We cannot access or decrypt message content." }, { - id: "4", - title: "How do ratings and reviews work?", - content: "After living together, both roommates can rate each other 1-5 stars and leave detailed reviews. Verified users only. This helps build community trust and identify any issues early. Ratings are visible on profiles." + id: "4", title: "How do ratings and reviews work?", content: "After living together, both roommates can rate each other 1-5 stars and leave detailed reviews. Verified users only. This helps build community trust and identify any issues early. Ratings are visible on profiles." }, { - id: "5", - title: "What happens if there's a dispute?", - content: "Our dedicated support team provides 24/7 dispute resolution. We have mediation protocols, payment protection, and escalation procedures to ensure fair outcomes for all parties involved." + id: "5", title: "What happens if there's a dispute?", content: "Our dedicated support team provides 24/7 dispute resolution. We have mediation protocols, payment protection, and escalation procedures to ensure fair outcomes for all parties involved." }, { - id: "6", - title: "Is payment information secure?", - content: "All payments are processed through PCI-DSS compliant payment processors. We never store credit card information. Transactions are encrypted and verified for fraud protection." + id: "6", title: "Is payment information secure?", content: "All payments are processed through PCI-DSS compliant payment processors. We never store credit card information. Transactions are encrypted and verified for fraud protection." } ]} /> @@ -112,8 +100,7 @@ export default function SecurityPage() {