Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 12:44:58 +00:00

View File

@@ -68,15 +68,15 @@ export default function LandingPage() {
],
stats: [
{
title: "Processing Speed", values: ["2.5M", "3.8M", "5.2M"],
title: "Processing Speed", values: [2.5, 3.8, 5.2],
valueSuffix: "ops/s", description: "AI operations per second"
},
{
title: "Accuracy Rate", values: ["94.2%", "96.8%", "98.5%"],
title: "Accuracy Rate", values: [94.2, 96.8, 98.5],
description: "Model prediction accuracy"
},
{
title: "Active Users", values: ["12500", "24800", "38900"],
title: "Active Users", values: [12500, 24800, 38900],
description: "Enterprise clients worldwide"
}
],
@@ -201,10 +201,10 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "IntelliAI transformed our operations. We've reduced manual processing by 85% and improved accuracy to 99%. The ROI was immediate and impressive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-confident-bus-1772887359461-a13eda74.png?_wi=1", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial: "IntelliAI transformed our operations. We've reduced manual processing by 85% and improved accuracy to 99%. The ROI was immediate and impressive.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-confident-bus-1772887359461-a13eda74.png", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "CTO, DataFlow Inc", testimonial: "The platform is incredibly intuitive. Our team was productive within days. The support team is exceptional and always available to help us optimize.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-tech-entrepre-1772887359255-545e6e34.png?_wi=1", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", handle: "CTO, DataFlow Inc", testimonial: "The platform is incredibly intuitive. Our team was productive within days. The support team is exceptional and always available to help us optimize.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-tech-entrepre-1772887359255-545e6e34.png", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "Director, InnovateLabs", testimonial: "We've processed over 100 million data points with IntelliAI. The predictive accuracy and speed have given us competitive advantages we couldn't achieve before.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-data-scientis-1772887360215-3bd95a72.png", imageAlt: "Emily Rodriguez"
@@ -213,10 +213,10 @@ export default function LandingPage() {
id: "4", name: "David Kim", handle: "VP Operations, StartupXYZ", testimonial: "Scaling AI across our organization was our biggest challenge. IntelliAI made it seamless. Now AI drives decisions at every level of our business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-business-lead-1772887359198-51fd0bb1.png", imageAlt: "David Kim"
},
{
id: "5", name: "Lisa Thompson", handle: "Chief Data Officer, Fortune 500", testimonial: "The security and compliance features are enterprise-grade. We've met all regulatory requirements while scaling AI deployment globally. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-confident-bus-1772887359461-a13eda74.png?_wi=2", imageAlt: "Lisa Thompson"
id: "5", name: "Lisa Thompson", handle: "Chief Data Officer, Fortune 500", testimonial: "The security and compliance features are enterprise-grade. We've met all regulatory requirements while scaling AI deployment globally. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-confident-bus-1772887359461-a13eda74.png", imageAlt: "Lisa Thompson"
},
{
id: "6", name: "James Wilson", handle: "Head of Strategy, Global Corp", testimonial: "ROI on IntelliAI has exceeded our projections by 3x. The platform paid for itself in the first quarter through operational improvements alone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-tech-entrepre-1772887359255-545e6e34.png?_wi=2", imageAlt: "James Wilson"
id: "6", name: "James Wilson", handle: "Head of Strategy, Global Corp", testimonial: "ROI on IntelliAI has exceeded our projections by 3x. The platform paid for itself in the first quarter through operational improvements alone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcMC3Us0Zv1cgEFEw9lRiGv00J/professional-headshot-of-a-tech-entrepre-1772887359255-545e6e34.png", imageAlt: "James Wilson"
}
]}
speed={40}