Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:52:48 +00:00
parent b1b56689cc
commit 90ec152b8d

View File

@@ -92,11 +92,11 @@ export default function LandingPage() {
], ],
stats: [ 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" 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" valuePrefix: "", description: "AI prediction accuracy"
}, },
{ {
@@ -304,7 +304,6 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up" faqsAnimation="slide-up"
animationType="smooth"
faqs={[ 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." 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."