From 63af229385d12118cd93d9828e5dc116844ae37c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:33:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e600d8b..526a5dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { valuePrefix: "", description: "AI prediction accuracy" }, { - title: "Active Users", values: [12400, 18650, 24890], + title: "Active Users", values: ["12400", "18650", "24890"], description: "Growing community" } ], @@ -304,6 +304,7 @@ 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