diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2a2a087..864ada6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,10 +27,10 @@ export default function AboutPage() { @@ -56,24 +56,16 @@ export default function AboutPage() { tag="Results" metrics={[ { - id: "1", - value: "78%", - description: "Average Process Automation Increase" + id: "1", value: "78%", description: "Average Process Automation Increase" }, { - id: "2", - value: "2.3x", - description: "Return on Investment in Year One" + id: "2", value: "2.3x", description: "Return on Investment in Year One" }, { - id: "3", - value: "1,200+", - description: "Active Enterprise Deployments" + id: "3", value: "1,200+", description: "Active Enterprise Deployments" }, { - id: "4", - value: "99.9%", - description: "Platform Uptime & Reliability" + id: "4", value: "99.9%", description: "Platform Uptime & Reliability" } ]} gridVariant="uniform-all-items-equal" @@ -101,8 +93,7 @@ export default function AboutPage() { copyrightText="© 2025 AgentAI Inc. All rights reserved." columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "Security", href: "#" }, @@ -110,8 +101,7 @@ export default function AboutPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -119,8 +109,7 @@ export default function AboutPage() { ] }, { - title: "Developers", - items: [ + title: "Developers", items: [ { label: "Documentation", href: "https://docs.example.com" }, { label: "API Reference", href: "#" }, { label: "GitHub", href: "#" }, @@ -128,8 +117,7 @@ export default function AboutPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Compliance", href: "#" },