Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-10 00:24:51 +00:00
parent 686a3458bc
commit 3acfeb87b4

View File

@@ -47,71 +47,34 @@ export default function PricingPage() {
tagAnimation="slide-up"
plans={[
{
id: "starter",
price: "$29/mo",
name: "Starter Plan",
buttons: [
id: "starter", price: "$29/mo", name: "Starter Plan", buttons: [
{
text: "Get Started",
href: "pricing",
},
text: "Get Started", href: "pricing"},
{
text: "Learn More",
href: "pricing",
},
text: "Learn More", href: "pricing"},
],
features: [
"Up to $10K daily volume",
"Basic analytics tools",
"Email support",
"Desktop & mobile app",
],
"Up to $10K daily volume", "Basic analytics tools", "Email support", "Desktop & mobile app"],
},
{
id: "professional",
badge: "Most Popular",
badgeIcon: "Sparkles",
price: "$99/mo",
name: "Professional Plan",
buttons: [
id: "professional", badge: "Most Popular", badgeIcon: "Sparkles", price: "$99/mo", name: "Professional Plan", buttons: [
{
text: "Start Pro",
href: "pricing",
},
text: "Start Pro", href: "pricing"},
{
text: "Contact Sales",
href: "contact",
},
text: "Contact Sales", href: "contact"},
],
features: [
"Unlimited daily volume",
"Advanced analytics & AI",
"Priority 24/7 support",
"API access",
"Custom trading algorithms",
],
"Unlimited daily volume", "Advanced analytics & AI", "Priority 24/7 support", "API access", "Custom trading algorithms"],
},
{
id: "enterprise",
price: "Custom",
name: "Enterprise Plan",
buttons: [
id: "enterprise", price: "Custom", name: "Enterprise Plan", buttons: [
{
text: "Contact Sales",
href: "contact",
},
text: "Contact Sales", href: "contact"},
{
text: "Request Demo",
href: "contact",
},
text: "Request Demo", href: "contact"},
],
features: [
"White-label platform",
"Dedicated account manager",
"Custom infrastructure",
"Institutional-grade APIs",
"Compliance & audit support",
],
"White-label platform", "Dedicated account manager", "Custom infrastructure", "Institutional-grade APIs", "Compliance & audit support"],
},
]}
animationType="slide-up"
@@ -129,43 +92,25 @@ export default function PricingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "Is my cryptocurrency safe on CryptoVault?",
content:
"Yes. We use military-grade 256-bit encryption, cold storage wallets for the majority of funds, and multi-signature authentication. We're fully insured and comply with all regulatory requirements.",
},
id: "1", title: "Is my cryptocurrency safe on CryptoVault?", content:
"Yes. We use military-grade 256-bit encryption, cold storage wallets for the majority of funds, and multi-signature authentication. We're fully insured and comply with all regulatory requirements."},
{
id: "2",
title: "What trading pairs are available?",
content:
"We support 500+ trading pairs including Bitcoin, Ethereum, Litecoin, and altcoins. Our liquidity pool is updated in real-time to ensure best execution prices for your trades.",
},
id: "2", title: "What trading pairs are available?", content:
"We support 500+ trading pairs including Bitcoin, Ethereum, Litecoin, and altcoins. Our liquidity pool is updated in real-time to ensure best execution prices for your trades."},
{
id: "3",
title: "What are the trading fees?",
content:
"Trading fees start at 0.1% for makers and 0.15% for takers. Professional and Enterprise plans receive discounted rates. Volume-based rebates are available for high-volume traders.",
},
id: "3", title: "What are the trading fees?", content:
"Trading fees start at 0.1% for makers and 0.15% for takers. Professional and Enterprise plans receive discounted rates. Volume-based rebates are available for high-volume traders."},
{
id: "4",
title: "Can I use trading bots on CryptoVault?",
content:
"Absolutely! Our API supports algorithmic trading with sub-millisecond latency. Professional and Enterprise plans include full API access with comprehensive documentation.",
},
id: "4", title: "Can I use trading bots on CryptoVault?", content:
"Absolutely! Our API supports algorithmic trading with sub-millisecond latency. Professional and Enterprise plans include full API access with comprehensive documentation."},
{
id: "5",
title: "How do I withdraw my funds?",
content:
"Withdrawals are processed instantly for most cryptocurrencies and within 24 hours for fiat. We support multiple withdrawal methods including bank transfers, PayPal, and stablecoin transfers.",
},
id: "5", title: "How do I withdraw my funds?", content:
"Withdrawals are processed instantly for most cryptocurrencies and within 24 hours for fiat. We support multiple withdrawal methods including bank transfers, PayPal, and stablecoin transfers."},
{
id: "6",
title: "What if I need customer support?",
content:
"We provide 24/7 customer support via email, live chat, and phone. Professional and Enterprise plans include dedicated account managers and priority response times.",
},
id: "6", title: "What if I need customer support?", content:
"We provide 24/7 customer support via email, live chat, and phone. Professional and Enterprise plans include dedicated account managers and priority response times."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjNeMqdZyurnCdpngclhlbnkgl/friendly-customer-support-team-in-modern-1773102185224-29b4ede8.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjNeMqdZyurnCdpngclhlbnkgl/friendly-customer-support-team-in-modern-1773102185224-29b4ede8.png"
imageAlt="CryptoVault customer support team"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -184,24 +129,16 @@ export default function PricingPage() {
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/cryptovault",
ariaLabel: "Follow us on Twitter",
},
href: "https://twitter.com/cryptovault", ariaLabel: "Follow us on Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/cryptovault",
ariaLabel: "Connect on LinkedIn",
},
href: "https://linkedin.com/company/cryptovault", ariaLabel: "Connect on LinkedIn"},
{
icon: Github,
href: "https://github.com/cryptovault",
ariaLabel: "View our code on GitHub",
},
href: "https://github.com/cryptovault", ariaLabel: "View our code on GitHub"},
{
icon: Mail,
href: "mailto:hello@cryptovault.io",
ariaLabel: "Email us",
},
href: "mailto:hello@cryptovault.io", ariaLabel: "Email us"},
]}
/>
</div>