update pricing page

This commit is contained in:
MuslemRahimi 2024-08-04 14:41:46 +02:00
parent bcc749f7ab
commit 60b3db1271
2 changed files with 4 additions and 1 deletions

View File

@ -172,11 +172,12 @@ onMount(async () => {
<div class="flex flex-col mb-6 items-center">
<div class="flex flex-row items-center">
<span class="mr-2 text-4xl font-bold">{mode ? '$24.92' : '$49.99'}</span>
<span class="text-white text-xl">/month</span>
</div>
<span class="text-center mt-3 text-white text-sm font-semibold">{mode ? '(Billed annually)' : ''}</span>
<!--
<div class="flex flex-col items-center">
<div class="flex flex-row items-center">

View File

@ -267,6 +267,8 @@ async function purchasePlan(subscriptionType:string='') {
<span class="mr-2 text-4xl font-bold">{mode ? '$24.92' : '$49.99'}</span>
<span class="text-white text-xl">/month</span>
</div>
<span class="text-center mt-3 text-white text-sm font-semibold">{mode ? '(Billed annually)' : ''}</span>
<!--
<div class="flex flex-col items-center">
<div class="flex flex-row items-center">