Update src/app/about/page.tsx

This commit is contained in:
2026-02-15 22:51:48 +00:00
parent 967075c74d
commit 6ddc92e1d3

View File

@@ -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}
/>
</div>
@@ -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" },