Update src/app/contact/page.tsx
This commit is contained in:
@@ -67,23 +67,14 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How quickly will I be approved?",
|
||||
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: "1", title: "How quickly will I be approved?", 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",
|
||||
title: "What happens after I sign up?",
|
||||
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: "2", title: "What happens after I sign up?", 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",
|
||||
title: "Is there a membership fee?",
|
||||
content:
|
||||
"No! Bayat Al-Islam is completely free to join and participate. All our features and community access are available at no cost.",
|
||||
},
|
||||
id: "3", title: "Is there a membership fee?", content:
|
||||
"No! Bayat Al-Islam is completely free to join and participate. All our features and community access are available at no cost."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,19 +87,13 @@ export default function ContactPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://discord.gg/bayatalislamm",
|
||||
ariaLabel: "Discord Community",
|
||||
},
|
||||
href: "https://discord.gg/bayatalislamm", ariaLabel: "Discord Community"},
|
||||
{
|
||||
icon: Globe,
|
||||
href: "https://bayatalislamm.com",
|
||||
ariaLabel: "Official Website",
|
||||
},
|
||||
href: "https://bayatalislamm.com", ariaLabel: "Official Website"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@bayatalislamm.com",
|
||||
ariaLabel: "Email Contact",
|
||||
},
|
||||
href: "mailto:info@bayatalislamm.com", ariaLabel: "Email Contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user