From 45f4c0d54167b552614a64f584b67bca2241cbf0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:33:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1de1ad..7f4a542 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,6 +101,7 @@ export default function LandingPage() { containerClassName="py-24 md:py-32" titleClassName="text-4xl md:text-6xl font-bold leading-tight" descriptionClassName="text-lg text-opacity-75 max-w-3xl" + textBoxClassName="" /> @@ -113,7 +114,7 @@ export default function LandingPage() { tagAnimation="slide-up" gridVariant="asymmetric-60-wide-40-narrow" animationType="blur-reveal" - textboxLayout="default" + textboxLayout="split" useInvertedBackground={false} products={[ { @@ -210,7 +211,7 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" animationType="blur-reveal" - textboxLayout="default" + textboxLayout="centered" useInvertedBackground={false} metrics={[ { @@ -230,7 +231,6 @@ export default function LandingPage() { { text: "Learn More", href: "#" } ]} buttonAnimation="slide-up" - textboxLayout="centered" containerClassName="py-24 md:py-32" textBoxTitleClassName="text-4xl md:text-6xl font-bold leading-tight" textBoxDescriptionClassName="text-lg text-opacity-75 max-w-3xl" -- 2.49.1