From 0396d4a5449ae6ce6bf6c9c3f831b05b1b93337c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:29:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd82e51..0766e54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,6 @@ export default function LandingPage() { titleClassName="text-4xl md:text-5xl font-bold" 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" - cardTitleClassName="text-xl font-bold text-indigo-900 group-hover:text-sky-600 transition-colors" cardDescriptionClassName="text-sm text-slate-700 mt-2" imageClassName="absolute inset-0 w-full h-full object-cover opacity-50 group-hover:opacity-70 transition-opacity" /> -- 2.49.1