Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-06-01 12:19:47 +00:00
3 changed files with 91 additions and 265 deletions

View File

@@ -27,35 +27,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>
@@ -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() {
<FeatureCardSeven
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
title: "Personalized Dashboard",
description: "View your game history, balance, and latest achievements all in one place.",
imageSrc: "http://img.b2bpic.net/free-vector/creative-gradient-laptop-logo-template_23-2149007187.jpg",
imageAlt: "dashboard icon",
},
title: "Personalized Dashboard", description: "View your game history, balance, and latest achievements all in one place.", imageSrc: "http://img.b2bpic.net/free-vector/creative-gradient-laptop-logo-template_23-2149007187.jpg", imageAlt: "dashboard icon"},
{
title: "Quick Withdrawals",
description: "Process your winnings instantly with M-Pesa and other secure options.",
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-piggy-bank_1149-1827.jpg",
imageAlt: "man looking piggy bank",
},
title: "Quick Withdrawals", description: "Process your winnings instantly with M-Pesa and other secure options.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-piggy-bank_1149-1827.jpg", imageAlt: "man looking piggy bank"},
{
title: "Exclusive Bonuses",
description: "Unlock special promotions and daily login rewards tailored for you.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-rejoicing-with-ticket-red-background_140725-68302.jpg",
imageAlt: "man with ticket",
},
title: "Exclusive Bonuses", description: "Unlock special promotions and daily login rewards tailored for you.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-rejoicing-with-ticket-red-background_140725-68302.jpg", imageAlt: "man with ticket"},
]}
title="Your Account, Your Kingdom"
description="Access personalized dashboards, track your winnings, and jump straight into your favorite games."
@@ -118,16 +87,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="New to WinBig?"
title="Don't Have an Account Yet?"
description="It only takes a minute to register and start experiencing Kenya's best gaming platform."
buttons={[
{
text: "Sign Up Now",
href: "/register",
},
text: "Sign Up Now", href: "/register"},
]}
/>
</div>
@@ -136,50 +102,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Games",
items: [
title: "Games", items: [
{
label: "Slots",
href: "#",
},
label: "Slots", href: "#"},
{
label: "Dice",
href: "#",
},
label: "Dice", href: "#"},
{
label: "Crash",
href: "#",
},
label: "Crash", href: "#"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#",
},
label: "Our Story", href: "#"},
{
label: "Responsible Gaming",
href: "#",
},
label: "Responsible Gaming", href: "#"},
{
label: "Contact Support",
href: "#",
},
label: "Contact Support", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms & Conditions",
href: "#",
},
label: "Terms & Conditions", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}

View File

@@ -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() {
<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>
<div id="hero-register" data-section="hero-register">
<HeroSignup
background={{
variant: "plain",
}}
variant: "plain"}}
title="Join the WinBig Family"
description="Sign up today and unlock a world of thrilling games, instant payouts, and endless entertainment. Your next big win awaits!"
tag="Start Winning Now!"
@@ -77,32 +62,23 @@ export default function LandingPage() {
<FeatureHoverPattern
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
icon: ShieldCheck,
title: "Secure & Licensed",
description: "Play with peace of mind. We're fully licensed and regulated in Kenya.",
},
title: "Secure & Licensed", description: "Play with peace of mind. We're fully licensed and regulated in Kenya."},
{
icon: Wallet,
title: "Instant Payouts",
description: "Cash out your winnings quickly and securely via M-Pesa and other methods.",
},
title: "Instant Payouts", description: "Cash out your winnings quickly and securely via M-Pesa and other methods."},
{
icon: Gamepad2,
title: "Diverse Games",
description: "Explore a vast selection of slots, dice, crash, and more exciting games.",
},
icon: Gamepad,
title: "Diverse Games", description: "Explore a vast selection of slots, dice, crash, and more exciting games."},
{
icon: BadgeDollarSign,
title: "Lucrative Jackpots",
description: "Aim for massive jackpots and daily bonus opportunities.",
},
title: "Lucrative Jackpots", description: "Aim for massive jackpots and daily bonus opportunities."},
{
icon: Headphones,
title: "24/7 Support",
description: "Our dedicated support team is always ready to assist you.",
},
title: "24/7 Support", description: "Our dedicated support team is always ready to assist you."},
]}
title="Why WinBig is Your Best Bet"
description="Experience a gaming platform built for thrill-seekers and big winners. Here's what sets us apart:"
@@ -117,37 +93,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah K.",
handle: "@GamerGalKE",
testimonial: "WinBig is simply the best! I love the variety of games and the payouts are super fast. Always a great time!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg?_wi=2",
},
id: "1", name: "Sarah K.", handle: "@GamerGalKE", testimonial: "WinBig is simply the best! I love the variety of games and the payouts are super fast. Always a great time!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-man-smiling-front-camera_482257-88606.jpg"},
{
id: "2",
name: "John M.",
handle: "@KenyaSlots",
testimonial: "Finally, a reliable gaming platform in Kenya. The crash game is my favorite, and customer service is top-notch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-headphones-phone-armband-with-dental-braces-looking-pointing-isolated-crimson-wall_141793-79715.jpg?_wi=2",
},
id: "2", name: "John M.", handle: "@KenyaSlots", testimonial: "Finally, a reliable gaming platform in Kenya. The crash game is my favorite, and customer service is top-notch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/impressed-young-handsome-sporty-boy-wearing-headband-wristbands-headphones-phone-armband-with-dental-braces-looking-pointing-isolated-crimson-wall_141793-79715.jpg"},
{
id: "3",
name: "Amina R.",
handle: "@LuckyAmina",
testimonial: "Won a jackpot last week! Still can't believe it. WinBig made it easy and secure to withdraw. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg?_wi=2",
},
id: "3", name: "Amina R.", handle: "@LuckyAmina", testimonial: "Won a jackpot last week! Still can't believe it. WinBig made it easy and secure to withdraw. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/serious-father-posing-with-arms-crossed_23-2148414861.jpg"},
{
id: "4",
name: "David L.",
handle: "@DiceMaster",
testimonial: "The dice games here are so engaging. Smooth experience on mobile and desktop. WinBig delivers!",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg?_wi=2",
},
id: "4", name: "David L.", handle: "@DiceMaster", testimonial: "The dice games here are so engaging. Smooth experience on mobile and desktop. WinBig delivers!", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/photographer-hold-digital-camera-looking-white-display_158595-5718.jpg"},
]}
showRating={true}
title="Hear From Our Happy Winners"
@@ -159,50 +115,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Games",
items: [
title: "Games", items: [
{
label: "Slots",
href: "#",
},
label: "Slots", href: "#"},
{
label: "Dice",
href: "#",
},
label: "Dice", href: "#"},
{
label: "Crash",
href: "#",
},
label: "Crash", href: "#"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our Story",
href: "#",
},
label: "Our Story", href: "#"},
{
label: "Responsible Gaming",
href: "#",
},
label: "Responsible Gaming", href: "#"},
{
label: "Contact Support",
href: "#",
},
label: "Contact Support", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Terms & Conditions",
href: "#",
},
label: "Terms & Conditions", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}

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"},
],
},
]}