Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-09 09:56:57 +00:00
parent dca99208f3
commit 2e09dd4896

View File

@@ -15,7 +15,7 @@ export default function PricingPage() {
borderRadius="soft"
contentWidth="compact"
sizing="medium"
background="noise"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -31,8 +31,7 @@ export default function PricingPage() {
{ name: "Pricing", id: "pricing" }
]}
button={{
text: "Start Trading Now",
href: "https://tradeflow.terminal"
text: "Start Trading Now", href: "https://tradeflow.terminal"
}}
animateOnLoad={true}
/>
@@ -42,28 +41,13 @@ export default function PricingPage() {
<MetricCardTen
metrics={[
{
id: "1",
title: "Professional Trader",
subtitle: "For individual professional traders and small teams",
category: "Individual",
value: "$999/month",
buttons: [{ text: "Get Started", href: "https://tradeflow.terminal" }]
id: "1", title: "Professional Trader", subtitle: "For individual professional traders and small teams", category: "Individual", value: "$999/month", buttons: [{ text: "Get Started", href: "https://tradeflow.terminal" }]
},
{
id: "2",
title: "Trading Desk",
subtitle: "For mid-sized trading teams and boutique firms",
category: "Team",
value: "$4,999/month",
buttons: [{ text: "Contact Sales", href: "/contact" }]
id: "2", title: "Trading Desk", subtitle: "For mid-sized trading teams and boutique firms", category: "Team", value: "$4,999/month", buttons: [{ text: "Contact Sales", href: "/contact" }]
},
{
id: "3",
title: "Enterprise",
subtitle: "For large institutions with custom requirements",
category: "Enterprise",
value: "Custom",
buttons: [{ text: "Talk to Us", href: "/contact" }]
id: "3", title: "Enterprise", subtitle: "For large institutions with custom requirements", category: "Enterprise", value: "Custom", buttons: [{ text: "Talk to Us", href: "/contact" }]
}
]}
title="Transparent Pricing"
@@ -81,26 +65,20 @@ export default function PricingPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "Can I upgrade or downgrade my plan?",
content: "Yes, you can change your plan at any time. Upgrades take effect immediately, and downgrades apply at the start of your next billing cycle. No contracts or long-term commitments required."
id: "1", title: "Can I upgrade or downgrade my plan?", content: "Yes, you can change your plan at any time. Upgrades take effect immediately, and downgrades apply at the start of your next billing cycle. No contracts or long-term commitments required."
},
{
id: "2",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, wire transfers, and ACH payments for institutional clients. Monthly and annual billing options are available with annual discounts."
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards, wire transfers, and ACH payments for institutional clients. Monthly and annual billing options are available with annual discounts."
},
{
id: "3",
title: "Is there a free trial available?",
content: "Yes, we offer a 14-day free trial with full access to all platform features. No credit card required. Contact our sales team to set up your trial account."
id: "3", title: "Is there a free trial available?", content: "Yes, we offer a 14-day free trial with full access to all platform features. No credit card required. Contact our sales team to set up your trial account."
}
]}
sideTitle="Pricing FAQ"
sideDescription="Common questions about our pricing plans and billing"
textPosition="left"
useInvertedBackground={false}
animationType="smooth"
faqsAnimation="slide-up"
/>
</div>