From e99627e625aa45e5743ceb96a5de3a636b57d959 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:18:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1