Merge version_2 into main #7
@@ -92,15 +92,15 @@ export default function LandingPage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Processing Speed", values: ["2.4x", "3.1x", "4.2x"],
|
||||
title: "Processing Speed", values: [2.4, 3.1, 4.2],
|
||||
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"
|
||||
},
|
||||
{
|
||||
title: "Active Users", values: ["12400", "18650", "24890"],
|
||||
title: "Active Users", values: [12400, 18650, 24890],
|
||||
description: "Growing community"
|
||||
}
|
||||
],
|
||||
@@ -301,10 +301,8 @@ export default function LandingPage() {
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
|
||||
Reference in New Issue
Block a user