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