Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-03-31 13:15:20 +00:00

View File

@@ -10,7 +10,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Bot, CheckCircle, Mail, DollarSign } from "lucide-react";
import { Bot, CheckCircle, Mail, DollarSign, LayoutDashboard, Database, Settings } from "lucide-react";
export default function AIAgentsTemplatePage() {
const navItems = [
@@ -69,9 +69,9 @@ export default function AIAgentsTemplatePage() {
{ title: "Latency", values: [10, 12, 11], description: "ms" },
],
sidebarItems: [
{ label: "Dashboard", href: "#" },
{ label: "Agents", href: "#" },
{ label: "Settings", href: "#" },
{ icon: LayoutDashboard, active: true },
{ icon: Database, active: false },
{ icon: Settings, active: false },
],
chartTitle: "Runs (24h)", chartData: [{ value: 120 }, { value: 85 }],
listTitle: "Activity", listItems: [{ icon: CheckCircle, title: "Report", status: "Done" }],