chore: change subscription prices

This commit is contained in:
Ahmed Bouhuolia
2024-08-19 13:08:09 +02:00
parent 25297bc191
commit b768f18294

View File

@@ -44,9 +44,9 @@ export const SubscriptionPlans = [
}, },
{ text: 'Unlimited User Seats' }, { text: 'Unlimited User Seats' },
], ],
monthlyPrice: '$10', monthlyPrice: '$20',
monthlyPriceLabel: 'Per month', monthlyPriceLabel: 'Per month',
annuallyPrice: '$7.5', annuallyPrice: '$15',
annuallyPriceLabel: 'Per month', annuallyPriceLabel: 'Per month',
monthlyVariantId: '446152', monthlyVariantId: '446152',
// monthlyVariantId: '450016', // monthlyVariantId: '450016',
@@ -78,9 +78,9 @@ export const SubscriptionPlans = [
{ text: 'Smart Financial Reports' }, { text: 'Smart Financial Reports' },
{ text: 'Advanced Inventory Reports' }, { text: 'Advanced Inventory Reports' },
], ],
monthlyPrice: '$20', monthlyPrice: '$40',
monthlyPriceLabel: 'Per month', monthlyPriceLabel: 'Per month',
annuallyPrice: '$15', annuallyPrice: '$30',
annuallyPriceLabel: 'Per month', annuallyPriceLabel: 'Per month',
// monthlyVariantId: '450028', // monthlyVariantId: '450028',
monthlyVariantId: '446155', monthlyVariantId: '446155',
@@ -101,9 +101,9 @@ export const SubscriptionPlans = [
}, },
{ text: 'Analysis Cost Center' }, { text: 'Analysis Cost Center' },
], ],
monthlyPrice: '$25', monthlyPrice: '$55',
monthlyPriceLabel: 'Per month', monthlyPriceLabel: 'Per month',
annuallyPrice: '$19', annuallyPrice: '$40',
annuallyPriceLabel: 'Per month', annuallyPriceLabel: 'Per month',
featured: true, featured: true,
// monthlyVariantId: '450031', // monthlyVariantId: '450031',
@@ -128,9 +128,9 @@ export const SubscriptionPlans = [
hint: 'Track the organization inventory in multiple warehouses and transfer goods between them.', hint: 'Track the organization inventory in multiple warehouses and transfer goods between them.',
}, },
], ],
monthlyPrice: '$40', monthlyPrice: '$60',
monthlyPriceLabel: 'Per month', monthlyPriceLabel: 'Per month',
annuallyPrice: '$30', annuallyPrice: '$45',
annuallyPriceLabel: 'Per month', annuallyPriceLabel: 'Per month',
// monthlyVariantId: '450024', // monthlyVariantId: '450024',
monthlyVariantId: '446167', monthlyVariantId: '446167',