diff --git a/src/app/page.tsx b/src/app/page.tsx index c7552b3..61aaae9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function AIAgentsTemplatePage() { "15 active agents", "50,000 agent runs/month", "All integrations", "Email support", "30-day log retention"], }, { - id: "business", badge: "Most Popular", badgeIcon: Star, + id: "business", badge: "Recommended for Scale", 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"], @@ -310,4 +310,4 @@ export default function AIAgentsTemplatePage() { /> ); -} \ No newline at end of file +}