From 3678882f1ebd67004d403333001d12a1966b1ba7 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 25 Apr 2022 09:37:50 +0200 Subject: [PATCH] Merge pull request #7692 from overleaf/tm-personal-plan-pricing Update personal plan pricing with discounted prices (Apr 2022) GitOrigin-RevId: e18c5c396bd8c30bfd39d03c87568a5419bcee32 --- services/web/frontend/js/main/plans.js | 44 +++++++++++++------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/services/web/frontend/js/main/plans.js b/services/web/frontend/js/main/plans.js index 58d9e624f5..b0666734e4 100644 --- a/services/web/frontend/js/main/plans.js +++ b/services/web/frontend/js/main/plans.js @@ -18,8 +18,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '$80', }, personal: { - monthly: '$13', - annual: '$120', + monthly: '$5', + annual: '$49', }, collaborator: { monthly: '$19', @@ -38,8 +38,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '€70', }, personal: { - monthly: '€12', - annual: '€108', + monthly: '€5', + annual: '€44', }, collaborator: { monthly: '€18', @@ -58,8 +58,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '£60', }, personal: { - monthly: '£10', - annual: '£96', + monthly: '£4', + annual: '£39', }, collaborator: { monthly: '£15', @@ -78,8 +78,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '600 kr', }, personal: { - monthly: '92 kr', - annual: '876 kr', + monthly: '35 kr', + annual: '359 kr', }, collaborator: { monthly: '138 kr', @@ -97,8 +97,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '$90', }, personal: { - monthly: '$14', - annual: '$132', + monthly: '$5', + annual: '$55', }, collaborator: { monthly: '$22', @@ -117,8 +117,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '600 kr', }, personal: { - monthly: '92 kr', - annual: '876 kr', + monthly: '35 kr', + annual: '359 kr', }, collaborator: { monthly: '138 kr', @@ -137,8 +137,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '500 kr', }, personal: { - monthly: '75 kr', - annual: '720 kr', + monthly: '29 kr', + annual: '295 kr', }, collaborator: { monthly: '113 kr', @@ -157,8 +157,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '$100', }, personal: { - monthly: '$15', - annual: '$144', + monthly: '$6', + annual: '$59', }, collaborator: { monthly: '$23', @@ -177,8 +177,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '$100', }, personal: { - monthly: '$15', - annual: '$144', + monthly: '$6', + annual: '$59', }, collaborator: { monthly: '$23', @@ -197,8 +197,8 @@ App.factory('MultiCurrencyPricing', function () { annual: 'Fr 80', }, personal: { - monthly: 'Fr 13', - annual: 'Fr 120', + monthly: 'Fr 5', + annual: 'Fr 49', }, collaborator: { monthly: 'Fr 19', @@ -217,8 +217,8 @@ App.factory('MultiCurrencyPricing', function () { annual: '$120', }, personal: { - monthly: '$17', - annual: '$156', + monthly: '$7', + annual: '$64', }, collaborator: { monthly: '$25',