From 2bc86c2e9eca4173d4ed923e727ee2691057922a Mon Sep 17 00:00:00 2001 From: jaaaaavier Date: Thu, 5 Mar 2026 17:03:15 +0100 Subject: [PATCH 1/8] feat: update horizontal priceCard --- .../pricing/PriceCard/HorizontalPriceCard.tsx | 2 + src/pages/[filename].tsx | 66 ++++++++++--------- 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/src/components/shared/pricing/PriceCard/HorizontalPriceCard.tsx b/src/components/shared/pricing/PriceCard/HorizontalPriceCard.tsx index 4384ee412..0cbc363d0 100644 --- a/src/components/shared/pricing/PriceCard/HorizontalPriceCard.tsx +++ b/src/components/shared/pricing/PriceCard/HorizontalPriceCard.tsx @@ -101,10 +101,12 @@ export const HorizontalPriceCard = ({

{priceNow} {currency} + {contentText.perYear}

{priceBefore} {currency} + {contentText.perYear}

diff --git a/src/pages/[filename].tsx b/src/pages/[filename].tsx index b82cc80c9..1c39c8da7 100644 --- a/src/pages/[filename].tsx +++ b/src/pages/[filename].tsx @@ -185,7 +185,7 @@ function CombinedSpecialOffer({ - {onlyUltimatePlan ? ( + {onlyUltimatePlan ? (
{ultimatePlan && ( - + {!onlyUltimatePlan && ( + + )} - + {!onlyUltimatePlan && ( + + )}