From 82f796197e0ff4aaff8a9afbc8f0f3b2e3fcd021 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:20:13 +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 177e912..8cfbfab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 are autonomous software that execute tasks on your behalf to boost productivity instantly. They bridge the gap between intent and action by autonomously reasoning, planning, and executing complex workflows across your stack."}, { 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."}, { @@ -311,4 +311,4 @@ export default function AIAgentsTemplatePage() { /> ); -} +} \ No newline at end of file -- 2.49.1