From 7db9105b7d2ccabb16103be5f0b83c0f4ba3569a Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 7 Oct 2025 12:14:49 +0700 Subject: match prod detail from google ads w/ prod detail website --- .../components/Product/ProductDesktopVariant.jsx | 2 +- .../components/Product/ProductMobileVariant.jsx | 162 +++++++++++++-------- 2 files changed, 106 insertions(+), 58 deletions(-) diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index e770d66b..6d6e15f7 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -482,7 +482,7 @@ const ProductDesktopVariant = ({ )} )} -
+
setQuantity(e.target.value)} + min={1} + value={quantityInput} + onChange={(e) => setQuantityInput(e.target.value)} + className='h-10 w-16 text-center text-lg outline-none border-x + [appearance:textfield] + [&::-webkit-outer-spin-button]:appearance-none + [&::-webkit-inner-spin-button]:appearance-none' /> +
+
+
+ + {/* TOMBOL AKSI */} +
+
- {/* - */}
+
+