Update src/app/register/page.tsx

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

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