Update src/app/security/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
@@ -121,8 +108,7 @@ export default function SecurityPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
@@ -130,8 +116,7 @@ export default function SecurityPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -139,8 +124,7 @@ export default function SecurityPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
|
||||
Reference in New Issue
Block a user