From 90ec152b8d4955787c4675c9089d14f0da07007e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:52:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a4e21d..e600d8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { ], stats: [ { - title: "Processing Speed", values: [2.4, 3.1, 4.2], + title: "Processing Speed", values: ["2.4x", "3.1x", "4.2x"], valuePrefix: "", description: "Faster than competitors" }, { - title: "Accuracy Rate", values: [94.2, 96.8, 98.5], + title: "Accuracy Rate", values: ["94.2%", "96.8%", "98.5%"], valuePrefix: "", description: "AI prediction accuracy" }, { @@ -304,7 +304,6 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} faqsAnimation="slide-up" - animationType="smooth" faqs={[ { id: "1", title: "How does AIFlow's automation work?", content: "AIFlow uses machine learning algorithms to analyze your workflows and identify automation opportunities. Our platform learns from your patterns and continuously optimizes performance." -- 2.49.1