Merge version_2 into main #3
@@ -48,7 +48,7 @@ export default function AIAgentsTemplatePage() {
|
||||
title="Build Autonomous AI Agents"
|
||||
description="Deploy intelligent agents that reason, use tools, and automate complex workflows."
|
||||
buttons={[{ text: "Get Started", href: "#" }]}
|
||||
dashboard={{ title: "Control Center", logoIcon: Bot, imageSrc: "", imageAlt: "Operator", buttons: [], sidebarItems: [], stats: [{ label: "Agents", value: "12" }, { label: "Runs", value: "4.2k" }, { label: "Success", value: "98%" }], chartTitle: "Agent Runs", chartData: [], listTitle: "Activities", listItems: [] }}
|
||||
dashboard={{ title: "Control Center", logoIcon: Bot, imageSrc: "", imageAlt: "Operator", buttons: [], sidebarItems: [], stats: [{ title: "Agents", values: [10, 11, 12] }, { title: "Runs", values: [4000, 4100, 4200] }, { title: "Success", values: [96, 97, 98] }], chartTitle: "Agent Runs", chartData: [], listTitle: "Activities", listItems: [] }}
|
||||
/>
|
||||
<FeatureBento features={features} animationType="slide-up" title="Core Platform" description="Build powerful AI agents." textboxLayout="default" useInvertedBackground={false} />
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user