Update src/app/page.tsx

This commit is contained in:
2026-01-02 18:48:48 +00:00
parent ae8539b61d
commit 4e648916da

View File

@@ -168,8 +168,8 @@ export default function LandingPage() {
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
titleClassName="text-foreground text-4xl md:text-5xl font-bold" textBoxTitleClassName="text-foreground text-4xl md:text-5xl font-bold"
descriptionClassName="text-foreground text-base md:text-lg" textBoxDescriptionClassName="text-foreground text-base md:text-lg"
cardTitleClassName="text-foreground text-2xl font-bold" cardTitleClassName="text-foreground text-2xl font-bold"
cardQuoteClassName="text-foreground text-base italic" cardQuoteClassName="text-foreground text-base italic"
/> />