From 33360b330165bcaaba175182dc7954f6bd133f8d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 04:03:51 +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 32aca5d..6447280 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function LandingPage() { } ]} animationType="blur-reveal" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={false} className="py-20 bg-gradient-to-b from-background to-card" titleClassName="text-4xl md:text-5xl font-light text-center" -- 2.49.1