5 Commits

Author SHA1 Message Date
d4692fb1b3 Merge version_4 into main
Merge version_4 into main
2026-05-06 18:20:16 +00:00
33a97380f5 Merge version_3 into main
Merge version_3 into main
2026-05-06 18:20:14 +00:00
82f796197e Update src/app/page.tsx 2026-05-06 18:20:13 +00:00
8f6b7fb88c Update src/app/page.tsx 2026-05-06 18:20:11 +00:00
2dfd218683 Merge version_2 into main
Merge version_2 into main
2026-05-06 18:19:14 +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 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."}, 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."},
{ {
@@ -159,6 +159,7 @@ export default function AIAgentsTemplatePage() {
{ text: "Get Started", href: "#" }, { text: "Get Started", href: "#" },
{ text: "Learn More", href: "#" }, { text: "Learn More", href: "#" },
]} ]}
buttonClassName="group"
dashboard={{ dashboard={{
title: "Agent Control Center", logoIcon: Bot, title: "Agent Control Center", logoIcon: Bot,
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face", imageAlt: "Operator avatar", buttons: [ imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face", imageAlt: "Operator avatar", buttons: [
@@ -311,4 +312,4 @@ export default function AIAgentsTemplatePage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }