diff --git a/src/app/page.tsx b/src/app/page.tsx index 51e00c2..2b4a6b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -324,6 +324,7 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + faqsAnimation="slide-up" faqs={[ { id: "1", title: "What AI models does the platform support?", content: @@ -350,7 +351,6 @@ export default function LandingPage() { id: "8", title: "What is your uptime guarantee?", content: "Professional plans include 99.9% uptime SLA, while Enterprise plans guarantee 99.99% uptime with automatic failover and redundancy across multiple regions."}, ]} - faqsAnimation="slide-up" />