Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:33:43 +00:00
parent 10d596a1ec
commit 63af229385

View File

@@ -100,7 +100,7 @@ export default function LandingPage() {
valuePrefix: "", description: "AI prediction accuracy" valuePrefix: "", description: "AI prediction accuracy"
}, },
{ {
title: "Active Users", values: [12400, 18650, 24890], title: "Active Users", values: ["12400", "18650", "24890"],
description: "Growing community" description: "Growing community"
} }
], ],
@@ -304,6 +304,7 @@ 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."