Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ccbcfd6fb6 | |||
| 585d449a93 | |||
| cfcfe2af45 | |||
| 66bb302800 |
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Join the Future", href: "#games" },
|
{ text: "Play Free Now", href: "#games" },
|
||||||
{ text: "Explore Games", href: "#store" },
|
{ text: "Explore Games", href: "#store" },
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/futuristic-holographic-gaming-chips-floa-1773282408345-c9b8a5bb.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/futuristic-holographic-gaming-chips-floa-1773282408345-c9b8a5bb.png"
|
||||||
@@ -118,7 +118,8 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", price: "$4.99", name: "Starter Pack", features: [
|
id: "starter", price: "$4.99", name: "Starter Pack", features: [
|
||||||
"5,000 gaming coins", "Exclusive starter bonus", "24-hour support"],
|
"5,000 gaming coins", "Exclusive starter bonus", "24-hour support"
|
||||||
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Get Started", href: "#" },
|
{ text: "Get Started", href: "#" },
|
||||||
{ text: "Learn More", href: "#" },
|
{ text: "Learn More", href: "#" },
|
||||||
@@ -127,7 +128,8 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
|
||||||
price: "$19.99", name: "Pro Package", features: [
|
price: "$19.99", name: "Pro Package", features: [
|
||||||
"25,000 gaming coins", "2x bonus on first purchase", "Priority support", "Exclusive game access"],
|
"25,000 gaming coins", "2x bonus on first purchase", "Priority support", "Exclusive game access"
|
||||||
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Unlock Pro", href: "#" },
|
{ text: "Unlock Pro", href: "#" },
|
||||||
{ text: "Chat Support", href: "#" },
|
{ text: "Chat Support", href: "#" },
|
||||||
@@ -135,7 +137,8 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "whale", price: "$99.99", name: "Whale Tier", features: [
|
id: "whale", price: "$99.99", name: "Whale Tier", features: [
|
||||||
"150,000 gaming coins", "5x bonus multiplier", "24/7 VIP concierge", "Private gaming rooms", "Monthly rewards package"],
|
"150,000 gaming coins", "5x bonus multiplier", "24/7 VIP concierge", "Private gaming rooms", "Monthly rewards package"
|
||||||
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Join Elite", href: "#" },
|
{ text: "Join Elite", href: "#" },
|
||||||
{ text: "VIP Hotline", href: "#" },
|
{ text: "VIP Hotline", href: "#" },
|
||||||
@@ -157,17 +160,23 @@ export default function LandingPage() {
|
|||||||
tagIcon={Trophy}
|
tagIcon={Trophy}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Phoenix_Legend", subtitle: "Las Vegas · VIP Tier 5 · 2,847 Hours", category: "Slots Master", value: "$847,532"},
|
id: "1", title: "Phoenix_Legend", subtitle: "Las Vegas · VIP Tier 5 · 2,847 Hours", category: "Slots Master", value: "$847,532"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "NeonSamurai", subtitle: "Tokyo · VIP Tier 4 · 1,623 Hours", category: "Poker King", value: "$634,201"},
|
id: "2", title: "NeonSamurai", subtitle: "Tokyo · VIP Tier 4 · 1,623 Hours", category: "Poker King", value: "$634,201"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "CyberAce", subtitle: "Berlin · VIP Tier 3 · 1,421 Hours", category: "All-Around Pro", value: "$512,847"},
|
id: "3", title: "CyberAce", subtitle: "Berlin · VIP Tier 3 · 1,421 Hours", category: "All-Around Pro", value: "$512,847"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "VegasQueen", subtitle: "Miami · VIP Tier 3 · 1,156 Hours", category: "Roulette Expert", value: "$478,920"},
|
id: "4", title: "VegasQueen", subtitle: "Miami · VIP Tier 3 · 1,156 Hours", category: "Roulette Expert", value: "$478,920"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "GoldenChip", subtitle: "Dubai · VIP Tier 2 · 956 Hours", category: "Rising Star", value: "$345,670"},
|
id: "5", title: "GoldenChip", subtitle: "Dubai · VIP Tier 2 · 956 Hours", category: "Rising Star", value: "$345,670"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", title: "NovaPlayer", subtitle: "Singapore · VIP Tier 2 · 823 Hours", category: "Balanced Player", value: "$289,540"},
|
id: "6", title: "NovaPlayer", subtitle: "Singapore · VIP Tier 2 · 823 Hours", category: "Balanced Player", value: "$289,540"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -183,9 +192,11 @@ export default function LandingPage() {
|
|||||||
tag="Global Community"
|
tag="Global Community"
|
||||||
tagIcon={Globe}
|
tagIcon={Globe}
|
||||||
logos={[
|
logos={[
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/modern-gaming-streamer-logo-with-neon-gl-1773282409558-6c98ad5f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/gaming-network-logo-with-connected-nodes-1773282409139-eaf524fe.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/professional-esports-organization-logo-w-1773282409698-ba8b43e6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/premium-casino-alliance-partnership-logo-1773282408237-67007138.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/gaming-studio-logo-with-creative-game-de-1773282409249-85e9459f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/streaming-platform-logo-for-gaming-broad-1773282408623-333512ca.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/technology-partner-logo-for-gaming-platf-1773282409074-1b8f63e9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/media-group-logo-for-gaming-content-dist-1773282408787-933404b8.png"]}
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/modern-gaming-streamer-logo-with-neon-gl-1773282409558-6c98ad5f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/gaming-network-logo-with-connected-nodes-1773282409139-eaf524fe.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/professional-esports-organization-logo-w-1773282409698-ba8b43e6.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/premium-casino-alliance-partnership-logo-1773282408237-67007138.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/gaming-studio-logo-with-creative-game-de-1773282409249-85e9459f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/streaming-platform-logo-for-gaming-broad-1773282408623-333512ca.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/technology-partner-logo-for-gaming-platf-1773282409074-1b8f63e9.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/media-group-logo-for-gaming-content-dist-1773282408787-933404b8.png"
|
||||||
|
]}
|
||||||
names={[
|
names={[
|
||||||
"StreamerPro", "GamingNetwork", "EsportsOrg", "CasinoAlliance", "StudioXYZ", "StreamPlatform", "TechPartner", "MediaGroup"]}
|
"StreamerPro", "GamingNetwork", "EsportsOrg", "CasinoAlliance", "StudioXYZ", "StreamPlatform", "TechPartner", "MediaGroup"
|
||||||
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
speed={35}
|
speed={35}
|
||||||
@@ -201,17 +212,23 @@ export default function LandingPage() {
|
|||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Alexandra Torres", role: "Professional Poker Player", testimonial: "Cyber-Vegas transformed how I play. The 3D graphics and real-time multiplayer are unmatched. I've increased my winnings by 340% in just 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/professional-portrait-of-an-empowered-fe-1773282409487-3932ea27.png"},
|
id: "1", name: "Alexandra Torres", role: "Professional Poker Player", testimonial: "Cyber-Vegas transformed how I play. The 3D graphics and real-time multiplayer are unmatched. I've increased my winnings by 340% in just 6 months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/professional-portrait-of-an-empowered-fe-1773282409487-3932ea27.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Marcus Chen", role: "Streaming Content Creator", testimonial: "My audience absolutely loves streaming from Cyber-Vegas. The neon aesthetics and smooth animations make for incredible content. Best platform I've used.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-male-content-creator-strea-1773282409523-268fde3b.png"},
|
id: "2", name: "Marcus Chen", role: "Streaming Content Creator", testimonial: "My audience absolutely loves streaming from Cyber-Vegas. The neon aesthetics and smooth animations make for incredible content. Best platform I've used.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-male-content-creator-strea-1773282409523-268fde3b.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Elena Kowalski", role: "VIP Member, 2 Years", testimonial: "The VIP concierge service is incredible. Personal support 24/7, exclusive game access, and monthly rewards that actually matter. This is premium gaming.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/professional-portrait-of-an-elegant-fema-1773282408422-3976cc2c.png"},
|
id: "3", name: "Elena Kowalski", role: "VIP Member, 2 Years", testimonial: "The VIP concierge service is incredible. Personal support 24/7, exclusive game access, and monthly rewards that actually matter. This is premium gaming.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/professional-portrait-of-an-elegant-fema-1773282408422-3976cc2c.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "James Rodriguez", role: "Gaming Enthusiast", testimonial: "Started with the Starter Pack, now I'm VIP Tier 3. The progression feels rewarding, the games are fair, and the community is amazing. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-confident-male-gaming-enth-1773282408888-855305d2.png"},
|
id: "4", name: "James Rodriguez", role: "Gaming Enthusiast", testimonial: "Started with the Starter Pack, now I'm VIP Tier 3. The progression feels rewarding, the games are fair, and the community is amazing. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-confident-male-gaming-enth-1773282408888-855305d2.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Yuki Tanaka", role: "Tournament Champion", testimonial: "Won the monthly tournament and the prize was incredible. Cyber-Vegas isn't just about luck—it's about skill, strategy, and premium experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-triumphant-tournament-cham-1773282409266-c67d6d1f.png"},
|
id: "5", name: "Yuki Tanaka", role: "Tournament Champion", testimonial: "Won the monthly tournament and the prize was incredible. Cyber-Vegas isn't just about luck—it's about skill, strategy, and premium experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-triumphant-tournament-cham-1773282409266-c67d6d1f.png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Sofia Novak", role: "Social Influencer", testimonial: "My friends and I play together every night. The social features make it feel like we're in an actual casino together, but better. Love it!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-friendly-female-social-gam-1773282408669-bcf45603.png"},
|
id: "6", name: "Sofia Novak", role: "Social Influencer", testimonial: "My friends and I play together every night. The social features make it feel like we're in an actual casino together, but better. Love it!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ApGvq4G67VUSMXlZbT9AJSqwhF/portrait-of-a-friendly-female-social-gam-1773282408669-bcf45603.png"
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -226,17 +243,23 @@ export default function LandingPage() {
|
|||||||
sideDescription="Everything you need to know about Cyber-Vegas and your gaming journey."
|
sideDescription="Everything you need to know about Cyber-Vegas and your gaming journey."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Is Cyber-Vegas fair and licensed?", content: "Yes, Cyber-Vegas operates under strict gaming regulations and uses certified RNG (Random Number Generator) technology. All games are audited quarterly by independent third parties. We maintain transparency through our public compliance dashboard."},
|
id: "1", title: "Is Cyber-Vegas fair and licensed?", content: "Yes, Cyber-Vegas operates under strict gaming regulations and uses certified RNG (Random Number Generator) technology. All games are audited quarterly by independent third parties. We maintain transparency through our public compliance dashboard."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "How do I withdraw my winnings?", content: "Withdrawals are processed through secure payment gateways. VIP members get priority processing (24 hours). Standard members typically see withdrawals within 3-5 business days. Minimum withdrawal is $10, maximum is determined by your tier level."},
|
id: "2", title: "How do I withdraw my winnings?", content: "Withdrawals are processed through secure payment gateways. VIP members get priority processing (24 hours). Standard members typically see withdrawals within 3-5 business days. Minimum withdrawal is $10, maximum is determined by your tier level."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "What payment methods do you accept?", content: "We accept credit cards, PayPal, cryptocurrency (Bitcoin, Ethereum), bank transfers, and e-wallets. All transactions are encrypted with military-grade security. We support payments in 150+ countries."},
|
id: "3", title: "What payment methods do you accept?", content: "We accept credit cards, PayPal, cryptocurrency (Bitcoin, Ethereum), bank transfers, and e-wallets. All transactions are encrypted with military-grade security. We support payments in 150+ countries."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Are there bonuses and rewards?", content: "Absolutely! New players get a 200% welcome bonus on first deposit. We also offer daily login rewards, milestone bonuses, tournament prizes, and VIP-exclusive perks. Check your rewards dashboard for current promotions."},
|
id: "4", title: "Are there bonuses and rewards?", content: "Absolutely! New players get a 200% welcome bonus on first deposit. We also offer daily login rewards, milestone bonuses, tournament prizes, and VIP-exclusive perks. Check your rewards dashboard for current promotions."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "5", title: "Is responsible gaming supported?", content: "Yes, we take responsible gaming seriously. Features include deposit limits, loss limits, session time reminders, self-exclusion options, and access to gambling support resources. Help is available 24/7 through our support team."},
|
id: "5", title: "Is responsible gaming supported?", content: "Yes, we take responsible gaming seriously. Features include deposit limits, loss limits, session time reminders, self-exclusion options, and access to gambling support resources. Help is available 24/7 through our support team."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "6", title: "How do I join the VIP program?", content: "VIP tiers are based on your total gaming activity and spending. Earn points with every bet—higher spend = faster tier progression. VIP members enjoy exclusive games, higher limits, personal concierge, and monthly bonuses."}
|
id: "6", title: "How do I join the VIP program?", content: "VIP tiers are based on your total gaming activity and spending. Earn points with every bet—higher spend = faster tier progression. VIP members enjoy exclusive games, higher limits, personal concierge, and monthly bonuses."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user