Update pricing information

This commit is contained in:
2022-11-01 10:54:31 +01:00
parent 6472820666
commit c166148db3
6 changed files with 13 additions and 33 deletions

View File

@@ -67,7 +67,7 @@ const update = async () => {
<div class="feat_normal round_tr" class:feat_highlight={subscription === "prepaid"}>
<ul>
<li>Base price of €1 per month</li>
<li>3 per TB per month for storage</li>
<li>4 per TB per month for storage</li>
<li>€2 per TB for data transfer</li>
<li>Files never expire as long as subscription is active</li>
</ul>

View File

@@ -97,12 +97,12 @@ onMount(() => {
of months in a day (30.4375).
</p>
<p>
Example: If you have 2 TB stored on your pixeldrain account at €3 per TB
Example: If you have 2 TB stored on your pixeldrain account at €4 per TB
then the daily charge will be:<br/>
2 TB * € 3 = € 6<br/>
2 TB * € 4 = € 8<br/>
6 / 30.4375 = € 0.197125 per day<br/>
8 / 30.4375 = € 0.2628 per day<br/>
Similarly the subscription charge of €1 per month is also charged at € 1
/ 30.4375 = € 0.032854 per day.