2 Commits

Author SHA1 Message Date
ea2c3b687f Merge version_2 into main
Merge version_2 into main
2026-06-07 09:42:38 +00:00
b411d21a5a Update src/app/page.tsx 2026-06-07 09:42:35 +00:00

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Features", name: "Features", id: "#features"},
id: "#features",
},
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "Pricing", name: "Pricing", id: "#pricing"},
id: "#pricing",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-vector/crypto-coin-bitcoin-logo-new-design_483537-4794.jpg" logoSrc="http://img.b2bpic.net/free-vector/crypto-coin-bitcoin-logo-new-design_483537-4794.jpg"
logoAlt="CryptoVerse Logo" logoAlt="CryptoVerse Logo"
@@ -67,17 +53,14 @@ export default function LandingPage() {
bottomLeftText="Global Crypto Community" bottomLeftText="Global Crypto Community"
bottomRightText="support@cryptoverse.com" bottomRightText="support@cryptoverse.com"
button={{ button={{
text: "Get Started", text: "Get Started", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "rotated-rays-animated-grid", variant: "rotated-rays-animated-grid"}}
}}
title="Innovate. Invest. Thrive." title="Innovate. Invest. Thrive."
description="Unlock the future of finance with CryptoVerse, your premium gateway to decentralized assets and secure blockchain innovation. Experience unparalleled security, lightning-fast transactions, and a suite of advanced tools designed for the modern investor." description="Unlock the future of finance with CryptoVerse, your premium gateway to decentralized assets and secure blockchain innovation. Experience unparalleled security, lightning-fast transactions, and a suite of advanced tools designed for the modern investor."
tag="Next-Gen Crypto Platform" tag="Next-Gen Crypto Platform"
@@ -85,13 +68,9 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ {
text: "Explore Features", text: "Explore Features", href: "#features"},
href: "#features",
},
{ {
text: "Start Trading", text: "Start Trading", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-63356.jpg" imageSrc="http://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-63356.jpg"
@@ -117,23 +96,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Unrivaled Security", title: "Unrivaled Security", description: "Multi-layer encryption and cold storage solutions keep your assets safe from threats. We employ industry-leading practices to ensure your peace of mind.", imageSrc: "http://img.b2bpic.net/free-vector/20-security-line-filled-color-icon-pack-like-protection-x-protection-shield-protect_1142-18755.jpg", imageAlt: "Digital padlock on circuit board"},
description: "Multi-layer encryption and cold storage solutions keep your assets safe from threats. We employ industry-leading practices to ensure your peace of mind.",
imageSrc: "http://img.b2bpic.net/free-vector/20-security-line-filled-color-icon-pack-like-protection-x-protection-shield-protect_1142-18755.jpg",
imageAlt: "Digital padlock on circuit board",
},
{ {
title: "Lightning-Fast Transactions", title: "Lightning-Fast Transactions", description: "Execute trades and transfers in milliseconds with our optimized blockchain infrastructure. Never miss an opportunity with near-instant settlements.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendewring-cryptocurency-distribution-concept_23-2149901289.jpg", imageAlt: "Streaks of light showing fast transactions"},
description: "Execute trades and transfers in milliseconds with our optimized blockchain infrastructure. Never miss an opportunity with near-instant settlements.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendewring-cryptocurency-distribution-concept_23-2149901289.jpg",
imageAlt: "Streaks of light showing fast transactions",
},
{ {
title: "Global Accessibility", title: "Global Accessibility", description: "Access CryptoVerse from anywhere in the world, at any time. Our platform supports multiple languages and currencies for truly global participation.", imageSrc: "http://img.b2bpic.net/free-photo/golden-bitcoin-coin-keyboard-stock-market-trading-chart-online-candlestick_169016-66282.jpg", imageAlt: "Globe with network connections"},
description: "Access CryptoVerse from anywhere in the world, at any time. Our platform supports multiple languages and currencies for truly global participation.",
imageSrc: "http://img.b2bpic.net/free-photo/golden-bitcoin-coin-keyboard-stock-market-trading-chart-online-candlestick_169016-66282.jpg",
imageAlt: "Globe with network connections",
},
]} ]}
title="Advanced Features for Modern Crypto Investors" title="Advanced Features for Modern Crypto Investors"
description="Our platform is engineered with robust security protocols, lightning-fast transaction speeds, and a user-friendly interface to give you the ultimate trading experience." description="Our platform is engineered with robust security protocols, lightning-fast transaction speeds, and a user-friendly interface to give you the ultimate trading experience."
@@ -147,25 +114,13 @@ export default function LandingPage() {
tag="Our Impact" tag="Our Impact"
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "$500M+", description: "Total Value Locked"},
value: "$500M+",
description: "Total Value Locked",
},
{ {
id: "m2", id: "m2", value: "2M+", description: "Active Users"},
value: "2M+",
description: "Active Users",
},
{ {
id: "m3", id: "m3", value: "100+", description: "Supported Assets"},
value: "100+",
description: "Supported Assets",
},
{ {
id: "m4", id: "m4", value: "20+", description: "Countries Served"},
value: "20+",
description: "Countries Served",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -179,65 +134,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", brand: "CryptoVerse", name: "Secure Staking", price: "High APY", rating: 5,
brand: "CryptoVerse", reviewCount: "1,200", imageSrc: "http://img.b2bpic.net/free-photo/silver-bitcoin-moskvich-401-table-glowing_1153-4557.jpg", imageAlt: "Crypto staking illustration"},
name: "Secure Staking",
price: "High APY",
rating: 5,
reviewCount: "1,200",
imageSrc: "http://img.b2bpic.net/free-photo/silver-bitcoin-moskvich-401-table-glowing_1153-4557.jpg",
imageAlt: "Crypto staking illustration",
},
{ {
id: "p2", id: "p2", brand: "CryptoVerse", name: "Decentralized Exchange", price: "Low Fees", rating: 4.8,
brand: "CryptoVerse", reviewCount: "3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-man-working-place-woth-laptop-monitor-screen-holding-phone-bitcoin_231208-11139.jpg", imageAlt: "Crypto exchange platform"},
name: "Decentralized Exchange",
price: "Low Fees",
rating: 4.8,
reviewCount: "3,500",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-man-working-place-woth-laptop-monitor-screen-holding-phone-bitcoin_231208-11139.jpg",
imageAlt: "Crypto exchange platform",
},
{ {
id: "p3", id: "p3", brand: "CryptoVerse", name: "Multi-Asset Wallet", price: "Free", rating: 4.9,
brand: "CryptoVerse", reviewCount: "5,000", imageSrc: "http://img.b2bpic.net/free-vector/secure-bank-transfers-via-mobile-device-online-payment-credit-card-with-smartphone_39422-567.jpg", imageAlt: "Crypto wallet application"},
name: "Multi-Asset Wallet",
price: "Free",
rating: 4.9,
reviewCount: "5,000",
imageSrc: "http://img.b2bpic.net/free-vector/secure-bank-transfers-via-mobile-device-online-payment-credit-card-with-smartphone_39422-567.jpg",
imageAlt: "Crypto wallet application",
},
{ {
id: "p4", id: "p4", brand: "CryptoVerse", name: "Derivatives Trading", price: "Advanced", rating: 4.7,
brand: "CryptoVerse", reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg", imageAlt: "Crypto derivatives chart"},
name: "Derivatives Trading",
price: "Advanced",
rating: 4.7,
reviewCount: "800",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480185.jpg",
imageAlt: "Crypto derivatives chart",
},
{ {
id: "p5", id: "p5", brand: "CryptoVerse", name: "AI Analytics Suite", price: "Premium", rating: 4.9,
brand: "CryptoVerse", reviewCount: "1,500", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904329.jpg", imageAlt: "AI crypto analytics"},
name: "AI Analytics Suite",
price: "Premium",
rating: 4.9,
reviewCount: "1,500",
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904329.jpg",
imageAlt: "AI crypto analytics",
},
{ {
id: "p6", id: "p6", brand: "CryptoVerse", name: "P2P Lending", price: "Flexible Rates", rating: 4.6,
brand: "CryptoVerse", reviewCount: "900", imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074563.jpg", imageAlt: "Peer-to-peer crypto lending"},
name: "P2P Lending",
price: "Flexible Rates",
rating: 4.6,
reviewCount: "900",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cryptocurrency-rendering-design_23-2149074563.jpg",
imageAlt: "Peer-to-peer crypto lending",
},
]} ]}
title="Our Premier Crypto Products" title="Our Premier Crypto Products"
description="Discover a diverse range of products designed to maximize your crypto potential, from secure staking to advanced trading tools." description="Discover a diverse range of products designed to maximize your crypto potential, from secure staking to advanced trading tools."
@@ -251,62 +164,25 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "basic", id: "basic", tag: "Starter", tagIcon: Sparkles,
tag: "Starter", price: "$0", period: "/month", description: "Perfect for new users exploring the crypto world.", button: {
tagIcon: Sparkles, text: "Sign Up Free", href: "#contact"},
price: "$0", featuresTitle: "Includes:", features: [
period: "/month", "Basic Trading Tools", "Multi-Asset Wallet", "Real-time Data", "Community Support"],
description: "Perfect for new users exploring the crypto world.",
button: {
text: "Sign Up Free",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"Basic Trading Tools",
"Multi-Asset Wallet",
"Real-time Data",
"Community Support",
],
}, },
{ {
id: "pro", id: "pro", tag: "Pro Trader", tagIcon: Zap,
tag: "Pro Trader", price: "$29", period: "/month", description: "Unlock advanced tools for serious crypto investors.", button: {
tagIcon: Zap, text: "Go Pro", href: "#contact"},
price: "$29", featuresTitle: "Includes:", features: [
period: "/month", "All Starter Features", "Advanced Trading Tools", "AI-Powered Analytics", "Priority Support", "Access to Derivatives"],
description: "Unlock advanced tools for serious crypto investors.",
button: {
text: "Go Pro",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"All Starter Features",
"Advanced Trading Tools",
"AI-Powered Analytics",
"Priority Support",
"Access to Derivatives",
],
}, },
{ {
id: "premium", id: "premium", tag: "Enterprise", tagIcon: Shield,
tag: "Enterprise", price: "Custom", period: "/month", description: "Tailored solutions for institutions and high-volume traders.", button: {
tagIcon: Shield, text: "Contact Sales", href: "#contact"},
price: "Custom", featuresTitle: "Includes:", features: [
period: "/month", "All Pro Features", "Dedicated Account Manager", "Custom API Integrations", "Institutional Grade Security", "Exclusive Market Insights", "Early Access to New Features"
description: "Tailored solutions for institutions and high-volume traders.",
button: {
text: "Contact Sales",
href: "#contact",
},
featuresTitle: "Includes:",
features: [
"All Pro Features",
"Dedicated Account Manager",
"Custom API Integrations",
"Institutional Grade Security",
"Exclusive Market Insights",
], ],
}, },
]} ]}
@@ -320,50 +196,24 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/serious-office-assistant-waiting-corporate-partners_1262-16402.jpg", imageAlt: "Alex Chen, CEO"},
name: "Alex Chen",
imageSrc: "http://img.b2bpic.net/free-photo/serious-office-assistant-waiting-corporate-partners_1262-16402.jpg",
imageAlt: "Alex Chen, CEO",
},
{ {
id: "t2", id: "t2", name: "Samantha Lee", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Samantha Lee, CTO"},
name: "Samantha Lee",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
imageAlt: "Samantha Lee, CTO",
},
{ {
id: "t3", id: "t3", name: "Mark Ramirez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-posing-threatening-white-wall-work-job-office-female-business_140725-65026.jpg", imageAlt: "Mark Ramirez, Marketing Director"},
name: "Mark Ramirez",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-businesswoman-strict-clothes-black-jacket-with-optical-sunglasses-posing-threatening-white-wall-work-job-office-female-business_140725-65026.jpg",
imageAlt: "Mark Ramirez, Marketing Director",
},
{ {
id: "t4", id: "t4", name: "Jessica Kim", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171429.jpg", imageAlt: "Jessica Kim, Product Manager"},
name: "Jessica Kim",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-correcting-grammar-mistakes_23-2150171429.jpg",
imageAlt: "Jessica Kim, Product Manager",
},
{ {
id: "t5", id: "t5", name: "David Gupta", imageSrc: "http://img.b2bpic.net/free-photo/focused-grey-haired-company-owner-using-smartphone_74855-3423.jpg", imageAlt: "David Gupta, Investor"},
name: "David Gupta",
imageSrc: "http://img.b2bpic.net/free-photo/focused-grey-haired-company-owner-using-smartphone_74855-3423.jpg",
imageAlt: "David Gupta, Investor",
},
{ {
id: "t6", id: "t6", name: "Olivia Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-having-fun-work-while-wearing-virtual-reality-simulator_637285-34.jpg", imageAlt: "Olivia Smith, Founder"},
name: "Olivia Smith",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-having-fun-work-while-wearing-virtual-reality-simulator_637285-34.jpg",
imageAlt: "Olivia Smith, Founder",
},
]} ]}
cardTitle="What Our Investors Say" cardTitle="What Our Investors Say"
cardTag="Trusted by Experts" cardTag="Trusted by Experts"
cardTagIcon={Star} cardTagIcon={Star}
buttons={[ buttons={[
{ {
text: "Read All Reviews", text: "Read All Reviews", href: "#"},
href: "#",
},
]} ]}
cardAnimation="slide-up" cardAnimation="slide-up"
/> />
@@ -373,20 +223,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Ready to Invest?" tag="Ready to Invest?"
title="Join CryptoVerse Today" title="Join CryptoVerse Today"
description="Begin your journey into the exciting world of digital assets. Create an account in minutes and start building your financial future." description="Begin your journey into the exciting world of digital assets. Create an account in minutes and start building your financial future."
buttons={[ buttons={[
{ {
text: "Create Free Account", text: "Create Free Account", href: "#"},
href: "#",
},
{ {
text: "Contact Support", text: "Contact Support", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -397,16 +242,12 @@ export default function LandingPage() {
logoAlt="CryptoVerse Logo" logoAlt="CryptoVerse Logo"
logoText="CryptoVerse" logoText="CryptoVerse"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"}}
href: "#",
}}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"}}
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }