From 4dfb084f0ee75a5f2af17bc6571eab46cae8b8f9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:15:57 +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 9806646..bc94f7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function AIAgentsTemplatePage() { const pricingPlans = [ { - id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Get Started", href: "#" }], + id: "starter", price: "$29/mo", name: "Starter", buttons: [{ text: "Start Free Trial", href: "#" }], features: [ "3 active agents", "5,000 agent runs/month", "Basic integrations", "Community support", "7-day log retention"], }, @@ -310,4 +310,4 @@ export default function AIAgentsTemplatePage() { /> ); -} \ No newline at end of file +} -- 2.49.1