update: lower pricing

This commit is contained in:
nate 2026-03-19 11:35:11 +04:00
parent e19e723d49
commit 63cd0c7af5
3 changed files with 3 additions and 6 deletions

View File

@ -5,7 +5,7 @@ export const PLANS = {
}, },
lifetime: { lifetime: {
label: "Lifetime", label: "Lifetime",
priceUsd: 149, priceUsd: 140,
}, },
} as const; } as const;

View File

@ -42,7 +42,7 @@
<label for="plan-lifetime" <label for="plan-lifetime"
class="cursor-pointer text-left bg-gray-900 border-2 border-gray-800 hover:border-yellow-500/50 rounded-xl p-5 transition-colors"> class="cursor-pointer text-left bg-gray-900 border-2 border-gray-800 hover:border-yellow-500/50 rounded-xl p-5 transition-colors">
<div class="text-xs text-yellow-500/70 uppercase tracking-wider font-mono mb-1">Lifetime</div> <div class="text-xs text-yellow-500/70 uppercase tracking-wider font-mono mb-1">Lifetime</div>
<div class="text-2xl font-bold text-gray-100">$149</div> <div class="text-2xl font-bold text-gray-100">$140</div>
<div class="text-xs text-gray-500 mt-2">One-time, forever</div> <div class="text-xs text-gray-500 mt-2">One-time, forever</div>
</label> </label>
</div> </div>

View File

@ -533,10 +533,7 @@
<!-- Lifetime --> <!-- Lifetime -->
<div class="rounded-xl border border-yellow-500/30 bg-[#111] p-8 text-left relative"> <div class="rounded-xl border border-yellow-500/30 bg-[#111] p-8 text-left relative">
<div class="text-xs text-yellow-500/70 uppercase tracking-wider font-mono mb-2">Lifetime</div> <div class="text-xs text-yellow-500/70 uppercase tracking-wider font-mono mb-2">Lifetime</div>
<div class="flex items-baseline gap-3 mb-1"> <div class="text-4xl font-bold mb-1">$140</div>
<div class="text-4xl font-bold">$149</div>
<div class="text-xl text-gray-600 line-through">$179</div>
</div>
<div class="text-sm text-gray-500 mb-6">one-time</div> <div class="text-sm text-gray-500 mb-6">one-time</div>
<ul class="space-y-3 text-sm text-gray-400"> <ul class="space-y-3 text-sm text-gray-400">
<li class="flex items-center gap-2"> <li class="flex items-center gap-2">