From e8419fb861b1e2be3edf2fc7a63f0ec5aa864c9d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 00:14:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17b7dba..48873ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -150,10 +150,10 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Michael Chen", handle: "CTO, FinTech Solutions", testimonial: "AIFlow reduced our model deployment time by 80%. The platform's intuitive interface and powerful automation capabilities have transformed how our team operates. Highly recommended for any enterprise serious about AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-confident-bus-1773533624354-67cce5af.png", imageAlt: "Michael Chen", icon: CheckCircle + id: "1", name: "Michael Chen", handle: "CTO, FinTech Solutions", testimonial: "AIFlow reduced our model deployment time by 80%. The platform's intuitive interface and powerful automation capabilities have transformed how our team operates. Highly recommended for any enterprise serious about AI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-confident-bus-1773533624354-67cce5af.png?_wi=1", imageAlt: "Michael Chen", icon: CheckCircle }, { - id: "2", name: "Sarah Johnson", handle: "VP Product, DataCorp", testimonial: "The real-time analytics and monitoring capabilities are exceptional. We're now running 10x more models in production with complete visibility and confidence. This is the platform we've been waiting for.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-female-tech-e-1773533624796-191190ac.png", imageAlt: "Sarah Johnson", icon: CheckCircle + id: "2", name: "Sarah Johnson", handle: "VP Product, DataCorp", testimonial: "The real-time analytics and monitoring capabilities are exceptional. We're now running 10x more models in production with complete visibility and confidence. This is the platform we've been waiting for.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-female-tech-e-1773533624796-191190ac.png?_wi=1", imageAlt: "Sarah Johnson", icon: CheckCircle }, { id: "3", name: "David Martinez", handle: "Engineering Lead, TechNova", testimonial: "Finally, an AI platform that actually works. The API is clean, documentation is comprehensive, and support is responsive. We've built production systems in weeks instead of months.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-male-tech-lea-1773533624219-a41f62bc.png", imageAlt: "David Martinez", icon: CheckCircle @@ -162,10 +162,10 @@ export default function LandingPage() { id: "4", name: "Emma Wilson", handle: "Head of Data Science, GlobalAI", testimonial: "Enterprise-grade without the enterprise complexity. AIFlow delivers on its promises with reliable infrastructure, excellent performance, and pricing that makes sense. Worth every penny.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-female-produc-1773533624515-1b7e8f15.png", imageAlt: "Emma Wilson", icon: CheckCircle }, { - id: "5", name: "James Park", handle: "CEO, StartupXYZ", testimonial: "We started with AIFlow as a startup and scaled to millions of daily predictions. The platform grows with you, supporting everything from experimentation to production at scale.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-confident-bus-1773533624354-67cce5af.png", imageAlt: "James Park", icon: CheckCircle + id: "5", name: "James Park", handle: "CEO, StartupXYZ", testimonial: "We started with AIFlow as a startup and scaled to millions of daily predictions. The platform grows with you, supporting everything from experimentation to production at scale.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-confident-bus-1773533624354-67cce5af.png?_wi=2", imageAlt: "James Park", icon: CheckCircle }, { - id: "6", name: "Lisa Anderson", handle: "Director, Enterprise AI", testimonial: "Security and compliance are built in, not bolted on. Passing audits is effortless with AIFlow's comprehensive security features and documentation. This is how enterprise SaaS should work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-female-tech-e-1773533624796-191190ac.png", imageAlt: "Lisa Anderson", icon: CheckCircle + id: "6", name: "Lisa Anderson", handle: "Director, Enterprise AI", testimonial: "Security and compliance are built in, not bolted on. Passing audits is effortless with AIFlow's comprehensive security features and documentation. This is how enterprise SaaS should work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AxU8YBX1CqXRbL4g93CGVqfKr7/professional-headshot-of-a-female-tech-e-1773533624796-191190ac.png?_wi=2", imageAlt: "Lisa Anderson", icon: CheckCircle } ]} /> -- 2.49.1