Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-06 15:42:37 +00:00
2 changed files with 66 additions and 33 deletions

View File

@@ -16,11 +16,13 @@ const inter = Inter({
export const metadata: Metadata = {
title: "CryptoWealth | Secure Crypto & Wealth Management", description: "Build your financial future with CryptoWealth. Trade 500+ cryptocurrencies, earn passive income through staking, and manage your wealth with enterprise-grade security.", keywords: "cryptocurrency platform, crypto trading, blockchain, wealth management, staking rewards, passive income, bitcoin ethereum", metadataBase: new URL("https://cryptowealth.com"),
alternates: {
canonical: "https://cryptowealth.com"},
canonical: "https://cryptowealth.com"
},
openGraph: {
title: "CryptoWealth | Secure Cryptocurrency & Wealth Management", description: "Build your financial future with CryptoWealth. Trade 500+ cryptocurrencies, earn passive income through staking, and manage your wealth with enterprise-grade security.", url: "https://cryptowealth.com", siteName: "CryptoWealth", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-modern-cryptocurrency-trading-interfac-1772811369298-b93a4381.png", alt: "CryptoWealth Trading Platform"},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-modern-cryptocurrency-trading-interfac-1772811369298-b93a4381.png", alt: "CryptoWealth Trading Platform"
},
],
},
twitter: {

View File

@@ -50,23 +50,31 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-modern-cryptocurrency-trading-interfac-1772811369298-b93a4381.png", imageAlt: "Bitcoin trading interface"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-modern-cryptocurrency-trading-interfac-1772811369298-b93a4381.png", imageAlt: "Bitcoin trading interface"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-comprehensive-crypto-portfolio-dashboa-1772811369758-67ee1aa0.png", imageAlt: "Crypto portfolio dashboard"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-comprehensive-crypto-portfolio-dashboa-1772811369758-67ee1aa0.png", imageAlt: "Crypto portfolio dashboard"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/abstract-representation-of-blockchain-te-1772811370102-ebcdbeaf.png", imageAlt: "Blockchain technology"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/abstract-representation-of-blockchain-te-1772811370102-ebcdbeaf.png", imageAlt: "Blockchain technology"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-digital-wallet-security-interface-show-1772811369412-959b4719.png", imageAlt: "Digital wallet security"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-digital-wallet-security-interface-show-1772811369412-959b4719.png", imageAlt: "Digital wallet security"
},
]}
rightCarouselItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-upward-trending-investment-growth-cha-1772811370856-d4f1c524.png", imageAlt: "Investment growth chart"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-upward-trending-investment-growth-cha-1772811370856-d4f1c524.png", imageAlt: "Investment growth chart"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/advanced-financial-analytics-dashboard-d-1772811370073-0bc3141b.png", imageAlt: "Financial analytics"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/advanced-financial-analytics-dashboard-d-1772811370073-0bc3141b.png", imageAlt: "Financial analytics"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/wealth-management-technology-platform-in-1772811370369-6d3f1047.png", imageAlt: "Wealth management tools"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/wealth-management-technology-platform-in-1772811370369-6d3f1047.png", imageAlt: "Wealth management tools"
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/cryptocurrency-mining-operation-visualiz-1772811369520-c2a95148.png", imageAlt: "Cryptocurrency mining"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/cryptocurrency-mining-operation-visualiz-1772811369520-c2a95148.png", imageAlt: "Cryptocurrency mining"
},
]}
buttons={[
{ text: "Open Free Account", href: "#pricing" },
@@ -81,7 +89,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Why Choose CryptoWealth?"
description={[
"At CryptoWealth, we believe everyone deserves access to sophisticated financial tools and investment opportunities. Our platform combines cutting-edge blockchain technology with intuitive design to make crypto investing accessible to everyone.", "With military-grade security, transparent fee structures, and 24/7 customer support, we provide the peace of mind you need to grow your wealth with confidence. Whether you're a seasoned trader or just starting your crypto journey, CryptoWealth has the tools you need."]}
"At CryptoWealth, we believe everyone deserves access to sophisticated financial tools and investment opportunities. Our platform combines cutting-edge blockchain technology with intuitive design to make crypto investing accessible to everyone.", "With military-grade security, transparent fee structures, and 24/7 customer support, we provide the peace of mind you need to grow your wealth with confidence. Whether you're a seasoned trader or just starting your crypto journey, CryptoWealth has the tools you need."
]}
buttons={[{ text: "Explore Platform", href: "#features" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -99,7 +108,8 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Real-Time Portfolio Tracking", description: "Monitor your entire crypto portfolio in real-time with detailed analytics, performance metrics, and personalized insights. Get instant alerts on price movements and market opportunities.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-real-time-portfolio-tracking-dashboard-1772811370011-5616ab93.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-real-time-portfolio-tracking-dashboard-1772811370011-5616ab93.png"
},
items: [
{ icon: TrendingUp, text: "Live price updates" },
{ icon: PieChart, text: "Portfolio allocation" },
@@ -109,7 +119,8 @@ export default function LandingPage() {
},
{
id: "2", title: "Secure Multi-Asset Trading", description: "Trade Bitcoin, Ethereum, and 500+ cryptocurrencies with lightning-fast execution. Advanced order types, margin trading, and no hidden fees ensure you always get the best execution.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-advanced-cryptocurrency-trading-inter-1772811370054-7b807fff.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-advanced-cryptocurrency-trading-inter-1772811370054-7b807fff.png"
},
items: [
{ icon: Shield, text: "Bank-level security" },
{ icon: Zap, text: "Fast execution" },
@@ -119,7 +130,8 @@ export default function LandingPage() {
},
{
id: "3", title: "Passive Income Generation", description: "Earn rewards through staking, lending, and yield farming. Our algorithms automatically optimize your returns while you sleep. Compound your wealth with zero effort.", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/passive-income-generation-visualization--1772811369456-315150fe.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/passive-income-generation-visualization--1772811369456-315150fe.png"
},
items: [
{ icon: Leaf, text: "Staking rewards" },
{ icon: Coins, text: "Lending income" },
@@ -147,17 +159,20 @@ export default function LandingPage() {
plans={[
{
id: "basic", title: "Starter", price: "Free", period: "Forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-minimalist-representation-of-starter-p-1772811368601-6b48b6d9.png", features: [
"Buy and hold crypto", "Real-time portfolio tracking", "Basic security features", "Mobile app access", "Email support"],
"Buy and hold crypto", "Real-time portfolio tracking", "Basic security features", "Mobile app access", "Email support"
],
button: { text: "Get Started", href: "#contact" },
},
{
id: "pro", title: "Professional", price: "$9.99", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-trading-plan-visualization--1772811372708-51420016.png", features: [
"Advanced trading tools", "Margin trading access", "Priority support", "Advanced analytics", "API access", "Yield farming strategies"],
"Advanced trading tools", "Margin trading access", "Priority support", "Advanced analytics", "API access", "Yield farming strategies"
],
button: { text: "Upgrade Now", href: "#contact" },
},
{
id: "enterprise", title: "Enterprise", price: "Custom", period: "Contact us", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/enterprise-grade-cryptocurrency-solution-1772811370181-571f5353.png", features: [
"Dedicated account manager", "Custom API solutions", "White-label options", "Institutional-grade security", "Priority feature requests", "Volume discounts"],
"Dedicated account manager", "Custom API solutions", "White-label options", "Institutional-grade security", "Priority feature requests", "Volume discounts"
],
button: { text: "Contact Sales", href: "#contact" },
},
]}
@@ -176,13 +191,17 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "1", title: "$2.5 Billion", subtitle: "Total Assets Under Management", category: "Growth", value: "↑ 240% YoY"},
id: "1", title: "$2.5 Billion", subtitle: "Total Assets Under Management", category: "Growth", value: "↑ 240% YoY"
},
{
id: "2", title: "500,000+", subtitle: "Active Users Worldwide", category: "Community", value: "50+ Countries"},
id: "2", title: "500,000+", subtitle: "Active Users Worldwide", category: "Community", value: "50+ Countries"
},
{
id: "3", title: "$150M", subtitle: "Distributed to Users", category: "Returns", value: "Average 18% APY"},
id: "3", title: "$150M", subtitle: "Distributed to Users", category: "Returns", value: "Average 18% APY"
},
{
id: "4", title: "99.99%", subtitle: "Platform Uptime", category: "Reliability", value: "Enterprise Grade"},
id: "4", title: "99.99%", subtitle: "Platform Uptime", category: "Reliability", value: "Enterprise Grade"
},
]}
/>
</div>
@@ -198,17 +217,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Chen, Investment Manager at TechFund", date: "Date: 15 November 2024", title: "Best crypto platform I've used", quote: "CryptoWealth has completely transformed how I manage my digital assets. The interface is intuitive, the security is top-notch, and the returns have been exceptional. I've already recommended it to all my colleagues.", tag: "Professional Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-confident-wom-1772811368027-88d2b207.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-professional-woman-working-at-her-desk-1772811369927-06f2156c.png"},
id: "1", name: "Sarah Chen, Investment Manager at TechFund", date: "Date: 15 November 2024", title: "Best crypto platform I've used", quote: "CryptoWealth has completely transformed how I manage my digital assets. The interface is intuitive, the security is top-notch, and the returns have been exceptional. I've already recommended it to all my colleagues.", tag: "Professional Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-confident-wom-1772811368027-88d2b207.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-professional-woman-working-at-her-desk-1772811369927-06f2156c.png"
},
{
id: "2", name: "Marcus Johnson, Entrepreneur", date: "Date: 8 December 2024", title: "Finally, crypto made easy", quote: "As someone new to crypto, I was intimidated by the complexity. CryptoWealth made everything simple and accessible. The educational resources and support team were incredible. I'm now earning passive income through staking.", tag: "New Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-friendly-afri-1772811368643-7f5d71f1.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-enthusiastic-entrepreneur-analyzing-f-1772811369124-42fed9ff.png"},
id: "2", name: "Marcus Johnson, Entrepreneur", date: "Date: 8 December 2024", title: "Finally, crypto made easy", quote: "As someone new to crypto, I was intimidated by the complexity. CryptoWealth made everything simple and accessible. The educational resources and support team were incredible. I'm now earning passive income through staking.", tag: "New Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-friendly-afri-1772811368643-7f5d71f1.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-enthusiastic-entrepreneur-analyzing-f-1772811369124-42fed9ff.png"
},
{
id: "3", name: "Lisa Rodriguez, Financial Advisor", date: "Date: 20 October 2024", title: "Game-changer for wealth management", quote: "I recommend CryptoWealth to my high-net-worth clients regularly. The portfolio tracking, tax reporting, and institutional-grade security give us peace of mind. Their API integration has streamlined our operations.", tag: "Wealth Manager", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-competent-lat-1772811368217-9112dc47.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-financial-advisor-in-professional-offi-1772811368671-ed876144.png"},
id: "3", name: "Lisa Rodriguez, Financial Advisor", date: "Date: 20 October 2024", title: "Game-changer for wealth management", quote: "I recommend CryptoWealth to my high-net-worth clients regularly. The portfolio tracking, tax reporting, and institutional-grade security give us peace of mind. Their API integration has streamlined our operations.", tag: "Wealth Manager", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-competent-lat-1772811368217-9112dc47.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-financial-advisor-in-professional-offi-1772811368671-ed876144.png"
},
{
id: "4", name: "David Kim, Crypto Enthusiast", date: "Date: 5 November 2024", title: "Maximum control, minimum hassle", quote: "The advanced trading features combined with the user-friendly interface is exactly what I was looking for. I've increased my portfolio by 3x in the last year using their yield farming strategies. Highly recommended.", tag: "Active Trader", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-an-asian-male-t-1772811369041-d1df9e1d.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-active-crypto-trader-at-multiple-work-1772811369587-008086ff.png"},
id: "4", name: "David Kim, Crypto Enthusiast", date: "Date: 5 November 2024", title: "Maximum control, minimum hassle", quote: "The advanced trading features combined with the user-friendly interface is exactly what I was looking for. I've increased my portfolio by 3x in the last year using their yield farming strategies. Highly recommended.", tag: "Active Trader", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-an-asian-male-t-1772811369041-d1df9e1d.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/an-active-crypto-trader-at-multiple-work-1772811369587-008086ff.png"
},
{
id: "5", name: "Emma Watson, Retirement Planner", date: "Date: 12 September 2024", title: "Perfect for long-term wealth building", quote: "CryptoWealth's staking and lending features have become central to my long-term investment strategy. The transparency and consistent returns make it ideal for retirement planning. This is the future of finance.", tag: "Long-term Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-mature-confid-1772811368938-5932048b.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-retirement-planning-professional-in-of-1772811368814-8c99d750.png"},
id: "5", name: "Emma Watson, Retirement Planner", date: "Date: 12 September 2024", title: "Perfect for long-term wealth building", quote: "CryptoWealth's staking and lending features have become central to my long-term investment strategy. The transparency and consistent returns make it ideal for retirement planning. This is the future of finance.", tag: "Long-term Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-mature-confid-1772811368938-5932048b.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-retirement-planning-professional-in-of-1772811368814-8c99d750.png"
},
{
id: "6", name: "James Miller, Portfolio Manager", date: "Date: 30 August 2024", title: "Professional-grade platform at accessible prices", quote: "I've worked with expensive enterprise solutions, and CryptoWealth delivers comparable features and security at a fraction of the cost. The team is responsive, the platform is reliable, and I trust them with significant capital.", tag: "Institutional Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-distinguished-1772811368953-61b26e20.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-confident-portfolio-manager-in-modern--1772811369566-e6e5f4bf.png"},
id: "6", name: "James Miller, Portfolio Manager", date: "Date: 30 August 2024", title: "Professional-grade platform at accessible prices", quote: "I've worked with expensive enterprise solutions, and CryptoWealth delivers comparable features and security at a fraction of the cost. The team is responsive, the platform is reliable, and I trust them with significant capital.", tag: "Institutional Investor", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/professional-headshot-of-a-distinguished-1772811368953-61b26e20.png", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZrqyAelQuwFbbPbhEn5CyJTMA/a-confident-portfolio-manager-in-modern--1772811369566-e6e5f4bf.png"
},
]}
/>
</div>
@@ -225,17 +250,23 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "Is my crypto actually secure on CryptoWealth?", content: "Yes, absolutely. We use military-grade encryption, cold storage for 95% of assets, and multi-signature wallets. We're audited quarterly by leading security firms and maintain full compliance with regulatory standards. Your private keys are encrypted and never leave our secure servers."},
id: "1", title: "Is my crypto actually secure on CryptoWealth?", content: "Yes, absolutely. We use military-grade encryption, cold storage for 95% of assets, and multi-signature wallets. We're audited quarterly by leading security firms and maintain full compliance with regulatory standards. Your private keys are encrypted and never leave our secure servers."
},
{
id: "2", title: "What are the fees on CryptoWealth?", content: "We pride ourselves on transparent, competitive pricing. Trading fees range from 0.1% to 0.5% depending on your volume. Withdrawal fees vary by cryptocurrency but average 0.01%. Our Starter plan is completely free. There are no hidden fees, and you can see all costs upfront before confirming any transaction."},
id: "2", title: "What are the fees on CryptoWealth?", content: "We pride ourselves on transparent, competitive pricing. Trading fees range from 0.1% to 0.5% depending on your volume. Withdrawal fees vary by cryptocurrency but average 0.01%. Our Starter plan is completely free. There are no hidden fees, and you can see all costs upfront before confirming any transaction."
},
{
id: "3", title: "Can I withdraw my crypto anytime?", content: "Yes. You can withdraw your crypto 24/7 with no restrictions. Most withdrawals are processed within 15 minutes. Some deposits may have a brief hold period for security verification, but withdrawals are always instant once confirmed. You maintain full control of your assets."},
id: "3", title: "Can I withdraw my crypto anytime?", content: "Yes. You can withdraw your crypto 24/7 with no restrictions. Most withdrawals are processed within 15 minutes. Some deposits may have a brief hold period for security verification, but withdrawals are always instant once confirmed. You maintain full control of your assets."
},
{
id: "4", title: "How do staking rewards work?", content: "When you stake crypto on CryptoWealth, you're participating in blockchain network validation. You earn rewards for helping secure the network. Rewards vary by cryptocurrency (typically 8-15% APY) and are automatically compounded daily. You can unstake anytime with no penalties."},
id: "4", title: "How do staking rewards work?", content: "When you stake crypto on CryptoWealth, you're participating in blockchain network validation. You earn rewards for helping secure the network. Rewards vary by cryptocurrency (typically 8-15% APY) and are automatically compounded daily. You can unstake anytime with no penalties."
},
{
id: "5", title: "Is CryptoWealth regulated?", content: "Yes, we're fully regulated and compliant with all major financial regulations including FinCEN, OFAC, and local securities laws. We maintain licenses in multiple jurisdictions and undergo regular audits. Your funds are protected by industry-leading insurance policies."},
id: "5", title: "Is CryptoWealth regulated?", content: "Yes, we're fully regulated and compliant with all major financial regulations including FinCEN, OFAC, and local securities laws. We maintain licenses in multiple jurisdictions and undergo regular audits. Your funds are protected by industry-leading insurance policies."
},
{
id: "6", title: "What cryptocurrencies can I trade?", content: "We support 500+ cryptocurrencies including Bitcoin, Ethereum, Ripple, Cardano, Solana, and more. We're constantly adding new tokens based on community demand. You can see our full list of supported assets in the trading interface, along with real-time prices and market data."},
id: "6", title: "What cryptocurrencies can I trade?", content: "We support 500+ cryptocurrencies including Bitcoin, Ethereum, Ripple, Cardano, Solana, and more. We're constantly adding new tokens based on community demand. You can see our full list of supported assets in the trading interface, along with real-time prices and market data."
},
]}
/>
</div>