diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 14:04:48 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 14:04:48 +0700 |
| commit | b0f07da928f1956946fb36db8983718962b6bcee (patch) | |
| tree | ccbc6700bdd22e9ae2f11789ab338efe2e7a0765 /src/lib/product/components/ProductCard.jsx | |
| parent | a8fb3ca1661297362e5e1a111121dd6a5e54b151 (diff) | |
change label call for price to call for inquiry
Diffstat (limited to 'src/lib/product/components/ProductCard.jsx')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 3b96ac32..bc2174e4 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -103,7 +103,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {product?.lowestPrice.priceDiscount > 0 ? ( currencyFormat(product?.lowestPrice.priceDiscount) ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> </> @@ -118,7 +118,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { </div> </> ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> )} @@ -209,7 +209,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { {product?.lowestPrice?.priceDiscount > 0 ? ( currencyFormat(product?.lowestPrice?.priceDiscount) ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> </> @@ -224,7 +224,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { </div> </> ) : ( - <a href={callForPriceWhatsapp}>Call for price</a> + <a href={callForPriceWhatsapp}>Call for Inquiry</a> )} </div> )} |
