Update src/app/pricing/page.tsx

This commit is contained in:
2026-01-25 11:37:33 +00:00
parent 38899765a7
commit 51bf16b179

View File

@@ -41,55 +41,23 @@ export default function PricingPage() {
<PricingCardEight
plans={[
{
id: "starter",
badge: "Popular",
badgeIcon: Star,
price: "$0",
subtitle: "Perfect for beginners",
buttons: [{ text: "Start Free", href: "https://app.example.com/signup" }],
id: "starter", badge: "Popular", badgeIcon: Star,
price: "$0", subtitle: "Perfect for beginners", buttons: [{ text: "Start Free", href: "https://app.example.com/signup" }],
features: [
"Unlimited trades per month",
"Basic charting tools",
"Email support",
"Mobile app access",
"Community forum access",
"Standard trading fees (0.1%/0.2%)"
"Unlimited trades per month", "Basic charting tools", "Email support", "Mobile app access", "Community forum access", "Standard trading fees (0.1%/0.2%)"
]
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$19/mo",
subtitle: "Best for active traders",
buttons: [{ text: "Upgrade Now", href: "https://app.example.com/pro" }],
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
price: "$19/mo", subtitle: "Best for active traders", buttons: [{ text: "Upgrade Now", href: "https://app.example.com/pro" }],
features: [
"All Starter features",
"Advanced analytics & AI signals",
"Priority support 24/7",
"API access with rate limits",
"Custom alerts and notifications",
"Lower trading fees (0.05%/0.1%)",
"Advanced order types",
"Portfolio management tools"
"All Starter features", "Advanced analytics & AI signals", "Priority support 24/7", "API access with rate limits", "Custom alerts and notifications", "Lower trading fees (0.05%/0.1%)", "Advanced order types", "Portfolio management tools"
]
},
{
id: "elite",
badge: "Premium",
price: "$99/mo",
subtitle: "For professional traders",
buttons: [{ text: "Go Elite", href: "https://app.example.com/elite" }],
id: "elite", badge: "Premium", price: "$99/mo", subtitle: "For professional traders", buttons: [{ text: "Go Elite", href: "https://app.example.com/elite" }],
features: [
"All Pro features",
"Dedicated account manager",
"White-label solutions",
"Margin trading access",
"Premium liquidity pools",
"Custom fee structure",
"Institutional-grade security",
"Priority order execution",
"Advanced risk management"
"All Pro features", "Dedicated account manager", "White-label solutions", "Margin trading access", "Premium liquidity pools", "Custom fee structure", "Institutional-grade security", "Priority order execution", "Advanced risk management"
]
}
]}
@@ -107,36 +75,26 @@ export default function PricingPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "Can I change my plan anytime?",
content: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately and we'll prorate any billing differences."
id: "1", title: "Can I change my plan anytime?", content: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately and we'll prorate any billing differences."
},
{
id: "2",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, bank transfers, and cryptocurrency payments including Bitcoin, Ethereum, and USDC."
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards, bank transfers, and cryptocurrency payments including Bitcoin, Ethereum, and USDC."
},
{
id: "3",
title: "Is there a free trial for paid plans?",
content: "Yes! Pro and Elite plans come with a 14-day free trial. No credit card required to start your trial period."
id: "3", title: "Is there a free trial for paid plans?", content: "Yes! Pro and Elite plans come with a 14-day free trial. No credit card required to start your trial period."
},
{
id: "4",
title: "What happens to my data if I downgrade?",
content: "Your trading history and portfolio data are always preserved. Some advanced features may be limited based on your plan."
id: "4", title: "What happens to my data if I downgrade?", content: "Your trading history and portfolio data are always preserved. Some advanced features may be limited based on your plan."
},
{
id: "5",
title: "Do you offer volume discounts?",
content: "Yes! High-volume traders and institutions can contact our sales team for custom pricing and enterprise features."
id: "5", title: "Do you offer volume discounts?", content: "Yes! High-volume traders and institutions can contact our sales team for custom pricing and enterprise features."
}
]}
sideTitle="Pricing Questions"
sideDescription="Everything you need to know about our plans and billing"
textPosition="left"
animationType="smooth"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -160,8 +118,7 @@ export default function PricingPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "https://cryptovault.io/security" },
@@ -169,8 +126,7 @@ export default function PricingPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "https://blog.cryptovault.io" },
{ label: "Careers", href: "https://careers.cryptovault.io" },
@@ -178,8 +134,7 @@ export default function PricingPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },