update ap consultation
This commit is contained in:
parent
2976475ddd
commit
bee62c079f
@ -238,9 +238,9 @@
|
||||
"exclusive_offer": "Exclusive offer recommended for you to achieve your goals faster",
|
||||
"your_unique_consultation": "Your unique individual consultation",
|
||||
"30-minute": "30-minute private consultation with an expert",
|
||||
"unlock_profound": "Unlock profound insights into your personality, relationships, career trajectory, and life's pivotal moments through astrology, empowering you to make informed decisions and achieve greater fulfillment.",
|
||||
"unlock_profound": "Unlock profound insights into your personality, relationships, career trajectory, and life’s pivotal moments — empowering you to make informed decisions and achieve greater fulfillment.",
|
||||
"one_time_price_offer": "One time price offer: <price></price>",
|
||||
"choose_from": "Choose from 80+ experts astrologers.",
|
||||
"choose_from": "Choose from 6+ professional experts.",
|
||||
"original_price": "Original price: {oldPrice} ",
|
||||
"save": "Save {discount}%",
|
||||
"get_my_consultation": "Get my consultation",
|
||||
|
||||
@ -245,9 +245,9 @@
|
||||
"exclusive_offer": "Exclusive offer recommended for you to achieve your goals faster",
|
||||
"your_unique_consultation": "Your unique individual consultation",
|
||||
"30-minute": "30-minute private consultation with an expert",
|
||||
"unlock_profound": "Unlock profound insights into your personality, relationships, career trajectory, and life's pivotal moments through astrology, empowering you to make informed decisions and achieve greater fulfillment.",
|
||||
"unlock_profound": "Unlock profound insights into your personality, relationships, career trajectory, and life’s pivotal moments — empowering you to make informed decisions and achieve greater fulfillment.",
|
||||
"one_time_price_offer": "One time price offer: <price></price>",
|
||||
"choose_from": "Choose from 80+ experts astrologers.",
|
||||
"choose_from": "Choose from 6+ professional experts.",
|
||||
"original_price": "Original price: {oldPrice} ",
|
||||
"save": "Save {discount}%",
|
||||
"get_my_consultation": "Get my consultation",
|
||||
|
||||
@ -238,9 +238,9 @@
|
||||
"exclusive_offer": "Exclusive offer recommended for you to achieve your goals faster",
|
||||
"your_unique_consultation": "Your unique individual consultation",
|
||||
"30-minute": "30-minute private consultation with an expert",
|
||||
"unlock_profound": "Unlock profound insights into your personality, relationships, career trajectory, and life's pivotal moments through astrology, empowering you to make informed decisions and achieve greater fulfillment.",
|
||||
"unlock_profound": "Unlock profound insights into your personality, relationships, career trajectory, and life’s pivotal moments — empowering you to make informed decisions and achieve greater fulfillment.",
|
||||
"one_time_price_offer": "One time price offer: <price></price>",
|
||||
"choose_from": "Choose from 80+ experts astrologers.",
|
||||
"choose_from": "Choose from 6+ professional experts.",
|
||||
"original_price": "Original price: {oldPrice} ",
|
||||
"save": "Save {discount}%",
|
||||
"get_my_consultation": "Get my consultation",
|
||||
|
||||
BIN
public/paywall__astrologers-image_new.png
Normal file
BIN
public/paywall__astrologers-image_new.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 300 KiB |
BIN
public/paywall__spiritist-spiritualist_new.png
Normal file
BIN
public/paywall__spiritist-spiritualist_new.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 698 KiB |
@ -24,8 +24,8 @@ export default function ConsultationTable() {
|
||||
|
||||
const price = getFormattedPrice(product?.price ?? 0, currency);
|
||||
const oldPrice = getFormattedPrice(
|
||||
(Number(product?.price) / (Number(discount) || 100)) * 100,
|
||||
currency
|
||||
Number(product?.price ?? 0) * 100 / (100 - Number(discount)),
|
||||
currency,
|
||||
);
|
||||
|
||||
return (
|
||||
@ -48,7 +48,7 @@ export default function ConsultationTable() {
|
||||
</Typography>
|
||||
</div>
|
||||
<Image
|
||||
src="/paywall__spiritist-spiritualist.png"
|
||||
src="/paywall__spiritist-spiritualist_new.png"
|
||||
alt="spiritualist"
|
||||
width={76.3}
|
||||
height={100}
|
||||
@ -94,7 +94,7 @@ export default function ConsultationTable() {
|
||||
</Typography>
|
||||
|
||||
<Image
|
||||
src="/paywall__astrologers-image.png"
|
||||
src="/paywall__astrologers-image_new.png"
|
||||
alt="astrologers"
|
||||
width={106}
|
||||
height={40}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user