From 5abb94367610c38cbf6f3b55be39a5a474c5fd8c Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Sat, 31 Aug 2024 11:44:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Update=20annual=20benefit=20(#12?= =?UTF-8?q?89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/landing/public/locales/en/pricing.json | 4 +-- apps/landing/src/pages/pricing.tsx | 26 +++++++++------- apps/web/public/locales/en/app.json | 4 +-- .../settings/billing/billing-plans.tsx | 31 +++++++++---------- 4 files changed, 33 insertions(+), 32 deletions(-) diff --git a/apps/landing/public/locales/en/pricing.json b/apps/landing/public/locales/en/pricing.json index 49b5026a8..9d9d48bcc 100644 --- a/apps/landing/public/locales/en/pricing.json +++ b/apps/landing/public/locales/en/pricing.json @@ -28,6 +28,6 @@ "keepPollsIndefinitely": "Keep polls indefinitely", "whenPollInactive": "When does a poll become inactive?", "whenPollInactiveAnswer": "Polls become inactive when all date options are in the past AND the poll has not been accessed for over 30 days. Inactive polls are automatically deleted if you do not have a paid subscription.", - "discount": "Save {amount}", - "yearlyBillingDescription": "per year" + "yearlyBillingDescription": "per year", + "annualBenefit": "{count} months free" } diff --git a/apps/landing/src/pages/pricing.tsx b/apps/landing/src/pages/pricing.tsx index b3de66449..7246119b8 100644 --- a/apps/landing/src/pages/pricing.tsx +++ b/apps/landing/src/pages/pricing.tsx @@ -72,15 +72,6 @@ const PriceTables = ({ - - - @@ -137,9 +128,20 @@ const PriceTables = ({ - - ${pricingData.yearly.amount / 100} - +
+ + ${pricingData.yearly.amount / 100} + + + + +
{ - - - @@ -109,9 +96,21 @@ export const BillingPlans = ({ pricingData }: { pricingData: PricingData }) => {
- - ${pricingData.yearly.amount / 100} - +
+ + ${pricingData.yearly.amount / 100} + + + + +
+