Update src/app/support/page.tsx

This commit is contained in:
2026-06-01 12:19:44 +00:00
parent 3192c2faaf
commit 1e2f3b41f2

View File

@@ -26,35 +26,21 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Games",
id: "/games",
},
name: "Games", id: "/games"},
{
name: "Promotions",
id: "/promotions",
},
name: "Promotions", id: "/promotions"},
{
name: "Leaders",
id: "/leaderboard",
},
name: "Leaders", id: "/leaderboard"},
{
name: "Profile",
id: "/profile",
},
name: "Profile", id: "/profile"},
{
name: "Support",
id: "/support",
},
name: "Support", id: "/support"},
]}
brandName="WinBig"
button={{
text: "Register",
href: "/register",
}}
text: "Register", href: "/register"}}
/>
</div>
@@ -62,20 +48,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "glowing-orb",
}}
variant: "sparkles-gradient"}}
tag="Customer Support"
title="Dedicated to Your Success"
description="Our support team is here to help you 24/7 via various channels. We ensure quick and efficient assistance for all your needs."
buttons={[
{
text: "Chat on WhatsApp",
href: "https://wa.me/2547XXXXXXXX",
},
text: "Chat on WhatsApp", href: "https://wa.me/2547XXXXXXXX"},
{
text: "Email Support",
href: "mailto:support@winbig.com",
},
text: "Email Support", href: "mailto:support@winbig.com"},
]}
/>
</div>
@@ -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() {
<FooterBase
columns={[
{
title: "Games",
items: [
title: "Games", items: [
{
label: "All Games",
href: "/games",
},
label: "All Games", href: "/games"},
{
label: "Slots",
href: "/games#slots",
},
label: "Slots", href: "/games#slots"},
{
label: "Dice",
href: "/games#dice",
},
label: "Dice", href: "/games#dice"},
{
label: "Scratch",
href: "/games#scratch",
},
label: "Scratch", href: "/games#scratch"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Promotions",
href: "/promotions",
},
label: "Promotions", href: "/promotions"},
{
label: "Leaderboard",
href: "/leaderboard",
},
label: "Leaderboard", href: "/leaderboard"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQs",
href: "/support#faqs",
},
label: "FAQs", href: "/support#faqs"},
{
label: "Live Chat",
href: "https://wa.me/2547XXXXXXXX",
},
label: "Live Chat", href: "https://wa.me/2547XXXXXXXX"},
{
label: "Email Support",
href: "mailto:support@winbig.com",
},
label: "Email Support", href: "mailto:support@winbig.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms & Conditions",
href: "#",
},
label: "Terms & Conditions", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Responsible Gaming",
href: "/profile#responsible-gaming",
},
label: "Responsible Gaming", href: "/profile#responsible-gaming"},
],
},
]}