chnage linear graident colors

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-10 13:44:44 +05:00
parent cd86d6397e
commit 1ab5c6b741
7 changed files with 14 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ export default function ProductCard({
{/* Content Container */}
<div className="p-6 sm:p-4">
<h3 className="text-lg text-center sm:text-xl md:text-2xl font-bold text-white mb-4 line-clamp-3 group-hover:text-red-400 transition-colors duration-300">
<h3 className="text-lg text-center sm:text-xl md:text-2xl font-unbounded font-bold text-white mb-4 line-clamp-3 group-hover:text-red-400 transition-colors duration-300">
{title}
</h3>
</div>