2 Commits

Author SHA1 Message Date
376d4d8213 Update src/app/page.tsx 2026-03-31 11:14:59 +00:00
2571840021 Merge version_2 into main
Merge version_2 into main
2026-03-31 11:14:08 +00:00

View File

@@ -68,23 +68,23 @@ export default function AIAgentsTemplatePage() {
{ {
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }], id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }],
features: [ features: [
"3 active agents", "5,000 agent runs/month", "Basic integrations", "Community support", "7-day log retention"], "Includes 3 active agents", "Includes 5,000 agent runs/month", "Includes basic tool integrations", "Includes community forum support", "Includes 7-day log retention"],
}, },
{ {
id: "pro", price: "$99/mo", name: "Professional", buttons: [{ text: "Get Started", href: "#" }], id: "pro", price: "$99/mo", name: "Professional", buttons: [{ text: "Get Started", href: "#" }],
features: [ features: [
"15 active agents", "50,000 agent runs/month", "All integrations", "Email support", "30-day log retention"], "Includes 15 active agents", "Includes 50,000 agent runs/month", "Includes all tool integrations", "Includes direct email support", "Includes 30-day log retention"],
}, },
{ {
id: "business", badge: "Most Popular", badgeIcon: Star, id: "business", badge: "Most Popular", badgeIcon: Star,
price: "$299/mo", name: "Business", buttons: [{ text: "Get Started", href: "#" }], price: "$299/mo", name: "Business", buttons: [{ text: "Get Started", href: "#" }],
features: [ features: [
"50 active agents", "250,000 agent runs/month", "Custom integrations", "Priority support", "90-day log retention"], "Includes 50 active agents", "Includes 250,000 agent runs/month", "Includes custom tool integrations", "Includes 24/7 priority support", "Includes 90-day log retention"],
}, },
{ {
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [{ text: "Contact Sales", href: "#" }], id: "enterprise", price: "Custom", name: "Enterprise", buttons: [{ text: "Contact Sales", href: "#" }],
features: [ features: [
"Unlimited agents", "Unlimited agent runs", "Dedicated integrations", "24/7 dedicated support", "Unlimited log retention"], "Includes unlimited agents", "Includes unlimited agent runs", "Includes dedicated custom integrations", "Includes 24/7 dedicated account support", "Includes unlimited log retention"],
}, },
]; ];