Merge version_1 into main #2
159
src/app/page.tsx
159
src/app/page.tsx
@@ -29,42 +29,29 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Games",
|
||||
id: "products",
|
||||
},
|
||||
name: "Games", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Yono Games"
|
||||
button={{
|
||||
text: "Download App",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Download App", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Yono Games"
|
||||
description="The ultimate destination for real money gaming. Explore rummy, slots, bingo, and arcade games with daily rewards and lightning-fast withdrawals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Join Now", href: "#"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Learn More", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ui-ux-representations-with-smartphone_23-2150201858.jpg"
|
||||
imageAlt="Yono Games Portal UI"
|
||||
@@ -80,59 +67,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Arcade",
|
||||
name: "Rummy Gold",
|
||||
price: "Bonus ₹500",
|
||||
rating: 5,
|
||||
reviewCount: "12k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "Arcade", name: "Rummy Gold", price: "Bonus ₹500", rating: 5,
|
||||
reviewCount: "12k", imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Slots",
|
||||
name: "Diwa Slots",
|
||||
price: "Bonus ₹100",
|
||||
rating: 4,
|
||||
reviewCount: "8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg?_wi=1",
|
||||
},
|
||||
id: "2", brand: "Slots", name: "Diwa Slots", price: "Bonus ₹100", rating: 4,
|
||||
reviewCount: "8k", imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Bingo",
|
||||
name: "Bingo 101",
|
||||
price: "Bonus ₹1000",
|
||||
rating: 5,
|
||||
reviewCount: "15k",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg?_wi=1",
|
||||
},
|
||||
id: "3", brand: "Bingo", name: "Bingo 101", price: "Bonus ₹1000", rating: 5,
|
||||
reviewCount: "15k", imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Cards",
|
||||
name: "Poker Pro",
|
||||
price: "Bonus ₹200",
|
||||
rating: 4,
|
||||
reviewCount: "5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg?_wi=1",
|
||||
},
|
||||
id: "4", brand: "Cards", name: "Poker Pro", price: "Bonus ₹200", rating: 4,
|
||||
reviewCount: "5k", imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Arcade",
|
||||
name: "Joy Stick",
|
||||
price: "Bonus ₹300",
|
||||
rating: 5,
|
||||
reviewCount: "9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-arcade-game-box_23-2151005754.jpg",
|
||||
},
|
||||
id: "5", brand: "Arcade", name: "Joy Stick", price: "Bonus ₹300", rating: 5,
|
||||
reviewCount: "9k", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-arcade-game-box_23-2151005754.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Board",
|
||||
name: "Ludo Champ",
|
||||
price: "Bonus ₹150",
|
||||
rating: 4,
|
||||
reviewCount: "10k",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/casino-icon-flat_1284-4432.jpg",
|
||||
},
|
||||
id: "6", brand: "Board", name: "Ludo Champ", price: "Bonus ₹150", rating: 4,
|
||||
reviewCount: "10k", imageSrc: "http://img.b2bpic.net/free-vector/casino-icon-flat_1284-4432.jpg"},
|
||||
]}
|
||||
title="Popular Games"
|
||||
description="Dive into our curated list of top-performing games with high bonuses and easy withdrawals."
|
||||
@@ -148,51 +99,25 @@ export default function LandingPage() {
|
||||
description="See why thousands of players trust Yono Games for their daily gaming fix."
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1M+",
|
||||
label: "Active Players",
|
||||
},
|
||||
value: "1M+", label: "Active Players"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Instant Payouts",
|
||||
},
|
||||
value: "99%", label: "Instant Payouts"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support Available",
|
||||
},
|
||||
value: "24/7", label: "Support Available"},
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ravi K.",
|
||||
role: "Pro Player",
|
||||
company: "Rummy Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Ravi K.", role: "Pro Player", company: "Rummy Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/social-media-concept-with-elements_23-2149019257.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sonia P.",
|
||||
role: "Casual Gamer",
|
||||
company: "Slot Queen",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sonia P.", role: "Casual Gamer", company: "Slot Queen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lotto-slot-machine-jackpot-win-concept_53876-124308.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit V.",
|
||||
role: "Daily Winner",
|
||||
company: "Bingo Master",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Amit V.", role: "Daily Winner", company: "Bingo Master", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/entertaining-icons-set_1284-5063.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram D.",
|
||||
role: "Card Shark",
|
||||
company: "Poker League",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Vikram D.", role: "Card Shark", company: "Poker League", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/casino-elements-collection_23-2147627790.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -203,22 +128,13 @@ export default function LandingPage() {
|
||||
title="Terms and Responsible Gaming"
|
||||
sections={[
|
||||
{
|
||||
heading: "Responsible Play",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries.",
|
||||
},
|
||||
heading: "Responsible Play", content: {
|
||||
text: "Yono Games promotes responsible gaming. Ensure you play within your limits and legal boundaries."},
|
||||
},
|
||||
{
|
||||
heading: "Terms of Service",
|
||||
content: {
|
||||
type: "list",
|
||||
heading: "Terms of Service", content: {
|
||||
items: [
|
||||
"Players must be 18+ years of age.",
|
||||
"Real money gaming is subject to local laws.",
|
||||
"Withdrawals are processed within 24 hours.",
|
||||
"Accounts found in violation of terms will be suspended.",
|
||||
],
|
||||
"Players must be 18+ years of age.", "Real money gaming is subject to local laws.", "Withdrawals are processed within 24 hours.", "Accounts found in violation of terms will be suspended."],
|
||||
},
|
||||
},
|
||||
]}
|
||||
@@ -229,14 +145,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Need help with withdrawals or account issues? Our support team is available 24/7 to ensure you have a seamless gaming experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@yonogames.com",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@yonogames.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user