update pricing page
This commit is contained in:
parent
d8852f33d1
commit
828ff13e47
@ -171,7 +171,7 @@
|
|||||||
? 'text-white'
|
? 'text-white'
|
||||||
: 'text-gray-500'} text-sm font-semibold uppercase"
|
: 'text-gray-500'} text-sm font-semibold uppercase"
|
||||||
>
|
>
|
||||||
Get 3 Months Free
|
Get 4 Months Free
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -431,8 +431,7 @@
|
|||||||
|
|
||||||
<div class="flex flex-col mb-6 items-center">
|
<div class="flex flex-col mb-6 items-center">
|
||||||
<div class="flex flex-row items-center">
|
<div class="flex flex-row items-center">
|
||||||
<span class="mr-2 text-4xl font-bold">{mode ? "$7.50" : "$10"}</span
|
<span class="mr-2 text-4xl font-bold">{mode ? "$10" : "$15"}</span>
|
||||||
>
|
|
||||||
<span class="text-white text-xl">/month</span>
|
<span class="text-white text-xl">/month</span>
|
||||||
</div>
|
</div>
|
||||||
{#if mode}
|
{#if mode}
|
||||||
@ -792,7 +791,7 @@
|
|||||||
|
|
||||||
<div class="flex flex-col mb-6 items-center">
|
<div class="flex flex-col mb-6 items-center">
|
||||||
<div class="flex flex-row items-center">
|
<div class="flex flex-row items-center">
|
||||||
<span class="mr-2 text-4xl font-bold">$449</span>
|
<span class="mr-2 text-4xl font-bold">$599</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -1519,8 +1518,8 @@
|
|||||||
<p
|
<p
|
||||||
class="text-sm sm:text-[1rem] pb-5 text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
class="text-sm sm:text-[1rem] pb-5 text-gray-200 overflow-hidden transition-all duration-300 ease-in-out"
|
||||||
>
|
>
|
||||||
Yes, you can choose the annual option for $90 per year. This
|
Yes, you can choose the annual option for $120 per year.
|
||||||
allows you to save 25% compared to the monthly plan
|
This allows you to save 33.33% compared to the monthly plan
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user