Merge version_1 into main #1
332
src/app/page.tsx
332
src/app/page.tsx
@@ -32,86 +32,53 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Giveaways",
|
name: "Giveaways", id: "#giveaways"},
|
||||||
id: "#giveaways",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "VIP Plan",
|
name: "VIP Plan", id: "#vip-plans"},
|
||||||
id: "#vip-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Tournaments",
|
name: "Tournaments", id: "#tournaments"},
|
||||||
id: "#tournaments",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Winners",
|
name: "Winners", id: "#winners"},
|
||||||
id: "#winners",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQs",
|
name: "FAQs", id: "#faq"},
|
||||||
id: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/shopping-cart-with-bubbles-geometric-shapes-3d-style_23-2152026895.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/shopping-cart-with-bubbles-geometric-shapes-3d-style_23-2152026895.jpg"
|
||||||
logoAlt="The Drop Chronicle logo"
|
logoAlt="The Drop Chronicle logo"
|
||||||
brandName="The Drop Chronicle"
|
brandName="The Drop Chronicle"
|
||||||
button={{
|
button={{
|
||||||
text: "Join Now",
|
text: "Join Now", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "animated-grid",
|
variant: "animated-grid"}}
|
||||||
}}
|
|
||||||
title="Join The Ultimate Trading & Giveaway Community"
|
title="Join The Ultimate Trading & Giveaway Community"
|
||||||
description="Unlock exclusive signals, premium giveaways, and funded opportunities. Elevate your trading journey with The Drop Chronicle."
|
description="Unlock exclusive signals, premium giveaways, and funded opportunities. Elevate your trading journey with The Drop Chronicle."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Join Telegram",
|
text: "Join Telegram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get VIP Access",
|
text: "Get VIP Access", href: "#vip-plans"},
|
||||||
href: "#vip-plans",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172434.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172434.jpg", imageAlt: "Futuristic trading dashboard interface"},
|
||||||
imageAlt: "Futuristic trading dashboard interface",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg", imageAlt: "Giveaway section with Join Now button"},
|
||||||
imageAlt: "Giveaway section with Join Now button",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/man-controlling-smart-lamp-with-his-phone_23-2149036886.jpg", imageAlt: "VIP membership dashboard"},
|
||||||
imageAlt: "VIP membership dashboard",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-geometric_1048-13693.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-geometric_1048-13693.jpg", imageAlt: "Animated logo of The Drop Chronicle"},
|
||||||
imageAlt: "Animated logo of The Drop Chronicle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg", imageAlt: "Live stats with animated numbers"},
|
||||||
imageAlt: "Live stats with animated numbers",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-lights-ceiling_53876-95412.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-lights-ceiling_53876-95412.jpg", imageAlt: "Close-up on virtual trading chart"},
|
||||||
imageAlt: "Close-up on virtual trading chart",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -121,42 +88,23 @@ export default function LandingPage() {
|
|||||||
<MetricCardSeven
|
<MetricCardSeven
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "100K+", title: "Total Members", items: [
|
||||||
value: "100K+",
|
"Across all platforms", "Growing daily"],
|
||||||
title: "Total Members",
|
|
||||||
items: [
|
|
||||||
"Across all platforms",
|
|
||||||
"Growing daily",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "500+", title: "Active Giveaways", items: [
|
||||||
value: "500+",
|
"Monthly free & premium", "High-value prizes"],
|
||||||
title: "Active Giveaways",
|
|
||||||
items: [
|
|
||||||
"Monthly free & premium",
|
|
||||||
"High-value prizes",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "10K+", title: "VIP Members", items: [
|
||||||
value: "10K+",
|
"Exclusive access", "Priority support"],
|
||||||
title: "VIP Members",
|
|
||||||
items: [
|
|
||||||
"Exclusive access",
|
|
||||||
"Priority support",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "$1M+", title: "Funded Accounts Distributed", items: [
|
||||||
value: "$1M+",
|
"Life-changing opportunities", "Empowering traders"],
|
||||||
title: "Funded Accounts Distributed",
|
|
||||||
items: [
|
|
||||||
"Life-changing opportunities",
|
|
||||||
"Empowering traders",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Community Power in Numbers"
|
title="Community Power in Numbers"
|
||||||
@@ -171,22 +119,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Telegram Join Required",
|
"Telegram Join Required", "Free Entry", "Countdown Timer", "Entry Tracking"],
|
||||||
"Free Entry",
|
|
||||||
"Countdown Timer",
|
|
||||||
"Entry Tracking",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Higher Rewards",
|
"Higher Rewards", "VIP Access", "Bonus Entries", "Lucky Draw System", "Automatic Winner Selection", "Live Results", "Entry Verification"],
|
||||||
"VIP Access",
|
|
||||||
"Bonus Entries",
|
|
||||||
"Lucky Draw System",
|
|
||||||
"Automatic Winner Selection",
|
|
||||||
"Live Results",
|
|
||||||
"Entry Verification",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Free vs. Premium Giveaways"
|
title="Free vs. Premium Giveaways"
|
||||||
description="Discover the different ways to win with The Drop Chronicle, from free entries to exclusive VIP opportunities."
|
description="Discover the different ways to win with The Drop Chronicle, from free entries to exclusive VIP opportunities."
|
||||||
@@ -200,59 +137,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "monthly-vip",
|
id: "monthly-vip", title: "Monthly VIP", price: "$99", period: "/month", features: [
|
||||||
title: "Monthly VIP",
|
"Signal Access", "Premium Giveaways", "Funded Opportunities", "Basic Support"],
|
||||||
price: "$99",
|
|
||||||
period: "/month",
|
|
||||||
features: [
|
|
||||||
"Signal Access",
|
|
||||||
"Premium Giveaways",
|
|
||||||
"Funded Opportunities",
|
|
||||||
"Basic Support",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Start Monthly",
|
text: "Start Monthly", href: "#"},
|
||||||
href: "#",
|
imageSrc: "http://img.b2bpic.net/free-photo/pink-iridescent-texture-background_23-2151839355.jpg", imageAlt: "Monthly VIP Plan"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-iridescent-texture-background_23-2151839355.jpg",
|
|
||||||
imageAlt: "Monthly VIP Plan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "quarterly-vip",
|
id: "quarterly-vip", title: "Quarterly VIP", price: "$249", period: "/quarter", features: [
|
||||||
title: "Quarterly VIP",
|
"Everything in Monthly", "Extra Rewards", "Priority Support", "Early Access"],
|
||||||
price: "$249",
|
|
||||||
period: "/quarter",
|
|
||||||
features: [
|
|
||||||
"Everything in Monthly",
|
|
||||||
"Extra Rewards",
|
|
||||||
"Priority Support",
|
|
||||||
"Early Access",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Go Quarterly",
|
text: "Go Quarterly", href: "#"},
|
||||||
href: "#",
|
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-effect_23-2148898150.jpg", imageAlt: "Quarterly VIP Plan"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-effect_23-2148898150.jpg",
|
|
||||||
imageAlt: "Quarterly VIP Plan",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "yearly-vip",
|
id: "yearly-vip", title: "Yearly VIP", price: "$799", period: "/year", features: [
|
||||||
title: "Yearly VIP",
|
"Lifetime Style Benefits", "Highest Priority Support", "Dedicated Account Manager", "Exclusive Mentorship"],
|
||||||
price: "$799",
|
|
||||||
period: "/year",
|
|
||||||
features: [
|
|
||||||
"Lifetime Style Benefits",
|
|
||||||
"Highest Priority Support",
|
|
||||||
"Dedicated Account Manager",
|
|
||||||
"Exclusive Mentorship",
|
|
||||||
],
|
|
||||||
button: {
|
button: {
|
||||||
text: "Commit Yearly",
|
text: "Commit Yearly", href: "#"},
|
||||||
href: "#",
|
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-crystal-ball_23-2149413285.jpg", imageAlt: "Yearly VIP Plan"},
|
||||||
},
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-crystal-ball_23-2149413285.jpg",
|
|
||||||
imageAlt: "Yearly VIP Plan",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Unlock Your VIP Potential"
|
title="Unlock Your VIP Potential"
|
||||||
description="Choose a VIP plan tailored to your trading and giveaway ambitions, with exclusive benefits and priority access."
|
description="Choose a VIP plan tailored to your trading and giveaway ambitions, with exclusive benefits and priority access."
|
||||||
@@ -267,47 +168,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "tournament-1",
|
id: "tournament-1", name: "Daily Trading Challenge", price: "Free Entry", imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-credit-card-shopping_23-2152027052.jpg", imageAlt: "Daily Trading Challenge"},
|
||||||
name: "Daily Trading Challenge",
|
|
||||||
price: "Free Entry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyber-monday-credit-card-shopping_23-2152027052.jpg",
|
|
||||||
imageAlt: "Daily Trading Challenge",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tournament-2",
|
id: "tournament-2", name: "Weekly Futures Cup", price: "$50 Entry", imageSrc: "http://img.b2bpic.net/free-photo/gold-bull-backgrounds-graphics-elements-related-financial-sector_23-2151807626.jpg", imageAlt: "Weekly Futures Cup"},
|
||||||
name: "Weekly Futures Cup",
|
|
||||||
price: "$50 Entry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gold-bull-backgrounds-graphics-elements-related-financial-sector_23-2151807626.jpg",
|
|
||||||
imageAlt: "Weekly Futures Cup",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tournament-3",
|
id: "tournament-3", name: "Monthly Options Masters", price: "$100 Entry", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370367.jpg", imageAlt: "Monthly Options Masters"},
|
||||||
name: "Monthly Options Masters",
|
|
||||||
price: "$100 Entry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-refreshment-neo-futuristic-style_23-2151370367.jpg",
|
|
||||||
imageAlt: "Monthly Options Masters",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tournament-4",
|
id: "tournament-4", name: "Annual Crypto Royale", price: "$250 Entry", imageSrc: "http://img.b2bpic.net/free-photo/2023-new-year-celebration_23-2150161905.jpg", imageAlt: "Annual Crypto Royale"},
|
||||||
name: "Annual Crypto Royale",
|
|
||||||
price: "$250 Entry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/2023-new-year-celebration_23-2150161905.jpg",
|
|
||||||
imageAlt: "Annual Crypto Royale",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tournament-5",
|
id: "tournament-5", name: "Beginner Trading League", price: "Free Entry", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-bitcoin-illustration_23-2151611157.jpg", imageAlt: "Beginner Trading League"},
|
||||||
name: "Beginner Trading League",
|
|
||||||
price: "Free Entry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-bitcoin-illustration_23-2151611157.jpg",
|
|
||||||
imageAlt: "Beginner Trading League",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "tournament-6",
|
id: "tournament-6", name: "Strategy Showdown", price: "$75 Entry", imageSrc: "http://img.b2bpic.net/free-vector/flat-vertical-poster-template-back-school-season_23-2150606097.jpg", imageAlt: "Strategy Showdown"},
|
||||||
name: "Strategy Showdown",
|
|
||||||
price: "$75 Entry",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-vertical-poster-template-back-school-season_23-2150606097.jpg",
|
|
||||||
imageAlt: "Strategy Showdown",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Active Trading Tournaments"
|
title="Active Trading Tournaments"
|
||||||
description="Compete against the best, climb the leaderboard, and win big in our exciting trading competitions."
|
description="Compete against the best, climb the leaderboard, and win big in our exciting trading competitions."
|
||||||
@@ -319,16 +190,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"TradeMasterX",
|
"TradeMasterX", "ProfitPioneer", "AlphaTrader", "CryptoKing", "MarketMaverick", "ForexPhenom", "DropHunter", "SignalSage", "WealthWielder"]}
|
||||||
"ProfitPioneer",
|
|
||||||
"AlphaTrader",
|
|
||||||
"CryptoKing",
|
|
||||||
"MarketMaverick",
|
|
||||||
"ForexPhenom",
|
|
||||||
"DropHunter",
|
|
||||||
"SignalSage",
|
|
||||||
"WealthWielder",
|
|
||||||
]}
|
|
||||||
title="Hall of Fame: Our Champions"
|
title="Hall of Fame: Our Champions"
|
||||||
description="Celebrating the traders and participants who have triumphed in our giveaways and tournaments."
|
description="Celebrating the traders and participants who have triumphed in our giveaways and tournaments."
|
||||||
/>
|
/>
|
||||||
@@ -340,35 +202,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "faq-1",
|
id: "faq-1", title: "How do I join a giveaway?", content: "To join a free giveaway, simply connect your Telegram account. For premium giveaways, you'll need an active VIP membership."},
|
||||||
title: "How do I join a giveaway?",
|
|
||||||
content: "To join a free giveaway, simply connect your Telegram account. For premium giveaways, you'll need an active VIP membership.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-2",
|
id: "faq-2", title: "What are VIP membership benefits?", content: "VIP members get exclusive access to premium signals, higher-value giveaways, funded account opportunities, priority support, and special bonuses."},
|
||||||
title: "What are VIP membership benefits?",
|
|
||||||
content: "VIP members get exclusive access to premium signals, higher-value giveaways, funded account opportunities, priority support, and special bonuses.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-3",
|
id: "faq-3", title: "How are giveaway winners selected?", content: "Winners are selected automatically through a transparent lucky draw system, ensuring fairness. Results are announced live."},
|
||||||
title: "How are giveaway winners selected?",
|
|
||||||
content: "Winners are selected automatically through a transparent lucky draw system, ensuring fairness. Results are announced live.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-4",
|
id: "faq-4", title: "Can I upgrade my VIP plan?", content: "Yes, you can upgrade your VIP plan at any time through your user dashboard. The system will automatically adjust your current subscription."},
|
||||||
title: "Can I upgrade my VIP plan?",
|
|
||||||
content: "Yes, you can upgrade your VIP plan at any time through your user dashboard. The system will automatically adjust your current subscription.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-5",
|
id: "faq-5", title: "What kind of trading signals do you provide?", content: "Our signals cover various markets, including crypto and forex, provided by experienced analysts. VIP members get access to a wider range of signals and analysis."},
|
||||||
title: "What kind of trading signals do you provide?",
|
|
||||||
content: "Our signals cover various markets, including crypto and forex, provided by experienced analysts. VIP members get access to a wider range of signals and analysis.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "faq-6",
|
id: "faq-6", title: "Is The Drop Chronicle suitable for beginners?", content: "Absolutely! We offer resources and a supportive community for traders of all levels, including beginner-friendly giveaways and educational content."},
|
||||||
title: "Is The Drop Chronicle suitable for beginners?",
|
|
||||||
content: "Absolutely! We offer resources and a supportive community for traders of all levels, including beginner-friendly giveaways and educational content.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find quick answers to common questions about The Drop Chronicle, giveaways, VIP plans, and more."
|
description="Find quick answers to common questions about The Drop Chronicle, giveaways, VIP plans, and more."
|
||||||
@@ -383,22 +227,14 @@ export default function LandingPage() {
|
|||||||
description="Have questions or need support? Reach out to The Drop Chronicle team."
|
description="Have questions or need support? Reach out to The Drop Chronicle team."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Your Email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message", rows: 5,
|
||||||
placeholder: "Your Message",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-woman-wearing-purple-scarf-women-s-day-celebration_23-2151257622.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/view-woman-wearing-purple-scarf-women-s-day-celebration_23-2151257622.jpg"
|
||||||
@@ -415,67 +251,41 @@ export default function LandingPage() {
|
|||||||
logoText="The Drop Chronicle"
|
logoText="The Drop Chronicle"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Community",
|
title: "Community", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Giveaways",
|
label: "Giveaways", href: "#giveaways"},
|
||||||
href: "#giveaways",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Tournaments",
|
label: "Tournaments", href: "#tournaments"},
|
||||||
href: "#tournaments",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Winners Hall",
|
label: "Winners Hall", href: "#winners"},
|
||||||
href: "#winners",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Membership",
|
title: "Membership", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "VIP Plans",
|
label: "VIP Plans", href: "#vip-plans"},
|
||||||
href: "#vip-plans",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Referral System",
|
label: "Referral System", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Achievement System",
|
label: "Achievement System", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Live Chat",
|
label: "Live Chat", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user