Update src/app/about/page.tsx
This commit is contained in:
@@ -27,10 +27,10 @@ export default function AboutPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="AgentAI"
|
brandName="AgentAI"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Features", href: "/#features" },
|
{ name: "Features", id: "/#features" },
|
||||||
{ name: "Pricing", href: "/pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "About", href: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
{ name: "Docs", href: "https://docs.example.com" }
|
{ name: "Docs", id: "https://docs.example.com" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Start Free Trial", href: "/contact" }}
|
button={{ text: "Start Free Trial", href: "/contact" }}
|
||||||
/>
|
/>
|
||||||
@@ -56,24 +56,16 @@ export default function AboutPage() {
|
|||||||
tag="Results"
|
tag="Results"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "78%", description: "Average Process Automation Increase"
|
||||||
value: "78%",
|
|
||||||
description: "Average Process Automation Increase"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "2.3x", description: "Return on Investment in Year One"
|
||||||
value: "2.3x",
|
|
||||||
description: "Return on Investment in Year One"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "1,200+", description: "Active Enterprise Deployments"
|
||||||
value: "1,200+",
|
|
||||||
description: "Active Enterprise Deployments"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", value: "99.9%", description: "Platform Uptime & Reliability"
|
||||||
value: "99.9%",
|
|
||||||
description: "Platform Uptime & Reliability"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -101,8 +93,7 @@ export default function AboutPage() {
|
|||||||
copyrightText="© 2025 AgentAI Inc. All rights reserved."
|
copyrightText="© 2025 AgentAI Inc. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Features", href: "/#features" },
|
{ label: "Features", href: "/#features" },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Security", href: "#" },
|
{ label: "Security", href: "#" },
|
||||||
@@ -110,8 +101,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -119,8 +109,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Developers",
|
title: "Developers", items: [
|
||||||
items: [
|
|
||||||
{ label: "Documentation", href: "https://docs.example.com" },
|
{ label: "Documentation", href: "https://docs.example.com" },
|
||||||
{ label: "API Reference", href: "#" },
|
{ label: "API Reference", href: "#" },
|
||||||
{ label: "GitHub", href: "#" },
|
{ label: "GitHub", href: "#" },
|
||||||
@@ -128,8 +117,7 @@ export default function AboutPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Compliance", href: "#" },
|
{ label: "Compliance", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user