summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-10-20 10:27:49 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-10-20 10:27:49 +0700
commit7214a439008169dcf20c73fa40dabf4fc58ebba3 (patch)
tree6ef23395fa1069543abfb79dd4f74f0e11d9d662 /src/lib
parenta3f04830ba424a64ca412ffd211e55fa3d43a4ed (diff)
<Miqdad> change inc to include
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/product/components/ProductCard.jsx10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx
index db608159..8a1c611c 100644
--- a/src/lib/product/components/ProductCard.jsx
+++ b/src/lib/product/components/ProductCard.jsx
@@ -235,7 +235,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
<>
{currencyFormat(product?.lowestPrice.priceDiscount)}
<div className='text-gray_r-9 text-[10px] font-normal mt-2'>
- Inc. PPN:{' '}
+ Include PPN:{' '}
{currencyFormat(
product.lowestPrice.priceDiscount *
process.env.NEXT_PUBLIC_PPN
@@ -260,7 +260,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
<>
{currencyFormat(product?.lowestPrice.price)}
<div className='text-gray_r-9 text-[10px] font-normal mt-2'>
- Inc. PPN:{' '}
+ Include PPN:{' '}
{currencyFormat(
product.lowestPrice.price *
process.env.NEXT_PUBLIC_PPN
@@ -474,7 +474,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
<>
{currencyFormat(product?.lowestPrice.priceDiscount)}
<div className='text-gray_r-9 text-[10px] font-normal mt-2'>
- Inc. PPN:{' '}
+ Include PPN:{' '}
{currencyFormat(
product.lowestPrice.priceDiscount *
process.env.NEXT_PUBLIC_PPN
@@ -499,7 +499,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
<>
{currencyFormat(product?.lowestPrice.price)}
<div className='text-gray_r-9 text-[10px] font-normal mt-2'>
- Inc. PPN:{' '}
+ Include PPN:{' '}
{currencyFormat(
product.lowestPrice.price *
process.env.NEXT_PUBLIC_PPN
@@ -684,7 +684,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => {
<>
{currencyFormat(product?.lowestPrice.price)}
<div className='text-gray_r-9 text-[11px] sm:text-caption-2 font-normal mt-2'>
- Inc. PPN:{' '}
+ Include PPN:{' '}
{currencyFormat(
product.lowestPrice.price * process.env.NEXT_PUBLIC_PPN
)}