Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:50:15 +00:00
parent 781f9be947
commit 9aa1ab6945

View File

@@ -150,6 +150,7 @@ export default function LandingPage() {
textBoxClassName="text-center mb-12"
titleClassName="text-4xl font-bold text-foreground mb-4"
descriptionClassName="text-lg text-foreground/70"
cardTitleClassName="text-lg font-semibold text-foreground"
gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"
/>
</div>