summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
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
)}