diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index 2922e44..3fa863c 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -27,35 +27,21 @@ export default function LandingPage() { @@ -66,16 +52,10 @@ export default function LandingPage() { description="Log in to your WinBig account to continue your gaming adventure and claim your daily bonuses." inputs={[ { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "password", - type: "password", - placeholder: "Password", - required: true, + name: "password", type: "password", placeholder: "Password", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/3d-cartoon-rendering-person-playing-casino_23-2151719766.jpg" @@ -89,25 +69,14 @@ export default function LandingPage() { @@ -136,50 +102,31 @@ 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() {