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."