mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore(docs): update pricing
This commit is contained in:
parent
d3960ffe62
commit
7cd1ea0444
2 changed files with 7 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
plus: {
|
plus: {
|
||||||
price: '€29.99',
|
price: '€19.99',
|
||||||
purchaseUrl: 'https://store.koel.dev/checkout/buy/58e8adbc-b1aa-43f9-b768-a52d1d8e6a40?media=0&logo=0&desc=0',
|
purchaseUrl: 'https://store.koel.dev/checkout/buy/58e8adbc-b1aa-43f9-b768-a52d1d8e6a40?media=0&logo=0&desc=0',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,18 +2,19 @@
|
||||||
|
|
||||||
## Pricing
|
## Pricing
|
||||||
|
|
||||||
Koel Plus employs a super simple pricing model: a __one-time__ payment of {{ config.plus.price }}.
|
Koel Plus employs a super simple pricing model: You set your own price starting at {{ config.plus.price }}, __one time__.
|
||||||
You read that right: no subscription, no recurring payments, no hidden fees, no per- or additional-seat costs — I hate those bullshit as much as you do.
|
You read that right: no subscription, no recurring payments, no hidden fees, no per- or additional-seat costs — I hate those bullshit as much as you do.
|
||||||
Pay __once__, and you get all current _and_ future updates at no extra fee, forever.
|
Pay __once__, and you get all current _and_ future updates at no extra fee, forever.
|
||||||
|
|
||||||
|
::: tip
|
||||||
|
If the price is still too steep for you, [let me know](mailto:me@phanan.net), and we can work something out.
|
||||||
|
Also, if you’re a current or past sponsor ❤️, you’re eligible for a discount.
|
||||||
|
:::
|
||||||
|
|
||||||
## Purchase
|
## Purchase
|
||||||
|
|
||||||
<a class="lemonsqueezy-button" :href="config.plus.purchaseUrl">Click here</a> to purchase Koel Plus.
|
<a class="lemonsqueezy-button" :href="config.plus.purchaseUrl">Click here</a> to purchase Koel Plus.
|
||||||
|
|
||||||
<div class="info custom-block" style="padding-top: 8px">
|
|
||||||
❤️ If you’re a current or past sponsor, <a href="mailto:me@phanan.net">reach out</a> for a discount code. ❤️
|
|
||||||
</div>
|
|
||||||
|
|
||||||
## Activation
|
## Activation
|
||||||
|
|
||||||
<UISubjectToChangeNote />
|
<UISubjectToChangeNote />
|
||||||
|
|
Loading…
Reference in a new issue