Merge version_1 into main #2
@@ -41,24 +41,16 @@ export default function ContactPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What's the best way to write my profile?",
|
||||
content: "Be honest and detailed! Include your lifestyle, work schedule, cleanliness standards, and what you're looking for in a roommate. Good profiles get more matches."
|
||||
id: "1", title: "What's the best way to write my profile?", content: "Be honest and detailed! Include your lifestyle, work schedule, cleanliness standards, and what you're looking for in a roommate. Good profiles get more matches."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does verification take?",
|
||||
content: "Most verifications complete within 24 hours. You'll receive a notification once approved and can start searching immediately."
|
||||
id: "2", title: "How long does verification take?", content: "Most verifications complete within 24 hours. You'll receive a notification once approved and can start searching immediately."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I post multiple listings?",
|
||||
content: "Pro and Premium users can post unlimited listings. Basic users can post 1 listing. Upgrade anytime to expand your reach."
|
||||
id: "3", title: "Can I post multiple listings?", content: "Pro and Premium users can post unlimited listings. Basic users can post 1 listing. Upgrade anytime to expand your reach."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do ratings and reviews work?",
|
||||
content: "After moving in, both roommates can rate and review each other. Ratings help build trust in the community and are visible on profiles."
|
||||
id: "4", title: "How do ratings and reviews work?", content: "After moving in, both roommates can rate and review each other. Ratings help build trust in the community and are visible on profiles."
|
||||
}
|
||||
]}
|
||||
ctaTitle="Ready to Find Your Roommate?"
|
||||
@@ -77,45 +69,33 @@ export default function ContactPage() {
|
||||
description="Browse through our comprehensive help center for more information and resources."
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hotel-booking-app-ui-design-screen_47987-2027.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hotel-booking-app-ui-design-screen_47987-2027.jpg"
|
||||
imageAlt="Help and support interface"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
animationType="opacity"
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I contact customer support?",
|
||||
content: "You can reach our support team 24/7 through in-app chat, email at support@roommate-app.com, or phone at 1-800-ROOMMATE. We typically respond within 1 hour."
|
||||
id: "1", title: "How do I contact customer support?", content: "You can reach our support team 24/7 through in-app chat, email at support@roommate-app.com, or phone at 1-800-ROOMMATE. We typically respond within 1 hour."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I report a user?",
|
||||
content: "If you encounter suspicious behavior or violations of our community guidelines, use the report button on their profile. Our safety team will investigate within 24 hours."
|
||||
id: "2", title: "How do I report a user?", content: "If you encounter suspicious behavior or violations of our community guidelines, use the report button on their profile. Our safety team will investigate within 24 hours."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I delete my account?",
|
||||
content: "Yes. Go to Settings > Account > Delete Account. Your data will be permanently removed within 30 days. Active listings and messages will be archived."
|
||||
id: "3", title: "Can I delete my account?", content: "Yes. Go to Settings > Account > Delete Account. Your data will be permanently removed within 30 days. Active listings and messages will be archived."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "How do I change my profile information?",
|
||||
content: "Edit your profile anytime in Settings > Profile. Update your photos, preferences, location, and contact information. Changes are saved immediately."
|
||||
id: "4", title: "How do I change my profile information?", content: "Edit your profile anytime in Settings > Profile. Update your photos, preferences, location, and contact information. Changes are saved immediately."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "What if I can't find roommates in my area?",
|
||||
content: "Expand your search radius or set up alerts for new listings in your area. You can also increase your visibility by upgrading to Pro or Premium plans."
|
||||
id: "5", title: "What if I can't find roommates in my area?", content: "Expand your search radius or set up alerts for new listings in your area. You can also increase your visibility by upgrading to Pro or Premium plans."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a waiting list for popular areas?",
|
||||
content: "No waiting list, but we recommend upgrading to Pro for priority matching and advanced filters. Pro users also see new listings first."
|
||||
id: "6", title: "Is there a waiting list for popular areas?", content: "No waiting list, but we recommend upgrading to Pro for priority matching and advanced filters. Pro users also see new listings first."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -126,8 +106,7 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
@@ -135,8 +114,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
@@ -144,8 +122,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -153,8 +130,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
|
||||
@@ -49,51 +49,21 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic",
|
||||
price: "Free",
|
||||
period: "Forever",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg?_wi=4",
|
||||
imageAlt: "Basic plan features",
|
||||
button: { text: "Get Started", href: "/" },
|
||||
id: "basic", title: "Basic", price: "Free", period: "Forever", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-looking-smartphones-bed_23-2148708989.jpg", imageAlt: "Basic plan features", button: { text: "Get Started", href: "/" },
|
||||
features: [
|
||||
"Post 1 listing or search profile",
|
||||
"Basic messaging",
|
||||
"View up to 10 profiles",
|
||||
"Standard support"
|
||||
"Post 1 listing or search profile", "Basic messaging", "View up to 10 profiles", "Standard support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Pro",
|
||||
price: "$4.99",
|
||||
period: "/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg?_wi=5",
|
||||
imageAlt: "Pro plan features",
|
||||
button: { text: "Upgrade Now", href: "#contact" },
|
||||
id: "pro", title: "Pro", price: "$4.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-vector/dating-app-chat-interface-template-set_23-2148530299.jpg", imageAlt: "Pro plan features", button: { text: "Upgrade Now", href: "#contact" },
|
||||
features: [
|
||||
"Unlimited listings & searches",
|
||||
"Priority messaging",
|
||||
"View unlimited profiles",
|
||||
"Advanced filters by budget/lifestyle",
|
||||
"24/7 support"
|
||||
"Unlimited listings & searches", "Priority messaging", "View unlimited profiles", "Advanced filters by budget/lifestyle", "24/7 support"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Premium",
|
||||
price: "$9.99",
|
||||
period: "/month",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg?_wi=5",
|
||||
imageAlt: "Premium plan features",
|
||||
button: { text: "Go Premium", href: "#contact" },
|
||||
id: "premium", title: "Premium", price: "$9.99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/focused-specialist-optimizes-data-center_482257-109105.jpg", imageAlt: "Premium plan features", button: { text: "Go Premium", href: "#contact" },
|
||||
features: [
|
||||
"All Pro features",
|
||||
"Background check included",
|
||||
"Verified badge display",
|
||||
"Featured profile placement",
|
||||
"Virtual tour hosting",
|
||||
"Priority payment processing"
|
||||
"All Pro features", "Background check included", "Verified badge display", "Featured profile placement", "Virtual tour hosting", "Priority payment processing"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -107,35 +77,27 @@ export default function PricingPage() {
|
||||
description="Find answers to common questions about our plans, billing, and features."
|
||||
tag="Help"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/secure-payment-landing-page-template_23-2148535734.jpg"
|
||||
imageAlt="Payment and pricing information"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
animationType="opacity"
|
||||
animationType="smooth"
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I cancel my subscription anytime?",
|
||||
content: "Yes! You can cancel Pro or Premium subscriptions anytime. Your access continues until the end of your billing period. No penalties or hidden charges."
|
||||
id: "1", title: "Can I cancel my subscription anytime?", content: "Yes! You can cancel Pro or Premium subscriptions anytime. Your access continues until the end of your billing period. No penalties or hidden charges."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer refunds?",
|
||||
content: "We offer a 7-day money-back guarantee on Pro and Premium subscriptions. If you're not satisfied, contact our support team for a full refund."
|
||||
id: "2", title: "Do you offer refunds?", content: "We offer a 7-day money-back guarantee on Pro and Premium subscriptions. If you're not satisfied, contact our support team for a full refund."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I upgrade or downgrade my plan?",
|
||||
content: "Absolutely! Switch plans anytime. If you upgrade, you'll pay the difference for the remainder of your billing period. Downgrades take effect at your next billing date."
|
||||
id: "3", title: "Can I upgrade or downgrade my plan?", content: "Absolutely! Switch plans anytime. If you upgrade, you'll pay the difference for the remainder of your billing period. Downgrades take effect at your next billing date."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit/debit cards (Visa, Mastercard, American Express), PayPal, and Apple Pay. All payments are secure and encrypted."
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit/debit cards (Visa, Mastercard, American Express), PayPal, and Apple Pay. All payments are secure and encrypted."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -146,8 +108,7 @@ export default function PricingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
@@ -155,8 +116,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
{ label: "Careers", href: "/" },
|
||||
@@ -164,8 +124,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -173,8 +132,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
|
||||
@@ -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