From 4cf133cb07335b14db73a6b74d0c771e7e9db156 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 16:07:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6132f2c..0719c92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,6 +122,7 @@ export default function Page() { ]} animationType="slide-up" useInvertedBackground={true} + textboxLayout="default" /> @@ -219,6 +220,7 @@ export default function Page() { faqsAnimation="none" animationType="smooth" useInvertedBackground={false} + textboxLayout="default" /> -- 2.49.1