Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 05:35:58 +00:00
parent 87e3e0eb86
commit d02a23a2c1

View File

@@ -67,23 +67,14 @@ export default function ContactPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "How quickly will I be approved?", content:
title: "How quickly will I be approved?", "Most signups are approved within 24 hours. Once approved, you'll receive a welcome email with instructions to access the Discord server and get started."},
content:
"Most signups are approved within 24 hours. Once approved, you'll receive a welcome email with instructions to access the Discord server and get started.",
},
{ {
id: "2", id: "2", title: "What happens after I sign up?", content:
title: "What happens after I sign up?", "After signing up and being approved, you'll get access to our full community. Start by introducing yourself in the introductions channel, then explore our 50+ channels organized by topic and interest."},
content:
"After signing up and being approved, you'll get access to our full community. Start by introducing yourself in the introductions channel, then explore our 50+ channels organized by topic and interest.",
},
{ {
id: "3", id: "3", title: "Is there a membership fee?", content:
title: "Is there a membership fee?", "No! Bayat Al-Islam is completely free to join and participate. All our features and community access are available at no cost."},
content:
"No! Bayat Al-Islam is completely free to join and participate. All our features and community access are available at no cost.",
},
]} ]}
/> />
</div> </div>
@@ -96,19 +87,13 @@ export default function ContactPage() {
socialLinks={[ socialLinks={[
{ {
icon: MessageCircle, icon: MessageCircle,
href: "https://discord.gg/bayatalislamm", href: "https://discord.gg/bayatalislamm", ariaLabel: "Discord Community"},
ariaLabel: "Discord Community",
},
{ {
icon: Globe, icon: Globe,
href: "https://bayatalislamm.com", href: "https://bayatalislamm.com", ariaLabel: "Official Website"},
ariaLabel: "Official Website",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:info@bayatalislamm.com", href: "mailto:info@bayatalislamm.com", ariaLabel: "Email Contact"},
ariaLabel: "Email Contact",
},
]} ]}
/> />
</div> </div>