From d0f4cd23b7e9c7002a78fd7bb33dc43fe08bf3c3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:04:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f41483..75220de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,10 +195,10 @@ export default function LandingPage() { id: "1", title: "Is Vitaliy only for LGBTQ+ individuals?", content: "While Vitaliy is primarily designed for LGBTQ+ community members, allies and supportive individuals are absolutely welcome. We celebrate everyone who respects our values of inclusion and equality." }, { - id: "2", title: "How do I join the community?", content: "Joining is simple! Visit our signup page, create your profile, and start connecting. You can customize your privacy settings to control what you share and who you interact with." + id: "2", title: "What safety measures are in place?", content: "Your safety and trust are our top priority. We employ a dedicated moderation team that monitors community interactions 24/7 with average response times under 2 hours for reported violations. Our comprehensive safety measures include: Real-time content filtering to prevent harassment and hate speech; Verified member profiles to maintain community integrity; Customizable privacy controls so you decide what's visible; One-click reporting system for any concerning behavior; Zero-tolerance policy with immediate account suspension for violations; Encrypted messaging for private conversations; Regular safety audits and community guidelines updates; Direct support channel for members feeling unsafe. All reports are taken seriously and investigated promptly." }, { - id: "3", title: "What safety measures are in place?", content: "Your safety is our priority. We have comprehensive community guidelines, moderation teams, and privacy controls. All members agree to respect boundaries and treat each other with dignity." + id: "3", title: "How do I join the community?", content: "Joining is simple! Visit our signup page, create your profile, and start connecting. You can customize your privacy settings to control what you share and who you interact with." }, { id: "4", title: "Are there events I can attend?", content: "Yes! We organize virtual and in-person events throughout the year including pride celebrations, networking mixers, workshops, and social gatherings in various locations." @@ -253,4 +253,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}