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"