Update src/app/page.tsx

This commit is contained in:
2026-02-15 22:51:51 +00:00
parent ac34f3a7c0
commit 34e4693894

View File

@@ -75,12 +75,8 @@ export default function HomePage() {
{ text: "View Documentation", href: "https://docs.example.com" } { text: "View Documentation", href: "https://docs.example.com" }
]} ]}
dashboard={{ dashboard={{
title: "Agent Operations Center", title: "Agent Operations Center", logoIcon: Settings,
logoIcon: Settings, imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "dashboard analytics monitoring data visualization interface", searchPlaceholder: "Search agents...", buttons: [
imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg",
imageAlt: "dashboard analytics monitoring data visualization interface",
searchPlaceholder: "Search agents...",
buttons: [
{ text: "Deploy Agent", href: "#" }, { text: "Deploy Agent", href: "#" },
{ text: "Monitor Systems", href: "#" } { text: "Monitor Systems", href: "#" }
], ],
@@ -91,46 +87,37 @@ export default function HomePage() {
], ],
stats: [ stats: [
{ {
title: "Agents Active", title: "Agents Active", values: [145, 234, 412],
values: [145, 234, 412],
description: "Currently deployed" description: "Currently deployed"
}, },
{ {
title: "System Uptime", title: "System Uptime", values: [99.87, 99.92, 99.99],
values: [99.87, 99.92, 99.99], valueSuffix: "%", description: "Last 30 days"
valueSuffix: "%",
description: "Last 30 days"
}, },
{ {
title: "Tasks Completed", title: "Tasks Completed", values: [8234, 15678, 24501],
values: [8234, 15678, 24501],
description: "This month" description: "This month"
} }
], ],
chartTitle: "Agent Performance", chartTitle: "Agent Performance", chartData: [
chartData: [
{ value: 85 }, { value: 85 },
{ value: 92 }, { value: 92 },
{ value: 78 }, { value: 78 },
{ value: 95 }, { value: 95 },
{ value: 88 } { value: 88 }
], ],
listTitle: "Recent Deployments", listTitle: "Recent Deployments", listItems: [
listItems: [
{ {
icon: Rocket, icon: Rocket,
title: "DataProcessor Agent v2.1", title: "DataProcessor Agent v2.1", status: "Active"
status: "Active"
}, },
{ {
icon: Brain, icon: Brain,
title: "ML Pipeline Optimizer", title: "ML Pipeline Optimizer", status: "Optimizing"
status: "Optimizing"
}, },
{ {
icon: Shield, icon: Shield,
title: "Security Monitor Agent", title: "Security Monitor Agent", status: "Monitoring"
status: "Monitoring"
} }
] ]
}} }}
@@ -148,15 +135,10 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Real-Time Monitoring", title: "Real-Time Monitoring", description: "Track agent performance, resource usage, and task completion in real-time", bentoComponent: "globe"
description: "Track agent performance, resource usage, and task completion in real-time",
bentoComponent: "globe"
}, },
{ {
title: "API Integration Hub", title: "API Integration Hub", description: "Connect with 500+ services and custom APIs seamlessly", bentoComponent: "orbiting-icons", centerIcon: Zap,
description: "Connect with 500+ services and custom APIs seamlessly",
bentoComponent: "orbiting-icons",
centerIcon: Zap,
items: [ items: [
{ icon: Database, ring: 1 }, { icon: Database, ring: 1 },
{ icon: Cloud, ring: 2 }, { icon: Cloud, ring: 2 },
@@ -164,44 +146,29 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Advanced Analytics", title: "Advanced Analytics", description: "Gain insights with detailed charts and metrics on agent behavior", bentoComponent: "line-chart"
description: "Gain insights with detailed charts and metrics on agent behavior",
bentoComponent: "line-chart"
}, },
{ {
title: "Security & Compliance", title: "Security & Compliance", description: "Enterprise-grade security with SOC 2, GDPR, and ISO compliance", bentoComponent: "3d-stack-cards", items: [
description: "Enterprise-grade security with SOC 2, GDPR, and ISO compliance",
bentoComponent: "3d-stack-cards",
items: [
{ {
icon: Shield, icon: Shield,
title: "Encryption", title: "Encryption", subtitle: "End-to-End", detail: "Military-grade AES-256"
subtitle: "End-to-End",
detail: "Military-grade AES-256"
}, },
{ {
icon: Lock, icon: Lock,
title: "Access Control", title: "Access Control", subtitle: "RBAC", detail: "Role-based permissions"
subtitle: "RBAC",
detail: "Role-based permissions"
}, },
{ {
icon: Eye, icon: Eye,
title: "Audit Logs", title: "Audit Logs", subtitle: "Complete History", detail: "Full activity tracking"
subtitle: "Complete History",
detail: "Full activity tracking"
} }
] ]
}, },
{ {
title: "Auto-Scaling", title: "Auto-Scaling", description: "Automatically scale resources based on demand and workload", bentoComponent: "animated-bar-chart"
description: "Automatically scale resources based on demand and workload",
bentoComponent: "animated-bar-chart"
}, },
{ {
title: "Global Deployment", title: "Global Deployment", description: "Deploy agents to 50+ regions worldwide with low latency", bentoComponent: "map"
description: "Deploy agents to 50+ regions worldwide with low latency",
bentoComponent: "map"
} }
]} ]}
/> />
@@ -219,33 +186,27 @@ export default function HomePage() {
features={[ features={[
{ {
icon: Zap, icon: Zap,
title: "Lightning Fast Deployment", title: "Lightning Fast Deployment", description: "Deploy agents in seconds with zero downtime and instant rollback capabilities"
description: "Deploy agents in seconds with zero downtime and instant rollback capabilities"
}, },
{ {
icon: TrendingUp, icon: TrendingUp,
title: "Performance Optimization", title: "Performance Optimization", description: "Automatic optimization of agent algorithms and resource allocation"
description: "Automatic optimization of agent algorithms and resource allocation"
}, },
{ {
icon: Users, icon: Users,
title: "Team Collaboration", title: "Team Collaboration", description: "Collaborate with team members with granular permission controls"
description: "Collaborate with team members with granular permission controls"
}, },
{ {
icon: AlertCircle, icon: AlertCircle,
title: "Intelligent Alerts", title: "Intelligent Alerts", description: "Proactive monitoring with AI-powered anomaly detection and alerts"
description: "Proactive monitoring with AI-powered anomaly detection and alerts"
}, },
{ {
icon: Code, icon: Code,
title: "Custom Integrations", title: "Custom Integrations", description: "Build custom integrations with our comprehensive API and SDK"
description: "Build custom integrations with our comprehensive API and SDK"
}, },
{ {
icon: BarChart3, icon: BarChart3,
title: "Business Intelligence", title: "Business Intelligence", description: "Export data and create custom dashboards for your organization"
description: "Export data and create custom dashboards for your organization"
} }
]} ]}
/> />
@@ -255,8 +216,7 @@ export default function HomePage() {
logoText="AgentDeploy" logoText="AgentDeploy"
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "/about" }, { label: "Features", href: "/about" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Security", href: "/security" }, { label: "Security", href: "/security" },
@@ -264,8 +224,7 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -273,8 +232,7 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Documentation", href: "https://docs.example.com" }, { label: "Documentation", href: "https://docs.example.com" },
{ label: "Guides", href: "/guides" }, { label: "Guides", href: "/guides" },
{ label: "Community", href: "https://community.example.com" }, { label: "Community", href: "https://community.example.com" },
@@ -282,8 +240,7 @@ export default function HomePage() {
] ]
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Terms of Service", href: "/terms" }, { label: "Terms of Service", href: "/terms" },
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
{ label: "Cookie Policy", href: "/cookies" }, { label: "Cookie Policy", href: "/cookies" },