Update src/app/about/page.tsx

This commit is contained in:
2026-02-02 15:14:06 +00:00
parent 5604376611
commit 3d50aeefaf

View File

@@ -27,10 +27,10 @@ export default function AboutPage() {
<NavbarLayoutFloatingInline
brandName="AgentAI"
navItems={[
{ name: "Features", href: "/#features" },
{ name: "Pricing", href: "/pricing" },
{ name: "About", href: "/about" },
{ name: "Docs", href: "https://docs.example.com" }
{ name: "Features", id: "/#features" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Docs", id: "https://docs.example.com" }
]}
button={{ text: "Start Free Trial", href: "/contact" }}
/>
@@ -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: "#" },