Update Custom Plan pricing for monthly and yearly subscriptions
- Adjust pricing for custom plan in CustomPlan.vue - Reduce yearly price from $160 to $79 - Reduce monthly price from $200 to $100
This commit is contained in:
parent
c9dbc79f75
commit
58cff70a97
|
|
@ -155,8 +155,8 @@
|
||||||
</div>
|
</div>
|
||||||
<p class="flex flex-col items-center">
|
<p class="flex flex-col items-center">
|
||||||
<span class="text-6xl font-semibold tracking-tight text-gray-950">
|
<span class="text-6xl font-semibold tracking-tight text-gray-950">
|
||||||
<template v-if="isYearly">$160</template>
|
<template v-if="isYearly">$79</template>
|
||||||
<template v-else>$200</template>
|
<template v-else>$100</template>
|
||||||
</span>
|
</span>
|
||||||
<span class="text-sm font-medium leading-6 text-gray-600">
|
<span class="text-sm font-medium leading-6 text-gray-600">
|
||||||
starting from per month
|
starting from per month
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue