From 3324a512f88800fa2cc51331d232c8ef4d7d7180 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:26:34 +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 6e19515..d42d963 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} textBoxTitleClassName="text-foreground font-light" - descriptionClassName="text-foreground/90" + textBoxDescriptionClassName="text-foreground/90" cardClassName="bg-card shadow-lg" cardNameClassName="text-foreground" cardBrandClassName="text-foreground/70" @@ -126,7 +126,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} textBoxTitleClassName="text-foreground font-light" - descriptionClassName="text-foreground/90" + textBoxDescriptionClassName="text-foreground/90" cardClassName="bg-card shadow-lg" cardTitleClassName="text-foreground" cardDescriptionClassName="text-foreground/80" @@ -150,7 +150,7 @@ export default function LandingPage() { useInvertedBackground={false} speed={35} textBoxTitleClassName="text-foreground font-light" - descriptionClassName="text-foreground/90" + textBoxDescriptionClassName="text-foreground/90" cardClassName="bg-card/70 backdrop-blur-sm shadow-lg" testimonialClassName="text-foreground/90" nameClassName="text-primary-cta" -- 2.49.1