From 51a55860fae069c00dcb5a452827e9615b04fd67 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 03:22:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bbf061..e52fe6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -298,8 +298,8 @@ export default function LandingPage() { tagAnimation="opacity" textboxLayout="default" useInvertedBackground={true} - faqsAnimation="smooth" - animationType="smooth" + faqsAnimation="slide-up" + animationType="slide-up" 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." }, -- 2.49.1