From 7efee893f8e2605d89b8a3eaf0a8acad8f211fce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:13:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0562a7c..0c4c971 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -226,6 +226,7 @@ export default function LandingPage() { animationType="slide-up" faqsAnimation="slide-up" useInvertedBackground={false} + animationType="smooth" faqs={[ { id: "1", title: "What programming languages does AISync support?", content: "AISync provides SDKs for Python, JavaScript, Java, Go, and .NET. We also offer REST APIs for any language and platform. Our comprehensive documentation makes integration straightforward regardless of your tech stack." -- 2.49.1