Update src/app/page.tsx
This commit is contained in:
383
src/app/page.tsx
383
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Games",
|
||||
id: "#games",
|
||||
},
|
||||
name: "Games", id: "#games"},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "#plans",
|
||||
},
|
||||
name: "Plans", id: "#plans"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204921.jpg"
|
||||
logoAlt="Gumbling Hub Logo"
|
||||
@@ -72,84 +58,44 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
title="Experience the Thrill of Gumbling"
|
||||
description="Dive into a world of exhilarating games and endless possibilities. Gumbling Hub offers a premier online gaming experience, designed for excitement and fairness. Join us and discover your next big win!"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex P.",
|
||||
handle: "@alex_plays",
|
||||
testimonial: "Gumbling Hub transformed my gaming experience! The variety of games and seamless interface make it my go-to platform. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-teen-boy-looking-camera-green-jacket-looking-smart-front-view_176474-107875.jpg",
|
||||
imageAlt: "happy gamer man smiling portrait",
|
||||
},
|
||||
name: "Alex P.", handle: "@alex_plays", testimonial: "Gumbling Hub transformed my gaming experience! The variety of games and seamless interface make it my go-to platform. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-teen-boy-looking-camera-green-jacket-looking-smart-front-view_176474-107875.jpg", imageAlt: "happy gamer man smiling portrait"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_wins",
|
||||
testimonial: "Fast payouts and incredible support! I've tried many platforms, but Gumbling Hub truly stands out. It's a game-changer!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-12943.jpg",
|
||||
imageAlt: "smiling woman avatar profile",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_wins", testimonial: "Fast payouts and incredible support! I've tried many platforms, but Gumbling Hub truly stands out. It's a game-changer!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-12943.jpg", imageAlt: "smiling woman avatar profile"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@david_bets",
|
||||
testimonial: "The community is fantastic, and the games are top-notch. I've found my new favorite gaming hub!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-sporty-guy-by-window-athlete-posing-near-spacious-windows-gym-sports_78826-3421.jpg",
|
||||
imageAlt: "Attractive sporty guy by the window. athlete posing near spacious windows. gym and sports.",
|
||||
},
|
||||
name: "David K.", handle: "@david_bets", testimonial: "The community is fantastic, and the games are top-notch. I've found my new favorite gaming hub!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-sporty-guy-by-window-athlete-posing-near-spacious-windows-gym-sports_78826-3421.jpg", imageAlt: "Attractive sporty guy by the window. athlete posing near spacious windows. gym and sports."},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emily_plays",
|
||||
testimonial: "Absolutely love the intuitive design and quick withdrawals. Gumbling Hub makes online gaming a joy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing_23-2149438501.jpg",
|
||||
imageAlt: "Medium shot young man posing",
|
||||
},
|
||||
name: "Emily R.", handle: "@emily_plays", testimonial: "Absolutely love the intuitive design and quick withdrawals. Gumbling Hub makes online gaming a joy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing_23-2149438501.jpg", imageAlt: "Medium shot young man posing"},
|
||||
{
|
||||
name: "Chris W.",
|
||||
handle: "@chris_gamez",
|
||||
testimonial: "Fair play and solid security measures give me peace of mind. A truly trustworthy platform.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-man-green-shirt_23-2148205497.jpg",
|
||||
imageAlt: "Confused young man in green shirt",
|
||||
},
|
||||
name: "Chris W.", handle: "@chris_gamez", testimonial: "Fair play and solid security measures give me peace of mind. A truly trustworthy platform.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-young-man-green-shirt_23-2148205497.jpg", imageAlt: "Confused young man in green shirt"},
|
||||
]}
|
||||
tag="Your Ultimate Gaming Destination"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#games",
|
||||
},
|
||||
text: "Join Now", href: "#games"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg",
|
||||
alt: "gamer avatar professional studio",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pro-gamer-broadcasting-gameplay-front-internet-audience_482257-77071.jpg", alt: "gamer avatar professional studio"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136786.jpg",
|
||||
alt: "abstract avatar digital art",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cartoon-man-wearing-glasses_23-2151136786.jpg", alt: "abstract avatar digital art"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
|
||||
alt: "user avatar cheerful expression",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", alt: "user avatar cheerful expression"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-digital-art_23-2151197893.jpg",
|
||||
alt: "creative avatar unique style",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-digital-art_23-2151197893.jpg", alt: "creative avatar unique style"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-shot-male-teenager-listens-music-modern-headphones_176532-7254.jpg",
|
||||
alt: "Studio shot of male teenager listens music in modern headphones",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-shot-male-teenager-listens-music-modern-headphones_176532-7254.jpg", alt: "Studio shot of male teenager listens music in modern headphones"},
|
||||
]}
|
||||
avatarText="Join 100K+ Players!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/post-blog-social-media-poker-view-from-with-copy-space-banner-template-layout-mockup-online-casino-wooden-white-table-top-view-workplace-banner-online-casinos-gambling_639032-1901.jpg"
|
||||
@@ -157,29 +103,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Gaming",
|
||||
icon: Shield,
|
||||
type: "text-icon", text: "Secure Gaming", icon: Shield,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Daily Wins",
|
||||
icon: Trophy,
|
||||
type: "text-icon", text: "Daily Wins", icon: Trophy,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Support",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "24/7 Support", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exclusive Bonuses",
|
||||
icon: Gift,
|
||||
type: "text-icon", text: "Exclusive Bonuses", icon: Gift,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Community",
|
||||
icon: Users,
|
||||
type: "text-icon", text: "Global Community", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -207,35 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Secure & Fair Play",
|
||||
description: "Our platform uses advanced encryption and fair play algorithms to ensure a transparent and secure gaming experience for all.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-facial-recognition-smartphone_23-2152004082.jpg",
|
||||
imageAlt: "secure online lock shield",
|
||||
},
|
||||
title: "Secure & Fair Play", description: "Our platform uses advanced encryption and fair play algorithms to ensure a transparent and secure gaming experience for all.", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-facial-recognition-smartphone_23-2152004082.jpg", imageAlt: "secure online lock shield"},
|
||||
{
|
||||
title: "Diverse Game Selection",
|
||||
description: "From classic table games to exciting new slots, explore an extensive library designed to cater to every taste and skill level.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282480.jpg",
|
||||
imageAlt: "diverse game selection variety",
|
||||
},
|
||||
title: "Diverse Game Selection", description: "From classic table games to exciting new slots, explore an extensive library designed to cater to every taste and skill level.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282480.jpg", imageAlt: "diverse game selection variety"},
|
||||
{
|
||||
title: "Rapid Payouts",
|
||||
description: "Enjoy swift and hassle-free withdrawals, ensuring you get access to your winnings quickly and securely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg",
|
||||
imageAlt: "fast payout money transfer",
|
||||
},
|
||||
title: "Rapid Payouts", description: "Enjoy swift and hassle-free withdrawals, ensuring you get access to your winnings quickly and securely.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg", imageAlt: "fast payout money transfer"},
|
||||
{
|
||||
title: "24/7 Customer Support",
|
||||
description: "Our dedicated support team is always available to assist you, ensuring a smooth and enjoyable experience around the clock.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940749.jpg",
|
||||
imageAlt: "customer support chat online",
|
||||
},
|
||||
title: "24/7 Customer Support", description: "Our dedicated support team is always available to assist you, ensuring a smooth and enjoyable experience around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-online-meeting-work_23-2148940749.jpg", imageAlt: "customer support chat online"},
|
||||
{
|
||||
title: "Mobile-Friendly Platform",
|
||||
description: "Access your favorite games anytime, anywhere with our fully optimized mobile platform, compatible with all devices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg",
|
||||
imageAlt: "mobile gaming phone tablet",
|
||||
},
|
||||
title: "Mobile-Friendly Platform", description: "Access your favorite games anytime, anywhere with our fully optimized mobile platform, compatible with all devices.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147916742.jpg", imageAlt: "mobile gaming phone tablet"},
|
||||
]}
|
||||
title="Unleash Your Potential with Our Features"
|
||||
description="Discover what makes Gumbling Hub the preferred choice for serious players."
|
||||
@@ -250,47 +166,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "poker",
|
||||
name: "Texas Hold'em Poker",
|
||||
price: "High Stakes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-aces-card-white-blue-red-casino-chips_23-2147880988.jpg",
|
||||
imageAlt: "poker game cards chips",
|
||||
},
|
||||
id: "poker", name: "Texas Hold'em Poker", price: "High Stakes", imageSrc: "http://img.b2bpic.net/free-photo/three-aces-card-white-blue-red-casino-chips_23-2147880988.jpg", imageAlt: "poker game cards chips"},
|
||||
{
|
||||
id: "roulette",
|
||||
name: "European Roulette",
|
||||
price: "Spin & Win",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-casino-items_1048-5622.jpg",
|
||||
imageAlt: "roulette wheel casino chips",
|
||||
},
|
||||
id: "roulette", name: "European Roulette", price: "Spin & Win", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-casino-items_1048-5622.jpg", imageAlt: "roulette wheel casino chips"},
|
||||
{
|
||||
id: "slots",
|
||||
name: "Mega Jackpot Slots",
|
||||
price: "Endless Fun",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-123823.jpg",
|
||||
imageAlt: "slot machine fruit symbols",
|
||||
},
|
||||
id: "slots", name: "Mega Jackpot Slots", price: "Endless Fun", imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-123823.jpg", imageAlt: "slot machine fruit symbols"},
|
||||
{
|
||||
id: "blackjack",
|
||||
name: "Classic Blackjack",
|
||||
price: "Beat the Dealer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-modern-woman-yellow-shirt-black-trousers-jean-coat-with-colored-earphones-holding-white-card-posing_140725-15607.jpg",
|
||||
imageAlt: "blackjack card dealer table",
|
||||
},
|
||||
id: "blackjack", name: "Classic Blackjack", price: "Beat the Dealer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-modern-woman-yellow-shirt-black-trousers-jean-coat-with-colored-earphones-holding-white-card-posing_140725-15607.jpg", imageAlt: "blackjack card dealer table"},
|
||||
{
|
||||
id: "baccarat",
|
||||
name: "Baccarat Pro",
|
||||
price: "Elegant Play",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stack-casino-chips-front-royal-flush-playing-card-poker-table_23-2147881104.jpg",
|
||||
imageAlt: "baccarat cards casino table",
|
||||
},
|
||||
id: "baccarat", name: "Baccarat Pro", price: "Elegant Play", imageSrc: "http://img.b2bpic.net/free-photo/stack-casino-chips-front-royal-flush-playing-card-poker-table_23-2147881104.jpg", imageAlt: "baccarat cards casino table"},
|
||||
{
|
||||
id: "craps",
|
||||
name: "Craps Dice Game",
|
||||
price: "Roll the Dice",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lucky-dice-game-background_23-2150971815.jpg",
|
||||
imageAlt: "craps dice table casino",
|
||||
},
|
||||
id: "craps", name: "Craps Dice Game", price: "Roll the Dice", imageSrc: "http://img.b2bpic.net/free-photo/lucky-dice-game-background_23-2150971815.jpg", imageAlt: "craps dice table casino"},
|
||||
]}
|
||||
title="Explore Our Exhilarating Games"
|
||||
description="A diverse selection of premium games awaits you. Find your favorite or discover a new challenge."
|
||||
@@ -301,60 +187,34 @@ export default function LandingPage() {
|
||||
<PricingCardTwo
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Start Now",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Free",
|
||||
subtitle: "Dive into the basics, no commitment.",
|
||||
buttons: [
|
||||
id: "free", badge: "Start Now", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Dive into the basics, no commitment.", buttons: [
|
||||
{
|
||||
text: "Start Free Play",
|
||||
},
|
||||
text: "Start Free Play"},
|
||||
],
|
||||
features: [
|
||||
"Access to demo games",
|
||||
"Limited daily bonuses",
|
||||
"Standard customer support",
|
||||
],
|
||||
"Access to demo games", "Limited daily bonuses", "Standard customer support"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$19.99/month",
|
||||
subtitle: "Unlock full potential with premium benefits.",
|
||||
buttons: [
|
||||
id: "premium", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$19.99/month", subtitle: "Unlock full potential with premium benefits.", buttons: [
|
||||
{
|
||||
text: "Go Premium",
|
||||
},
|
||||
text: "Go Premium"},
|
||||
],
|
||||
features: [
|
||||
"Full game access",
|
||||
"Enhanced daily bonuses",
|
||||
"Priority customer support",
|
||||
"Exclusive tournaments",
|
||||
],
|
||||
"Full game access", "Enhanced daily bonuses", "Priority customer support", "Exclusive tournaments"],
|
||||
},
|
||||
{
|
||||
id: "vip",
|
||||
badge: "Elite Tier",
|
||||
badgeIcon: Award,
|
||||
price: "$49.99/month",
|
||||
subtitle: "The ultimate Gumbling experience.",
|
||||
buttons: [
|
||||
id: "vip", badge: "Elite Tier", badgeIcon: Award,
|
||||
price: "$49.99/month", subtitle: "The ultimate Gumbling experience.", buttons: [
|
||||
{
|
||||
text: "Become VIP",
|
||||
},
|
||||
text: "Become VIP"},
|
||||
],
|
||||
features: [
|
||||
"All Premium features",
|
||||
"Personal account manager",
|
||||
"VIP exclusive events",
|
||||
"Highest payout limits",
|
||||
"Custom game themes",
|
||||
],
|
||||
"All Premium features", "Personal account manager", "VIP exclusive events", "Highest payout limits", "Custom game themes"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path to Victory"
|
||||
@@ -369,29 +229,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "winnings",
|
||||
value: "$10M+",
|
||||
title: "Total Winnings Paid",
|
||||
description: "Our players have collectively won over ten million dollars.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-man-wearing-glasses-with-tinsel-garland-around-neck-holding-money-looking-camera-showing-thumb-up-isolated-green-background_141793-44387.jpg",
|
||||
imageAlt: "money flying cash banknotes",
|
||||
},
|
||||
id: "winnings", value: "$10M+", title: "Total Winnings Paid", description: "Our players have collectively won over ten million dollars.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-blonde-man-wearing-glasses-with-tinsel-garland-around-neck-holding-money-looking-camera-showing-thumb-up-isolated-green-background_141793-44387.jpg", imageAlt: "money flying cash banknotes"},
|
||||
{
|
||||
id: "players",
|
||||
value: "150K+",
|
||||
title: "Active Players",
|
||||
description: "A growing community of enthusiastic gamers and bettors worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-deals-with-friends_23-2152027074.jpg",
|
||||
imageAlt: "global community diverse users",
|
||||
},
|
||||
id: "players", value: "150K+", title: "Active Players", description: "A growing community of enthusiastic gamers and bettors worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-deals-with-friends_23-2152027074.jpg", imageAlt: "global community diverse users"},
|
||||
{
|
||||
id: "tournaments",
|
||||
value: "500+",
|
||||
title: "Weekly Tournaments",
|
||||
description: "Engage in thrilling competitions with incredible prize pools every week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16434.jpg",
|
||||
imageAlt: "trophy winner golden prize",
|
||||
},
|
||||
id: "tournaments", value: "500+", title: "Weekly Tournaments", description: "Engage in thrilling competitions with incredible prize pools every week.", imageSrc: "http://img.b2bpic.net/free-photo/great-excellence-reward-perforated-paper-star_53876-16434.jpg", imageAlt: "trophy winner golden prize"},
|
||||
]}
|
||||
title="Our Gumbling Hub in Numbers"
|
||||
description="Experience the success and scale of our vibrant community."
|
||||
@@ -405,50 +247,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Laura S.",
|
||||
handle: "@laura_gaming",
|
||||
testimonial: "The user interface is incredibly intuitive, and the games run flawlessly. Gumbling Hub truly offers a premium experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-carefree-young-guy-laughing-loud-chuckling-hilarious-joke-bending-bac_1258-110344.jpg",
|
||||
imageAlt: "happy man gamer profile",
|
||||
},
|
||||
id: "1", name: "Laura S.", handle: "@laura_gaming", testimonial: "The user interface is incredibly intuitive, and the games run flawlessly. Gumbling Hub truly offers a premium experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-carefree-young-guy-laughing-loud-chuckling-hilarious-joke-bending-bac_1258-110344.jpg", imageAlt: "happy man gamer profile"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd_pro",
|
||||
testimonial: "I appreciate the robust security measures and the consistent fairness in every game. It's a platform you can trust.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg",
|
||||
imageAlt: "smiling woman business casual",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@markd_pro", testimonial: "I appreciate the robust security measures and the consistent fairness in every game. It's a platform you can trust.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg", imageAlt: "smiling woman business casual"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chloe B.",
|
||||
handle: "@chloe_bets",
|
||||
testimonial: "Winning big has never been easier! The payout process is smooth, and customer service is always there to help.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-wearing-green-t-shirt-points-isolated-olive-green-wall_141793-86816.jpg",
|
||||
imageAlt: "elderly man content smiling",
|
||||
},
|
||||
id: "3", name: "Chloe B.", handle: "@chloe_bets", testimonial: "Winning big has never been easier! The payout process is smooth, and customer service is always there to help.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-man-wearing-green-t-shirt-points-isolated-olive-green-wall_141793-86816.jpg", imageAlt: "elderly man content smiling"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ethan L.",
|
||||
handle: "@ethan_player",
|
||||
testimonial: "The selection of games is fantastic, and I love discovering new challenges. Gumbling Hub keeps the excitement alive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-dark-skinned-female-model-clenches-fists-with-triumph-has-overjoyed-facial-expression-expresses-happiness-after-received-victory-wears-purple-clothes-gestures-actively-indoor_273609-26658.jpg",
|
||||
imageAlt: "young woman excited gaming",
|
||||
},
|
||||
id: "4", name: "Ethan L.", handle: "@ethan_player", testimonial: "The selection of games is fantastic, and I love discovering new challenges. Gumbling Hub keeps the excitement alive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-dark-skinned-female-model-clenches-fists-with-triumph-has-overjoyed-facial-expression-expresses-happiness-after-received-victory-wears-purple-clothes-gestures-actively-indoor_273609-26658.jpg", imageAlt: "young woman excited gaming"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia R.",
|
||||
handle: "@olivia_risk",
|
||||
testimonial: "From poker to slots, every game is a blast. The community feels welcoming, and the overall vibe is just perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-5207.jpg",
|
||||
imageAlt: "man in glasses thoughtful look",
|
||||
},
|
||||
id: "5", name: "Olivia R.", handle: "@olivia_risk", testimonial: "From poker to slots, every game is a blast. The community feels welcoming, and the overall vibe is just perfect.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-5207.jpg", imageAlt: "man in glasses thoughtful look"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Players Say"
|
||||
@@ -461,14 +273,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Casino Royale",
|
||||
"Jackpot Junction",
|
||||
"Poker Paradise",
|
||||
"Betting Kings",
|
||||
"Roulette Realm",
|
||||
"Dice Dynasty",
|
||||
"Fortune Frenzy",
|
||||
]}
|
||||
"Casino Royale", "Jackpot Junction", "Poker Paradise", "Betting Kings", "Roulette Realm", "Dice Dynasty", "Fortune Frenzy"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our partnerships ensure a world-class gaming experience."
|
||||
showCard={true}
|
||||
@@ -479,18 +284,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
text="Ready to Roll the Dice?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@gumblinghub.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@gumblinghub.com"},
|
||||
{
|
||||
text: "Join Our Community",
|
||||
href: "#home",
|
||||
},
|
||||
text: "Join Our Community", href: "#home"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -504,50 +304,31 @@ export default function LandingPage() {
|
||||
logoText="Gumbling Hub"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Games",
|
||||
items: [
|
||||
title: "Games", items: [
|
||||
{
|
||||
label: "Poker",
|
||||
href: "#games",
|
||||
},
|
||||
label: "Poker", href: "#games"},
|
||||
{
|
||||
label: "Roulette",
|
||||
href: "#games",
|
||||
},
|
||||
label: "Roulette", href: "#games"},
|
||||
{
|
||||
label: "Slots",
|
||||
href: "#games",
|
||||
},
|
||||
label: "Slots", href: "#games"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user