summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-08-23 10:50:47 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-08-23 10:50:47 +0700
commit6111e1115ffba4ef336dfb763b3fd23e52b6668b (patch)
tree12f2e9801abfc0a98b1c469b5e5a332beb531ccc /src/lib
parent92ab4f77d4b31e606838921170a16cbdc0caf4d4 (diff)
<iman> update click image pickup now
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/product/components/ProductCard.jsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx
index 611fb002..22ce0533 100644
--- a/src/lib/product/components/ProductCard.jsx
+++ b/src/lib/product/components/ProductCard.jsx
@@ -155,9 +155,11 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
<div>-</div>
)}
{product?.isInBu && (
- <div className=''>
- <Image src='/images/PICKUP-NOW.png' alt='pickup now' width={90} height={12} />
- </div>
+ <Link href='/panduan-pick-up-service' className='group'>
+ <Image src='/images/PICKUP-NOW.png' className='group-hover:scale-105 transition-transform duration-200' alt='pickup now' width={90} height={12} />
+ </Link>
+
+
)}
</div>
<Link