Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-10 15:57:58 +00:00
parent 8b2d4e98b8
commit 8d85ebe83d

View File

@@ -71,7 +71,8 @@ export default function PricingPage() {
brandName="OpenFlow AI"
navItems={navItems}
button={{
text: "See Your 10-Minute Setup", href: "/contact"}}
text: "See Your 10-Minute Setup", href: "/contact"
}}
/>
</div>
@@ -81,33 +82,42 @@ export default function PricingPage() {
{
id: "1", price: "Custom", name: "Starter", buttons: [
{
text: "Get Started", href: "/contact"},
text: "Get Started", href: "/contact"
},
{
text: "Learn More", href: "#"},
text: "Learn More", href: "#"
},
],
features: [
"1 AI Agent", "Up to 1,000 queries/month", "Slack integration", "Email support", "30-day onboarding"],
"1 AI Agent", "Up to 1,000 queries/month", "Slack integration", "Email support", "30-day onboarding"
],
},
{
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
price: "Custom", name: "Professional", buttons: [
{
text: "Get Started", href: "/contact"},
text: "Get Started", href: "/contact"
},
{
text: "Chat with Sales", href: "/contact"},
text: "Chat with Sales", href: "/contact"
},
],
features: [
"Up to 3 AI Agents", "Unlimited queries", "All channels (Slack, intranet, web)", "Priority support", "Custom integrations", "Analytics dashboard"],
"Up to 3 AI Agents", "Unlimited queries", "All channels (Slack, intranet, web)", "Priority support", "Custom integrations", "Analytics dashboard"
],
},
{
id: "3", price: "Custom", name: "Enterprise", buttons: [
{
text: "Contact Sales", href: "/contact"},
text: "Contact Sales", href: "/contact"
},
{
text: "Schedule Demo", href: "/contact"},
text: "Schedule Demo", href: "/contact"
},
],
features: [
"Unlimited AI Agents", "White-label deployment", "Advanced security & compliance", "Dedicated success manager", "Custom training", "SLA guarantee (99.9% uptime)"],
"Unlimited AI Agents", "White-label deployment", "Advanced security & compliance", "Dedicated success manager", "Custom training", "SLA guarantee (99.9% uptime)"
],
},
]}
title="Simple, Transparent Pricing"
@@ -124,16 +134,20 @@ export default function PricingPage() {
metrics={[
{
id: "1", icon: TrendingUp,
title: "Ticket Reduction", value: "65%"},
title: "Ticket Reduction", value: "65%"
},
{
id: "2", icon: Clock,
title: "Time to Deploy", value: "<10 min"},
title: "Time to Deploy", value: "<10 min"
},
{
id: "3", icon: Users,
title: "Employee Adoption", value: "94%"},
title: "Employee Adoption", value: "94%"
},
{
id: "4", icon: DollarSign,
title: "Cost Savings", value: "45%"},
title: "Cost Savings", value: "45%"
},
]}
title="OpenFlow AI Impact"
description="Measurable results across enterprise deployments"
@@ -148,13 +162,15 @@ export default function PricingPage() {
<ContactText
text="Ready to transform your support operations? See your personalized 10-minute setup today and join enterprise teams automating their workflow."
animationType="background-highlight"
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
buttons={[
{
text: "See Your 10-Minute Setup", href: "/contact"},
text: "See Your 10-Minute Setup", href: "/contact"
},
{
text: "Schedule a Demo", href: "/contact"},
text: "Schedule a Demo", href: "/contact"
},
]}
/>
</div>