Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-09 02:13:50 +00:00

View File

@@ -73,21 +73,21 @@ export default function AIFlowLanding() {
stats: [
{
title: 'Processing Speed',
values: ['2.4M', '3.8M', '5.1M'],
values: [2.4, 3.8, 5.1],
valuePrefix: '',
valueSuffix: 'ops/sec',
description: 'Real-time operations'
},
{
title: 'Accuracy Rate',
values: ['94.2%', '96.8%', '98.1%'],
values: [94.2, 96.8, 98.1],
valuePrefix: '',
valueSuffix: '',
description: 'Model precision'
},
{
title: 'Active Users',
values: ['12450', '18920', '24680'],
values: [12450, 18920, 24680],
valuePrefix: '',
valueSuffix: '',
description: 'Platform engagement'
@@ -222,16 +222,14 @@ export default function AIFlowLanding() {
id: '2',
name: 'Marcus Johnson',
handle: 'CTO, TechVentures Inc',
testimonial: 'The platform\'s ease of use combined with powerful ML capabilities is unmatched. Our team was productive from day one.',
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aglfq5ZZLvD9sJEKT0sBITsTZ5/professional-headshot-of-a-tech-entrepre-1773022294464-6325448e.png',
testimonial: "The platform's ease of use combined with powerful ML capabilities is unmatched. Our team was productive from day one.", imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aglfq5ZZLvD9sJEKT0sBITsTZ5/professional-headshot-of-a-tech-entrepre-1773022294464-6325448e.png',
imageAlt: 'Marcus Johnson'
},
{
id: '3',
name: 'Elena Rodriguez',
handle: 'VP Operations, Global Analytics',
testimonial: 'AIFlow\'s real-time insights help us make data-driven decisions faster than ever. ROI was evident within the first month.',
imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aglfq5ZZLvD9sJEKT0sBITsTZ5/professional-headshot-of-a-business-stra-1773022295432-4def135c.png',
testimonial: "AIFlow's real-time insights help us make data-driven decisions faster than ever. ROI was evident within the first month.", imageSrc: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aglfq5ZZLvD9sJEKT0sBITsTZ5/professional-headshot-of-a-business-stra-1773022295432-4def135c.png',
imageAlt: 'Elena Rodriguez'
},
{