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 +}