main catalog card color changed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-10 13:57:25 +05:00
parent 1ab5c6b741
commit f688a01afd
2 changed files with 57 additions and 27 deletions

View File

@@ -91,7 +91,7 @@ export default function CatalogCard({
<Link
href={navigateLink}
onClick={updateZustands}
className="group relative h-112.5 w-full overflow-hidden rounded-2xl bg-[#17161679] from-[#444242] to-black border hover:border-red-700 border-white/10 transition-all duration-500 hover:-translate-y-1"
className="group relative h-112.5 w-full overflow-hidden rounded-2xl bg-[#171616] from-[#2a2a2a] to-black border hover:border-red-700 border-white/10 transition-all duration-500 hover:-translate-y-1"
>
{/* Background glow effect */}
<div className="absolute inset-0 bg-linear-to-t from-red-600/20 via-transparent to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-500" />