diff --git a/src/app/page.tsx b/src/app/page.tsx index 016c3d6..e6199e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,6 +115,7 @@ export default function LandingPage() { descriptionClassName="text-lg text-slate-600 max-w-2xl" cardClassName="group relative overflow-hidden rounded-2xl backdrop-blur-md bg-white/40 border border-white/20 hover:bg-white/50 transition-all duration-300 h-80" imageClassName="absolute inset-0 w-full h-full object-cover opacity-50 group-hover:opacity-70 transition-opacity" + cardTitleClassName="font-bold text-slate-900" cardDescriptionClassName="text-sm text-slate-700 mt-2" />