update price page

This commit is contained in:
MuslemRahimi 2025-03-05 14:00:16 +01:00
parent ca77906e80
commit c57ac25beb

View File

@ -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>
@ -419,8 +419,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}
@ -808,7 +807,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">$499</span> <span class="mr-2 text-4xl font-bold">$599</span>
</div> </div>
</div> </div>