diff --git a/src/app/page.tsx b/src/app/page.tsx index e52fe6f..c305ba2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -299,7 +299,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqsAnimation="slide-up" - animationType="slide-up" + animationType="smooth" faqs={[ { id: "1", title: "How long does implementation take?", content: "Most implementations are complete within 2-4 weeks. Our onboarding team handles API integration, model training, and performance optimization. For enterprise clients, we provide dedicated implementation specialists." }, { id: "2", title: "What data formats do you support?", content: "AIFlow supports JSON, CSV, Parquet, Apache Arrow, and direct database connections. Our platform automatically handles data validation, normalization, and schema inference for seamless integration." },