Update src/app/page.tsx

This commit is contained in:
2026-03-14 10:04:50 +00:00
parent 7122c20cd0
commit 433ff1e8d7

View File

@@ -131,7 +131,8 @@ export default function LandingPage() {
carouselMode="buttons"
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)] mb-4"
descriptionClassName="text-lg text-[var(--foreground)] opacity-85 mb-8"
itemClassName="text-2xl font-bold text-[var(--foreground)] mb-3"
cardTitleClassName="text-2xl font-bold text-[var(--foreground)] mb-3"
cardDescriptionClassName="text-[var(--foreground)] opacity-80 mb-6"
/>
</div>