From d02a23a2c167ba7d8a9364eed8ed8381c8dcfc98 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:35:58 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 68473d7..12794cb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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."}, ]} /> @@ -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"}, ]} />