From 71d96c82484a64369ddb6ca713fd6f00880332d3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 11:16:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc94f7d..c7552b3 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: "Start Free Trial", href: "#" }], + 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"], }, @@ -90,7 +90,7 @@ export default function AIAgentsTemplatePage() { const faqs = [ { - id: "1", title: "What are AI agents and how do they work?", content: "AI agents are autonomous software programs that can reason, plan, and execute tasks on your behalf. They use large language models combined with tool integrations to understand goals, break them into steps, and take action across your systems."}, + id: "1", title: "What are AI agents and how do they work?", content: "AI agents save you hours of manual work by automating complex tasks through intelligent planning. They function by using large language models and tool integrations to execute multi-step workflows autonomously."}, { id: "2", title: "How long does it take to set up my first agent?", content: "Most users have their first agent running within 15 minutes. Our intuitive interface and pre-built templates make it easy to get started, and our documentation covers everything from basic setup to advanced configurations."}, { @@ -310,4 +310,4 @@ export default function AIAgentsTemplatePage() { /> ); -} +} \ No newline at end of file -- 2.49.1