From 778b860f63e369f1b373d6f471a6e3107044b760 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:13:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 201e183..1093c67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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' }, { -- 2.49.1