This commit is contained in:
MuslemRahimi 2024-06-29 09:36:09 +02:00
parent 460ec880f4
commit d15d5d7a66
2 changed files with 14 additions and 3 deletions

View File

@ -81,7 +81,7 @@
<div class="text-center mb-5 relative w-fit flex justify-center m-auto"> <div class="text-center mb-5 relative w-fit flex justify-center m-auto">
<div class="border border-gray-800 text-white font-mono antialiased bg-[#000] w-full px-4 py-2 rounded-xl m-auto font-medium text-sm flex items-center"> <div class="border border-gray-800 text-white antialiased bg-[#000] w-full px-4 py-2 rounded-xl m-auto font-semibold text-sm flex items-center">
Trusted & used by over 1000+ traders Trusted & used by over 1000+ traders
</div> </div>
</div> </div>

View File

@ -258,9 +258,20 @@ async function purchasePlan() {
<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 ? '$499' : '$49.99'}</span> <span class="mr-2 text-4xl font-bold {mode === true ? 'line-through' : ''}">{mode ? '$499' : '$49.99'}</span>
<span class="text-white text-xl">{mode ? '/year' : '/month'}</span> <span class="text-white text-xl {mode === true ? 'line-through' : ''}">{mode ? '/year' : '/month'}</span>
</div> </div>
{#if mode === true}
<div class="flex flex-col items-center">
<div class="flex flex-row items-center">
<span class="mr-2 text-[#FFF374] text-3xl font-bold">$124.75</span>
<span class="text-[#FFF374] text-xl">/year</span>
</div>
<span class="text-white font-bold text-xl mt-3">
Promo Code: SUMMER75
</span>
</div>
{/if}
<!-- <!--
<div class="flex items-center mt-2 text-[1rem] text-center"> <div class="flex items-center mt-2 text-[1rem] text-center">