From f0999b0058357f5a961435d6e2fd47f24f8375bc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 15:57:18 +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 1300645..2ad4bbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { ]} carouselMode="buttons" animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} buttons={[{ text: "Request Case Study", href: "#contact" }]} buttonAnimation="slide-up" -- 2.49.1