2 Commits

Author SHA1 Message Date
290b651435 Bob AI: Add hover effects to the product cards (scale, shadow, lift, 2026-02-26 13:20:32 +00:00
3ee5a3cfba Merge version_8 into main
Merge version_8 into main
2026-02-26 13:16:30 +00:00

View File

@@ -72,7 +72,7 @@ const ProductCardItem = memo(({
cardPriceClassName = "",
}: ProductCardItemProps) => {
return (
<article
<article className="transition-all duration-300 ease-out hover:scale-105 hover:shadow-lg"
className={cls("card group relative h-full flex flex-col gap-4 cursor-pointer p-4 rounded-theme-capped", cardClassName)}
onClick={product.onProductClick}
role="article"