This commit is contained in:
MuslemRahimi 2024-08-31 19:07:34 +02:00
parent 32dc382985
commit 4e5c7d5719
2 changed files with 16 additions and 1 deletions

View File

@ -156,7 +156,7 @@
I think this website is {rating?.length !== 0 ? `"${rating}"` : ''} I think this website is {rating?.length !== 0 ? `"${rating}"` : ''}
</span> </span>
<button on:click={() => sendFeedback()} class="mb-4 btn bg-purple-600 hover:bg-purple-500 {rating?.length !== 0 && inputValue?.length !== 0 ? 'opacity-100 cursor-pointer' : 'opacity-60 cursor-default'} btn-md w-full rounded-full m-auto text-white font-bold text-md"> <button on:click={() => sendFeedback()} class="mb-4 px-3 py-2 bg-purple-600 smhover:bg-purple-700 {rating?.length !== 0 && inputValue?.length !== 0 ? 'opacity-100 cursor-pointer' : 'opacity-60 cursor-default'} w-11/12 rounded-lg m-auto text-white font-semibold text-md">
Send Feedback Send Feedback
</button> </button>

View File

@ -679,6 +679,21 @@ async function purchasePlan(subscriptionType:string='') {
</div> </div>
</details> </details>
</li>
<li>
<details class="collapse collapse-arrow">
<summary class="collapse-title text-white font-semibold text-[1rem] sm:text-xl flex items-center justify-between w-full text-left py-5">
Do you offer a Lifetime Deal?
</summary>
<div class="collapse-content">
<p class="text-sm sm:text-[1rem] pb-5 text-gray-200 overflow-hidden transition-all duration-300 ease-in-out">
Yes, we do offer a special limited life time deal for <strong>$599</strong>.
<br>
You might be wondering why this price is higher than our standard subscription. The reason is that while I can't guarantee our current pricing will remain the same, purchasing lifetime access locks in your deal—you pay once and never again. This offer includes all features from the Pro Tier. If you're interested, feel free to email me at <a href={`mailto:${emailAddress}`} class="text-blue-400 underline">{emailAddress}</a>.
</p>
</div>
</details>
</li> </li>
<li> <li>
<details class="collapse collapse-arrow"> <details class="collapse collapse-arrow">