2 Commits

Author SHA1 Message Date
32c4645358 Update src/app/page.tsx 2026-03-31 13:06:12 +00:00
25920970ed Merge version_2 into main
Merge version_2 into main
2026-03-31 13:00:13 +00:00

View File

@@ -90,7 +90,7 @@ export default function AIAgentsTemplatePage() {
const faqs = [ 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 programs that can reason, plan, and execute tasks on your behalf. They achieve this by using large language models combined with tool integrations to understand goals and execute steps."},
{ {
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."}, 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() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }