Update src/app/page.tsx

This commit is contained in:
2026-03-14 11:12:54 +00:00
parent abeff246ae
commit 1454d8938b

View File

@@ -126,6 +126,8 @@ export default function LandingPage() {
cardNameClassName="text-xl font-semibold text-foreground mt-4"
cardPriceClassName="text-2xl font-bold text-accent mt-2"
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground"
textBoxDescriptionClassName="text-lg text-foreground/70"
/>
</div>