From b768f18294c6c572152cd2b46355740e869ecc61 Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Mon, 19 Aug 2024 13:08:09 +0200 Subject: [PATCH] chore: change subscription prices --- .../webapp/src/constants/subscriptionModels.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/webapp/src/constants/subscriptionModels.tsx b/packages/webapp/src/constants/subscriptionModels.tsx index e1a6ba35c..736fa6b35 100644 --- a/packages/webapp/src/constants/subscriptionModels.tsx +++ b/packages/webapp/src/constants/subscriptionModels.tsx @@ -44,9 +44,9 @@ export const SubscriptionPlans = [ }, { text: 'Unlimited User Seats' }, ], - monthlyPrice: '$10', + monthlyPrice: '$20', monthlyPriceLabel: 'Per month', - annuallyPrice: '$7.5', + annuallyPrice: '$15', annuallyPriceLabel: 'Per month', monthlyVariantId: '446152', // monthlyVariantId: '450016', @@ -78,9 +78,9 @@ export const SubscriptionPlans = [ { text: 'Smart Financial Reports' }, { text: 'Advanced Inventory Reports' }, ], - monthlyPrice: '$20', + monthlyPrice: '$40', monthlyPriceLabel: 'Per month', - annuallyPrice: '$15', + annuallyPrice: '$30', annuallyPriceLabel: 'Per month', // monthlyVariantId: '450028', monthlyVariantId: '446155', @@ -101,9 +101,9 @@ export const SubscriptionPlans = [ }, { text: 'Analysis Cost Center' }, ], - monthlyPrice: '$25', + monthlyPrice: '$55', monthlyPriceLabel: 'Per month', - annuallyPrice: '$19', + annuallyPrice: '$40', annuallyPriceLabel: 'Per month', featured: true, // monthlyVariantId: '450031', @@ -128,9 +128,9 @@ export const SubscriptionPlans = [ hint: 'Track the organization inventory in multiple warehouses and transfer goods between them.', }, ], - monthlyPrice: '$40', + monthlyPrice: '$60', monthlyPriceLabel: 'Per month', - annuallyPrice: '$30', + annuallyPrice: '$45', annuallyPriceLabel: 'Per month', // monthlyVariantId: '450024', monthlyVariantId: '446167',