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> </p>
</div> </div>
<div class="flex flex-row items-end gap-2"> <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> <span>/ month</span>
</div> </div>
<Button <Button

@ -5,6 +5,7 @@
ReceiptText, ReceiptText,
CodeXml, CodeXml,
Check, Check,
StarsIcon,
} from 'lucide-svelte' } from 'lucide-svelte'
import { Button } from '$lib/components/ui/button/index.js' import { Button } from '$lib/components/ui/button/index.js'
@ -67,7 +68,7 @@
</p> </p>
</div> </div>
<div class="flex flex-row items-end gap-2"> <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> <span>/ month</span>
</div> </div>
<Button <Button
@ -87,6 +88,10 @@
<Check class="text-brand" /> <Check class="text-brand" />
<span class="flex">5 custom domains</span> <span class="flex">5 custom domains</span>
</li> </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"> <li class="flex items-center gap-3">
<Check class="text-brand" /> <Check class="text-brand" />
<span class="flex">2 years click history</span> <span class="flex">2 years click history</span>

Loading…
Cancel
Save