Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:53:14 +00:00

View File

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