Update src/app/page.tsx

This commit is contained in:
2026-02-20 23:26:34 +00:00
parent 63cb490ef6
commit 3324a512f8

View File

@@ -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"