Update src/app/pricing/page.tsx

This commit is contained in:
2026-02-02 15:14:09 +00:00
parent 19b16a72de
commit 89374e1031

View File

@@ -27,10 +27,10 @@ export default function PricingPage() {
<NavbarLayoutFloatingInline
brandName="AgentAI"
navItems={[
{ name: "Features", href: "/" },
{ name: "Pricing", href: "/pricing" },
{ name: "About", href: "/about" },
{ name: "Docs", href: "https://docs.example.com" }
{ name: "Features", id: "/" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Docs", id: "https://docs.example.com" }
]}
button={{ text: "Start Free Trial", href: "/contact" }}
/>
@@ -44,53 +44,21 @@ export default function PricingPage() {
tagIcon={DollarSign}
plans={[
{
id: "starter",
title: "Starter",
price: "Custom",
period: "Contact Sales",
imageSrc: "http://img.b2bpic.net/free-photo/people-leaning-desk-standing_23-2147650958.jpg",
imageAlt: "pricing plan startup business growth",
button: { text: "Get Started", href: "/contact" },
id: "starter", title: "Starter", price: "Custom", period: "Contact Sales", imageSrc: "http://img.b2bpic.net/free-photo/people-leaning-desk-standing_23-2147650958.jpg", imageAlt: "pricing plan startup business growth", button: { text: "Get Started", href: "/contact" },
features: [
"Up to 5 AI agents",
"Basic automation workflows",
"Email support",
"Monthly reporting",
"API access"
"Up to 5 AI agents", "Basic automation workflows", "Email support", "Monthly reporting", "API access"
]
},
{
id: "professional",
title: "Professional",
price: "Custom",
period: "Contact Sales",
imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16137.jpg",
imageAlt: "professional enterprise business success growth",
button: { text: "Request Demo", href: "/contact" },
id: "professional", title: "Professional", price: "Custom", period: "Contact Sales", imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16137.jpg", imageAlt: "professional enterprise business success growth", button: { text: "Request Demo", href: "/contact" },
features: [
"Up to 50 AI agents",
"Advanced multi-agent orchestration",
"Priority support 24/7",
"Real-time analytics dashboard",
"Custom workflow builder",
"Compliance & audit tools"
"Up to 50 AI agents", "Advanced multi-agent orchestration", "Priority support 24/7", "Real-time analytics dashboard", "Custom workflow builder", "Compliance & audit tools"
]
},
{
id: "enterprise",
title: "Enterprise",
price: "Custom",
period: "Contact Sales",
imageSrc: "http://img.b2bpic.net/free-photo/office-scene-with-two-persons_23-2147626431.jpg",
imageAlt: "enterprise organization corporation scale success",
button: { text: "Schedule Consultation", href: "/contact" },
id: "enterprise", title: "Enterprise", price: "Custom", period: "Contact Sales", imageSrc: "http://img.b2bpic.net/free-photo/office-scene-with-two-persons_23-2147626431.jpg", imageAlt: "enterprise organization corporation scale success", button: { text: "Schedule Consultation", href: "/contact" },
features: [
"Unlimited AI agents",
"White-label platform",
"Dedicated account manager",
"Custom integrations",
"Advanced security & compliance",
"SLA guarantees"
"Unlimited AI agents", "White-label platform", "Dedicated account manager", "Custom integrations", "Advanced security & compliance", "SLA guarantees"
]
}
]}
@@ -109,34 +77,22 @@ export default function PricingPage() {
useInvertedBackground="invertDefault"
faqs={[
{
id: "1",
title: "How long does it take to deploy an AI agent?",
content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates."
id: "1", title: "How long does it take to deploy an AI agent?", content: "Most deployments are completed within 2-4 weeks. Our expert implementation team handles setup, training, and integration with your existing systems. For simple use cases, you can have agents running in days using our pre-built templates."
},
{
id: "2",
title: "What kind of support do you provide?",
content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs."
id: "2", title: "What kind of support do you provide?", content: "We offer 24/7 priority support for all enterprise customers, dedicated account managers, regular training sessions, and comprehensive documentation. Our support team includes AI specialists who understand your business needs."
},
{
id: "3",
title: "How secure is AgentAI?",
content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security."
id: "3", title: "How secure is AgentAI?", content: "AgentAI meets the highest enterprise security standards including SOC 2 Type II compliance, end-to-end encryption, role-based access control, and comprehensive audit trails. We also support on-premise deployment for maximum security."
},
{
id: "4",
title: "Can AgentAI integrate with our existing systems?",
content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use."
id: "4", title: "Can AgentAI integrate with our existing systems?", content: "Yes, AgentAI integrates seamlessly with most enterprise systems via APIs, webhooks, and pre-built connectors. Our integration team can build custom connections for any legacy or specialized systems you use."
},
{
id: "5",
title: "What's the learning curve for our team?",
content: "We provide comprehensive training programs tailored to your team's technical level. Most users are productive within 2-3 days, and advanced features can be mastered through our certification program within 2 weeks."
id: "5", title: "What's the learning curve for our team?", content: "We provide comprehensive training programs tailored to your team's technical level. Most users are productive within 2-3 days, and advanced features can be mastered through our certification program within 2 weeks."
},
{
id: "6",
title: "How do you measure ROI and success?",
content: "Our analytics dashboard tracks key metrics including process automation rates, cost savings, time saved, and business outcomes. We work with you to define success metrics and provide quarterly business reviews to demonstrate value."
id: "6", title: "How do you measure ROI and success?", content: "Our analytics dashboard tracks key metrics including process automation rates, cost savings, time saved, and business outcomes. We work with you to define success metrics and provide quarterly business reviews to demonstrate value."
}
]}
animationType="smooth"
@@ -161,8 +117,7 @@ export default function PricingPage() {
copyrightText="© 2025 AgentAI Inc. All rights reserved."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "#" },
@@ -170,8 +125,7 @@ export default function PricingPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -179,8 +133,7 @@ export default function PricingPage() {
]
},
{
title: "Developers",
items: [
title: "Developers", items: [
{ label: "Documentation", href: "https://docs.example.com" },
{ label: "API Reference", href: "#" },
{ label: "GitHub", href: "#" },
@@ -188,8 +141,7 @@ export default function PricingPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },