From 6ad542182706e9ddc32e0ff3ad112af1ed5b5593 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 12:19:44 +0000 Subject: [PATCH 1/3] Update src/app/login/page.tsx --- src/app/login/page.tsx | 105 ++++++++++------------------------------- 1 file changed, 26 insertions(+), 79 deletions(-) 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() { Date: Mon, 1 Jun 2026 12:19:44 +0000 Subject: [PATCH 2/3] Update src/app/register/page.tsx --- src/app/register/page.tsx | 133 ++++++++++---------------------------- 1 file changed, 35 insertions(+), 98 deletions(-) diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx index 921e1ca..fdf1de8 100644 --- a/src/app/register/page.tsx +++ b/src/app/register/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSignup from '@/components/sections/hero/HeroSignup'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Headphones, ShieldCheck, Wallet } from "lucide-react"; +import { Headphones, ShieldCheck, Wallet, Gamepad, BadgeDollarSign } from "lucide-react"; export default function LandingPage() { return ( @@ -28,43 +28,28 @@ export default function LandingPage() {
Date: Mon, 1 Jun 2026 12:19:44 +0000 Subject: [PATCH 3/3] Update src/app/support/page.tsx --- src/app/support/page.tsx | 118 ++++++++++----------------------------- 1 file changed, 30 insertions(+), 88 deletions(-) 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() {