Update src/app/pricing/page.tsx
This commit is contained in:
@@ -52,58 +52,31 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
price: "$299/mo",
|
||||
name: "Starter",
|
||||
buttons: [
|
||||
id: "starter", price: "$299/mo", name: "Starter", buttons: [
|
||||
{ text: "Get Started", href: "https://app.example.com" },
|
||||
{ text: "Schedule Demo", href: "/contact" }
|
||||
],
|
||||
features: [
|
||||
"Up to 5 active agents",
|
||||
"1M tasks per month",
|
||||
"Community support",
|
||||
"Basic monitoring",
|
||||
"Standard security"
|
||||
"Up to 5 active agents", "1M tasks per month", "Community support", "Basic monitoring", "Standard security"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: Zap,
|
||||
price: "$999/mo",
|
||||
name: "Professional",
|
||||
buttons: [
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Zap,
|
||||
price: "$999/mo", name: "Professional", buttons: [
|
||||
{ text: "Get Started", href: "https://app.example.com" },
|
||||
{ text: "Schedule Demo", href: "/contact" }
|
||||
],
|
||||
features: [
|
||||
"Up to 50 active agents",
|
||||
"100M tasks per month",
|
||||
"Priority email support",
|
||||
"Advanced analytics",
|
||||
"Enterprise security & compliance",
|
||||
"Global deployment regions",
|
||||
"Custom integrations"
|
||||
"Up to 50 active agents", "100M tasks per month", "Priority email support", "Advanced analytics", "Enterprise security & compliance", "Global deployment regions", "Custom integrations"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [
|
||||
{ text: "Contact Sales", href: "/contact" },
|
||||
{ text: "View Features", href: "/about" }
|
||||
],
|
||||
features: [
|
||||
"Unlimited active agents",
|
||||
"Unlimited tasks",
|
||||
"24/7 dedicated support",
|
||||
"Custom SLA agreements",
|
||||
"Advanced security features",
|
||||
"Private deployment options",
|
||||
"Custom training & consulting",
|
||||
"Custom billing"
|
||||
"Unlimited active agents", "Unlimited tasks", "24/7 dedicated support", "Custom SLA agreements", "Advanced security features", "Private deployment options", "Custom training & consulting", "Custom billing"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -121,44 +94,28 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What types of AI agents can I deploy?",
|
||||
content: "AgentDeploy supports any autonomous AI agent, including language models, computer vision agents, data processing agents, robotic process automation, and custom ML models. Our platform is agnostic to the underlying AI framework."
|
||||
id: "1", title: "What types of AI agents can I deploy?", content: "AgentDeploy supports any autonomous AI agent, including language models, computer vision agents, data processing agents, robotic process automation, and custom ML models. Our platform is agnostic to the underlying AI framework."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does it take to deploy an agent?",
|
||||
content: "Most agents deploy in under 5 minutes. Our streamlined deployment pipeline handles containerization, resource allocation, and monitoring automatically. You can roll back to previous versions instantly if needed."
|
||||
id: "2", title: "How long does it take to deploy an agent?", content: "Most agents deploy in under 5 minutes. Our streamlined deployment pipeline handles containerization, resource allocation, and monitoring automatically. You can roll back to previous versions instantly if needed."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What security certifications do you have?",
|
||||
content: "We maintain SOC 2 Type II, ISO 27001, and GDPR compliance. All data is encrypted in transit and at rest using military-grade AES-256 encryption. We also offer custom compliance agreements for enterprise customers."
|
||||
id: "3", title: "What security certifications do you have?", content: "We maintain SOC 2 Type II, ISO 27001, and GDPR compliance. All data is encrypted in transit and at rest using military-grade AES-256 encryption. We also offer custom compliance agreements for enterprise customers."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I scale agents dynamically?",
|
||||
content: "Yes, auto-scaling is built-in. The platform automatically scales your agents based on workload, CPU usage, and custom metrics. You maintain full control with configurable thresholds and scaling policies."
|
||||
id: "4", title: "Can I scale agents dynamically?", content: "Yes, auto-scaling is built-in. The platform automatically scales your agents based on workload, CPU usage, and custom metrics. You maintain full control with configurable thresholds and scaling policies."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "What's your uptime guarantee?",
|
||||
content: "We maintain a 99.99% uptime SLA for Professional and Enterprise plans. This includes redundancy across multiple availability zones and automatic failover capabilities."
|
||||
id: "5", title: "What's your uptime guarantee?", content: "We maintain a 99.99% uptime SLA for Professional and Enterprise plans. This includes redundancy across multiple availability zones and automatic failover capabilities."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you provide API access?",
|
||||
content: "Absolutely. Our comprehensive REST and GraphQL APIs allow you to manage agents, monitor performance, and trigger tasks programmatically. We also provide SDKs for Python, Node.js, and Go."
|
||||
id: "6", title: "Do you provide API access?", content: "Absolutely. Our comprehensive REST and GraphQL APIs allow you to manage agents, monitor performance, and trigger tasks programmatically. We also provide SDKs for Python, Node.js, and Go."
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "How do you handle agent failures?",
|
||||
content: "Failed agents are automatically restarted. We provide detailed logs and alerts for debugging. Our intelligent retry mechanisms can be configured per agent, with exponential backoff and circuit breaker patterns."
|
||||
id: "7", title: "How do you handle agent failures?", content: "Failed agents are automatically restarted. We provide detailed logs and alerts for debugging. Our intelligent retry mechanisms can be configured per agent, with exponential backoff and circuit breaker patterns."
|
||||
},
|
||||
{
|
||||
id: "8",
|
||||
title: "Can I integrate with my existing tools?",
|
||||
content: "Yes, we support 500+ integrations out of the box. For tools not in our marketplace, build custom integrations using our API and webhooks. Our marketplace also accepts community-contributed integrations."
|
||||
id: "8", title: "Can I integrate with my existing tools?", content: "Yes, we support 500+ integrations out of the box. For tools not in our marketplace, build custom integrations using our API and webhooks. Our marketplace also accepts community-contributed integrations."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -168,8 +125,7 @@ export default function PricingPage() {
|
||||
logoText="AgentDeploy"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/about" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "/security" },
|
||||
@@ -177,8 +133,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -186,8 +141,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "https://docs.example.com" },
|
||||
{ label: "Guides", href: "/guides" },
|
||||
{ label: "Community", href: "https://community.example.com" },
|
||||
@@ -195,8 +149,7 @@ export default function PricingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
|
||||
Reference in New Issue
Block a user