From 376d4d8213a14c205f306d8c4305ced02ecf841e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 11:14:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51ab28f..946e82e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"], }, ]; -- 2.49.1