squash: feat: Create fillable PDF forms

This commit is contained in:
abdullahalam123
2025-11-24 21:16:23 +05:30
parent 1e8866018d
commit 95927cd899
45 changed files with 3595 additions and 356 deletions

View File

@@ -192,12 +192,32 @@
<div
class="mt-8 bg-gradient-to-r from-indigo-900/40 to-purple-900/40 rounded-lg p-6 border border-indigo-500/50">
<div class="text-center">
<div class="inline-block bg-red-500 text-white text-xs font-bold px-3 py-1 rounded-full mb-3 animate-pulse">
LIMITED TIME OFFER
</div>
<p class="text-white text-2xl font-bold mb-2">Lifetime License</p>
<p class="text-indigo-300 text-4xl font-bold mb-3">$49 <span
class="text-lg font-normal text-gray-400">one-time</span></p>
<div class="flex items-center justify-center gap-3 mb-3">
<span class="text-gray-400 text-2xl line-through">$99</span>
<span class="text-indigo-300 text-4xl font-bold">$49</span>
<span class="text-lg font-normal text-gray-400">one-time</span>
</div>
<p class="text-gray-300 text-sm mb-4">Includes all feature updates forever</p>
<!-- Unlimited Usage Info -->
<div class="bg-indigo-900/30 rounded-lg p-4 mb-4 border border-indigo-500/30">
<div class="flex items-start gap-3 text-left">
<i data-lucide="infinity" class="w-6 h-6 text-indigo-400 flex-shrink-0 mt-0.5"></i>
<div>
<h4 class="text-white font-semibold text-sm mb-2">Unlimited Usage</h4>
<p class="text-gray-300 text-xs leading-relaxed">
The BentoPDF commercial license permits use on an <strong class="text-white">unrestricted, unlimited number of devices, servers, and user machines</strong> within your organization. There are <strong class="text-white">no per-user, per-machine, or per-seat limitations</strong>. Once you purchase the license, all your internal users may use BentoPDF through your browser-based system without requiring additional licenses.
</p>
</div>
</div>
</div>
<a href="https://ko-fi.com/s/f32ca4cb75" target="_blank" rel="noopener noreferrer"
class="inline-block px-8 py-3 rounded-lg bg-indigo-600 text-white font-semibold hover:bg-indigo-700 transition-colors shadow-lg">
class="inline-block px-8 py-3 rounded-lg bg-indigo-600 text-white font-semibold hover:bg-indigo-700 transition-colors shadow-lg hover:shadow-indigo-500/50 transform hover:scale-105 transition-all duration-200">
Purchase Lifetime License
</a>
</div>