update pricing page
This commit is contained in:
parent
de82cf813f
commit
260badc250
@ -128,7 +128,7 @@ async function purchasePlan() {
|
||||
Pay Yearly
|
||||
</span>
|
||||
<span class="text-[#10DB06] text-sm font-bold text-opacity-[0.8]">
|
||||
Save up 22%
|
||||
Save up 25%
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@ -250,7 +250,7 @@ async function purchasePlan() {
|
||||
<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 ? '$499' : '$49.99'}</span>
|
||||
<span class="mr-2 text-4xl font-bold">{mode ? '$90' : '$9.99'}</span>
|
||||
<span class="text-white text-xl">{mode ? '/year' : '/month'}</span>
|
||||
</div>
|
||||
|
||||
@ -309,7 +309,7 @@ async function purchasePlan() {
|
||||
<li class="flex items-center space-x-3 ">
|
||||
<!-- Icon -->
|
||||
<svg class="flex-shrink-0 w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><mask id="ipSSuccess0"><g fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path fill="#fff" stroke="#fff" d="m24 4l5.253 3.832l6.503-.012l1.997 6.188l5.268 3.812L41 24l2.021 6.18l-5.268 3.812l-1.997 6.188l-6.503-.012L24 44l-5.253-3.832l-6.503.012l-1.997-6.188l-5.268-3.812L7 24l-2.021-6.18l5.268-3.812l1.997-6.188l6.503.012L24 4Z"/><path stroke="#0F0F0F" d="m17 24l5 5l10-10"/></g></mask><path fill="#10db06" d="M0 0h48v48H0z" mask="url(#ipSSuccess0)"/></svg>
|
||||
<span class="text-white text-[1rem] font-semibold">{mode ? '1 Month Free Trial' : '1 Week Free Trial'} </span>
|
||||
<span class="text-white text-[1rem] font-semibold">{mode ? '14 Days Free Trial' : '7 Days Free Trial'} </span>
|
||||
</li>
|
||||
</ol>
|
||||
<div class="divider"></div>
|
||||
@ -397,6 +397,14 @@ async function purchasePlan() {
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<hr class="border-gray-800"/>
|
||||
<details class="collapse collapse-arrow bg-[#131313]">
|
||||
<summary class="collapse-title text-lg font-semibold">Can I change plans?</summary>
|
||||
<div class="collapse-content">
|
||||
<p>If you have a monthly subscription, you can upgrade to the Annual Plan in your account settings.</p>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
|
||||
<hr class="border-gray-800"/>
|
||||
<!--row 2 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user