diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx index ca59bd4..9b6e8ba 100644 --- a/src/app/support/page.tsx +++ b/src/app/support/page.tsx @@ -26,35 +26,21 @@ export default function LandingPage() { @@ -62,20 +48,15 @@ export default function LandingPage() { @@ -86,20 +67,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq-support-1", - title: "Is WinBig licensed and secure?", - content: "Yes, WinBig is fully licensed and regulated by the relevant gaming authorities in Kenya, ensuring a secure and fair environment for all players. We use advanced encryption for your data.", - }, + id: "faq-support-1", title: "Is WinBig licensed and secure?", content: "Yes, WinBig is fully licensed and regulated by the relevant gaming authorities in Kenya, ensuring a secure and fair environment for all players. We use advanced encryption for your data."}, { - id: "faq-support-2", - title: "What payment methods are supported?", - content: "We primarily support M-Pesa for instant deposits and withdrawals. Other local mobile money options and bank transfers may also be available. Check your 'Wallet' for details.", - }, + id: "faq-support-2", title: "What payment methods are supported?", content: "We primarily support M-Pesa for instant deposits and withdrawals. Other local mobile money options and bank transfers may also be available. Check your 'Wallet' for details."}, { - id: "faq-support-3", - title: "Can I play on my mobile device?", - content: "Absolutely! WinBig is fully optimized for mobile devices, offering a seamless gaming experience on both Android and iOS smartphones and tablets, directly through your web browser.", - }, + id: "faq-support-3", title: "Can I play on my mobile device?", content: "Absolutely! WinBig is fully optimized for mobile devices, offering a seamless gaming experience on both Android and iOS smartphones and tablets, directly through your web browser."}, ]} title="General Inquiries" description="Browse frequently asked questions or contact our support team directly for personalized assistance." @@ -111,75 +83,45 @@ export default function LandingPage() {