Update src/app/about/page.tsx

This commit is contained in:
2026-02-26 19:37:18 +00:00
parent 9935fd36bd
commit 48070bd4f7

View File

@@ -40,9 +40,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Journey"
description={[
"Founded by AI researchers from Stanford and MIT, AIFlow emerged from the need to bridge the gap between cutting-edge artificial intelligence research and practical enterprise applications. Our founding team spent over a decade at leading tech companies, witnessing firsthand how AI could transform business operations.",
"We recognized that while large tech companies had unlimited resources to build custom AI solutions, most enterprises were left behind. Traditional software vendors offered basic automation, but nothing that could truly harness the power of modern machine learning and deep learning technologies.",
"Today, AIFlow serves over 500 enterprise customers across 40 countries, from Fortune 500 corporations to fast-growing mid-market companies. Our platform has processed over 100 billion data points, automated millions of workflows, and delivered measurable ROI to organizations in every major industry."
"Founded by AI researchers from Stanford and MIT, AIFlow emerged from the need to bridge the gap between cutting-edge artificial intelligence research and practical enterprise applications. Our founding team spent over a decade at leading tech companies, witnessing firsthand how AI could transform business operations.", "We recognized that while large tech companies had unlimited resources to build custom AI solutions, most enterprises were left behind. Traditional software vendors offered basic automation, but nothing that could truly harness the power of modern machine learning and deep learning technologies.", "Today, AIFlow serves over 500 enterprise customers across 40 countries, from Fortune 500 corporations to fast-growing mid-market companies. Our platform has processed over 100 billion data points, automated millions of workflows, and delivered measurable ROI to organizations in every major industry."
]}
buttons={[
{ text: "Join Our Team", href: "/contact" }
@@ -60,28 +58,13 @@ export default function AboutPage() {
tagIcon={Star}
testimonials={[
{
id: "1",
name: "Dr. Sarah Chen",
role: "CEO & Co-founder",
testimonial: "Former VP of AI at Google, PhD in Computer Science from Stanford. Sarah has led AI initiatives for some of the world's largest companies and brings 15 years of experience in scaling AI technologies.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-confident-bus-1772134341710-5fc75227.png?_wi=2",
imageAlt: "Dr. Sarah Chen"
id: "1", name: "Dr. Sarah Chen", role: "CEO & Co-founder", testimonial: "Former VP of AI at Google, PhD in Computer Science from Stanford. Sarah has led AI initiatives for some of the world's largest companies and brings 15 years of experience in scaling AI technologies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-confident-bus-1772134341710-5fc75227.png", imageAlt: "Dr. Sarah Chen"
},
{
id: "2",
name: "Michael Rodriguez",
role: "CTO & Co-founder",
testimonial: "Former Principal Engineer at Meta, MS in Machine Learning from MIT. Michael architected AI systems serving billions of users and leads our engineering vision for enterprise-grade AI infrastructure.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-tech-savvy-ce-1772134342760-a6943e9e.png?_wi=2",
imageAlt: "Michael Rodriguez"
id: "2", name: "Michael Rodriguez", role: "CTO & Co-founder", testimonial: "Former Principal Engineer at Meta, MS in Machine Learning from MIT. Michael architected AI systems serving billions of users and leads our engineering vision for enterprise-grade AI infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-tech-savvy-ce-1772134342760-a6943e9e.png", imageAlt: "Michael Rodriguez"
},
{
id: "3",
name: "Jennifer Park",
role: "VP of Enterprise Sales",
testimonial: "Former Director of Enterprise Sales at Salesforce with 12 years of experience helping Fortune 500 companies adopt transformative technologies. Jennifer understands the unique challenges of enterprise AI adoption.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-business-dire-1772134342190-467788e3.png?_wi=2",
imageAlt: "Jennifer Park"
id: "3", name: "Jennifer Park", role: "VP of Enterprise Sales", testimonial: "Former Director of Enterprise Sales at Salesforce with 12 years of experience helping Fortune 500 companies adopt transformative technologies. Jennifer understands the unique challenges of enterprise AI adoption.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/professional-headshot-of-a-business-dire-1772134342190-467788e3.png", imageAlt: "Jennifer Park"
}
]}
textboxLayout="default"