Update src/app/page.tsx

This commit is contained in:
2026-03-14 15:29:13 +00:00
parent 6f18253e14
commit 1a1972ebbf

View File

@@ -116,7 +116,6 @@ export default function LandingPage() {
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"
cardTitleClassName="text-xl font-bold text-indigo-900 group-hover:text-sky-600 transition-colors"
cardDescriptionClassName="text-sm text-slate-700 mt-2"
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"
/>
</div>