Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 376d4d8213 | |||
| 2571840021 |
@@ -68,23 +68,23 @@ export default function AIAgentsTemplatePage() {
|
||||
{
|
||||
id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }],
|
||||
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: "#" }],
|
||||
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,
|
||||
price: "$299/mo", name: "Business", buttons: [{ text: "Get Started", href: "#" }],
|
||||
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: "#" }],
|
||||
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"],
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user