added frontend for k8s changes in k8s and comp and pages and dockerfile

This commit is contained in:
tusuii
2026-02-25 00:49:09 +05:30
parent ed87721301
commit 5af349316e
12 changed files with 22 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ const TrendingCard = ({ title, img, href }) => {
<Link to={href}>
{/* Image */}
<img
src={img}
src={img || "/default-product.png"}
alt={title}
className="w-full h-44 md:h-52 object-cover transition-transform duration-500 hover:scale-105"
/>