Update src/app/contact/page.tsx

This commit is contained in:
2026-03-06 09:14:42 +00:00
parent 0c511007fa
commit a6bad1c489

View File

@@ -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" },