update pro plan pricing

main
TZGyn 10 months ago
parent f63d300918
commit 5400c123bd
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -141,7 +141,7 @@
</p>
</div>
<div class="flex flex-row items-end gap-2">
<span class="text-4xl font-bold">$9</span>
<span class="text-4xl font-bold">$5</span>
<span>/ month</span>
</div>
<Button

@ -5,6 +5,7 @@
ReceiptText,
CodeXml,
Check,
StarsIcon,
} from 'lucide-svelte'
import { Button } from '$lib/components/ui/button/index.js'
@ -67,7 +68,7 @@
</p>
</div>
<div class="flex flex-row items-end gap-2">
<span class="text-4xl font-bold">$9</span>
<span class="text-4xl font-bold">$5</span>
<span>/ month</span>
</div>
<Button
@ -87,6 +88,10 @@
<Check class="text-brand" />
<span class="flex">5 custom domains</span>
</li>
<li class="flex items-center gap-3">
<StarsIcon class="text-brand" />
<span class="flex">File Upload (100 GB)</span>
</li>
<li class="flex items-center gap-3">
<Check class="text-brand" />
<span class="flex">2 years click history</span>

Loading…
Cancel
Save