From 6ddc92e1d3ca5700e712f0009239782a97a495c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:51:48 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 56 +++++++++--------------------------------- 1 file changed, 12 insertions(+), 44 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 02a87bb..d39810e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,6 +53,8 @@ export default function AboutPage() { ]} imageSrc="https://img.b2bpic.net/free-photo/data-center-engineer-coding-notebook-adjusting-power-settings_482257-120677.jpg" imageAlt="enterprise technology infrastructure data center servers" + mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -68,52 +70,22 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Chen", - handle: "CTO, FinanceCore", - testimonial: "AgentDeploy reduced our deployment time by 80%. The security features gave us the confidence to deploy mission-critical agents in production.", - imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - imageAlt: "professional woman avatar headshot portrait" + id: "1", name: "Sarah Chen", handle: "CTO, FinanceCore", testimonial: "AgentDeploy reduced our deployment time by 80%. The security features gave us the confidence to deploy mission-critical agents in production.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "professional woman avatar headshot portrait" }, { - id: "2", - name: "Marcus Johnson", - handle: "VP Engineering, DataStream", - testimonial: "The monitoring dashboard is outstanding. Real-time insights into agent performance helped us optimize our workflows immediately.", - imageSrc: "https://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", - imageAlt: "professional man avatar headshot portrait" + id: "2", name: "Marcus Johnson", handle: "VP Engineering, DataStream", testimonial: "The monitoring dashboard is outstanding. Real-time insights into agent performance helped us optimize our workflows immediately.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "professional man avatar headshot portrait" }, { - id: "3", - name: "Elena Rodriguez", - handle: "AI Lead, CloudTech", - testimonial: "Enterprise-grade reliability without the enterprise headaches. The support team is exceptional and responsive.", - imageSrc: "https://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", - imageAlt: "professional woman avatar headshot portrait" + id: "3", name: "Elena Rodriguez", handle: "AI Lead, CloudTech", testimonial: "Enterprise-grade reliability without the enterprise headaches. The support team is exceptional and responsive.", imageSrc: "https://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", imageAlt: "professional woman avatar headshot portrait" }, { - id: "4", - name: "David Park", - handle: "Director, AutoScale Labs", - testimonial: "The auto-scaling capabilities are game-changing. We've handled 10x traffic spikes without any issues.", - imageSrc: "https://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", - imageAlt: "professional man avatar headshot portrait" + id: "4", name: "David Park", handle: "Director, AutoScale Labs", testimonial: "The auto-scaling capabilities are game-changing. We've handled 10x traffic spikes without any issues.", imageSrc: "https://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "professional man avatar headshot portrait" }, { - id: "5", - name: "Jennifer Lee", - handle: "CEO, NextGen AI", - testimonial: "This platform transformed how we deliver AI solutions. Our clients are impressed with the speed and reliability.", - imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", - imageAlt: "professional woman avatar headshot portrait" + id: "5", name: "Jennifer Lee", handle: "CEO, NextGen AI", testimonial: "This platform transformed how we deliver AI solutions. Our clients are impressed with the speed and reliability.", imageSrc: "https://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", imageAlt: "professional woman avatar headshot portrait" }, { - id: "6", - name: "Thomas Miller", - handle: "Infrastructure Manager, enterprise.io", - testimonial: "Security and compliance were our biggest concerns. AgentDeploy handles all of it seamlessly.", - imageSrc: "https://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", - imageAlt: "professional man avatar headshot portrait" + id: "6", name: "Thomas Miller", handle: "Infrastructure Manager, enterprise.io", testimonial: "Security and compliance were our biggest concerns. AgentDeploy handles all of it seamlessly.", imageSrc: "https://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageAlt: "professional man avatar headshot portrait" } ]} /> @@ -123,8 +95,7 @@ export default function AboutPage() { logoText="AgentDeploy" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/security" }, @@ -132,8 +103,7 @@ export default function AboutPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -141,8 +111,7 @@ export default function AboutPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "https://docs.example.com" }, { label: "Guides", href: "/guides" }, { label: "Community", href: "https://community.example.com" }, @@ -150,8 +119,7 @@ export default function AboutPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Terms of Service", href: "/terms" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Cookie Policy", href: "/cookies" }, -- 2.49.1 From ee497d8c6cb9bf7c0938299d17daeab32f990555 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:51:49 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6dfc93e..03584f1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -59,8 +59,7 @@ export default function ContactPage() { logoText="AgentDeploy" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/security" }, @@ -68,8 +67,7 @@ export default function ContactPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -77,8 +75,7 @@ export default function ContactPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "https://docs.example.com" }, { label: "Guides", href: "/guides" }, { label: "Community", href: "https://community.example.com" }, @@ -86,8 +83,7 @@ export default function ContactPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Terms of Service", href: "/terms" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Cookie Policy", href: "/cookies" }, -- 2.49.1 From ac34f3a7c0a92fac77765c1918adef863fae954a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:51:50 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a19b947..050c7e8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); export const metadata: Metadata = { - title: "AgentDeploy - Enterprise AI Agent Platform", - description: "Deploy, monitor, and scale AI agents at enterprise scale. Secure, reliable infrastructure for autonomous systems.", - keywords: "AI agents, deployment platform, automation, enterprise, cloud infrastructure", - openGraph: { - title: "AgentDeploy - Enterprise AI Agent Platform", - description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", - siteName: "AgentDeploy", - type: "website", - }, + title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy, monitor, and scale AI agents at enterprise scale. Secure, reliable infrastructure for autonomous systems.", keywords: "AI agents, deployment platform, automation, enterprise, cloud infrastructure", openGraph: { + title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", siteName: "AgentDeploy", type: "website"}, twitter: { - card: "summary_large_image", - title: "AgentDeploy - Enterprise AI Agent Platform", - description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime.", - }, + card: "summary_large_image", title: "AgentDeploy - Enterprise AI Agent Platform", description: "Deploy autonomous AI agents with enterprise-grade security and 99.99% uptime."}, robots: { index: true, follow: true, -- 2.49.1 From 34e4693894675d25240de8387b507d6b76c6c7fc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:51:51 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 103 ++++++++++++++--------------------------------- 1 file changed, 30 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0d0434..a6f6877 100644 --- a/src/app/page.tsx +++ b/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" }, -- 2.49.1 From b7baff43e1b700d449f56ffa437aa144a67630dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:51:52 +0000 Subject: [PATCH 5/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 85 +++++++++------------------------------- 1 file changed, 19 insertions(+), 66 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 26d9e0c..5f53570 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -52,58 +52,31 @@ export default function PricingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - price: "$299/mo", - name: "Starter", - buttons: [ + id: "starter", price: "$299/mo", name: "Starter", buttons: [ { text: "Get Started", href: "https://app.example.com" }, { text: "Schedule Demo", href: "/contact" } ], features: [ - "Up to 5 active agents", - "1M tasks per month", - "Community support", - "Basic monitoring", - "Standard security" + "Up to 5 active agents", "1M tasks per month", "Community support", "Basic monitoring", "Standard security" ] }, { - id: "pro", - badge: "Most Popular", - badgeIcon: Zap, - price: "$999/mo", - name: "Professional", - buttons: [ + id: "pro", badge: "Most Popular", badgeIcon: Zap, + price: "$999/mo", name: "Professional", buttons: [ { text: "Get Started", href: "https://app.example.com" }, { text: "Schedule Demo", href: "/contact" } ], features: [ - "Up to 50 active agents", - "100M tasks per month", - "Priority email support", - "Advanced analytics", - "Enterprise security & compliance", - "Global deployment regions", - "Custom integrations" + "Up to 50 active agents", "100M tasks per month", "Priority email support", "Advanced analytics", "Enterprise security & compliance", "Global deployment regions", "Custom integrations" ] }, { - id: "enterprise", - price: "Custom", - name: "Enterprise", - buttons: [ + id: "enterprise", price: "Custom", name: "Enterprise", buttons: [ { text: "Contact Sales", href: "/contact" }, { text: "View Features", href: "/about" } ], features: [ - "Unlimited active agents", - "Unlimited tasks", - "24/7 dedicated support", - "Custom SLA agreements", - "Advanced security features", - "Private deployment options", - "Custom training & consulting", - "Custom billing" + "Unlimited active agents", "Unlimited tasks", "24/7 dedicated support", "Custom SLA agreements", "Advanced security features", "Private deployment options", "Custom training & consulting", "Custom billing" ] } ]} @@ -121,44 +94,28 @@ export default function PricingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What types of AI agents can I deploy?", - content: "AgentDeploy supports any autonomous AI agent, including language models, computer vision agents, data processing agents, robotic process automation, and custom ML models. Our platform is agnostic to the underlying AI framework." + id: "1", title: "What types of AI agents can I deploy?", content: "AgentDeploy supports any autonomous AI agent, including language models, computer vision agents, data processing agents, robotic process automation, and custom ML models. Our platform is agnostic to the underlying AI framework." }, { - id: "2", - title: "How long does it take to deploy an agent?", - content: "Most agents deploy in under 5 minutes. Our streamlined deployment pipeline handles containerization, resource allocation, and monitoring automatically. You can roll back to previous versions instantly if needed." + id: "2", title: "How long does it take to deploy an agent?", content: "Most agents deploy in under 5 minutes. Our streamlined deployment pipeline handles containerization, resource allocation, and monitoring automatically. You can roll back to previous versions instantly if needed." }, { - id: "3", - title: "What security certifications do you have?", - content: "We maintain SOC 2 Type II, ISO 27001, and GDPR compliance. All data is encrypted in transit and at rest using military-grade AES-256 encryption. We also offer custom compliance agreements for enterprise customers." + id: "3", title: "What security certifications do you have?", content: "We maintain SOC 2 Type II, ISO 27001, and GDPR compliance. All data is encrypted in transit and at rest using military-grade AES-256 encryption. We also offer custom compliance agreements for enterprise customers." }, { - id: "4", - title: "Can I scale agents dynamically?", - content: "Yes, auto-scaling is built-in. The platform automatically scales your agents based on workload, CPU usage, and custom metrics. You maintain full control with configurable thresholds and scaling policies." + id: "4", title: "Can I scale agents dynamically?", content: "Yes, auto-scaling is built-in. The platform automatically scales your agents based on workload, CPU usage, and custom metrics. You maintain full control with configurable thresholds and scaling policies." }, { - id: "5", - title: "What's your uptime guarantee?", - content: "We maintain a 99.99% uptime SLA for Professional and Enterprise plans. This includes redundancy across multiple availability zones and automatic failover capabilities." + id: "5", title: "What's your uptime guarantee?", content: "We maintain a 99.99% uptime SLA for Professional and Enterprise plans. This includes redundancy across multiple availability zones and automatic failover capabilities." }, { - id: "6", - title: "Do you provide API access?", - content: "Absolutely. Our comprehensive REST and GraphQL APIs allow you to manage agents, monitor performance, and trigger tasks programmatically. We also provide SDKs for Python, Node.js, and Go." + id: "6", title: "Do you provide API access?", content: "Absolutely. Our comprehensive REST and GraphQL APIs allow you to manage agents, monitor performance, and trigger tasks programmatically. We also provide SDKs for Python, Node.js, and Go." }, { - id: "7", - title: "How do you handle agent failures?", - content: "Failed agents are automatically restarted. We provide detailed logs and alerts for debugging. Our intelligent retry mechanisms can be configured per agent, with exponential backoff and circuit breaker patterns." + id: "7", title: "How do you handle agent failures?", content: "Failed agents are automatically restarted. We provide detailed logs and alerts for debugging. Our intelligent retry mechanisms can be configured per agent, with exponential backoff and circuit breaker patterns." }, { - id: "8", - title: "Can I integrate with my existing tools?", - content: "Yes, we support 500+ integrations out of the box. For tools not in our marketplace, build custom integrations using our API and webhooks. Our marketplace also accepts community-contributed integrations." + id: "8", title: "Can I integrate with my existing tools?", content: "Yes, we support 500+ integrations out of the box. For tools not in our marketplace, build custom integrations using our API and webhooks. Our marketplace also accepts community-contributed integrations." } ]} /> @@ -168,8 +125,7 @@ export default function PricingPage() { logoText="AgentDeploy" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "/security" }, @@ -177,8 +133,7 @@ export default function PricingPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, @@ -186,8 +141,7 @@ export default function PricingPage() { ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "https://docs.example.com" }, { label: "Guides", href: "/guides" }, { label: "Community", href: "https://community.example.com" }, @@ -195,8 +149,7 @@ export default function PricingPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Terms of Service", href: "/terms" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Cookie Policy", href: "/cookies" }, -- 2.49.1