From 1003ddacab136dd58f818129d525e3e60d39f9c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 17:48:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" /> -- 2.49.1