mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Reset pricing to normal prices
This commit is contained in:
parent
b2eee1289d
commit
3d4b4810dc
2 changed files with 4 additions and 4 deletions
|
@ -31,14 +31,14 @@ title: Safing Portmaster - Pricing
|
|||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="1" %}
|
||||
{% include pricing_card_supporter.html price="3" interval="1-Month" plan_id="9" %}
|
||||
{% include pricing_card_unlimited.html normal_price="9.90" price="6.90" interval="1-Month" plan_id="1" %}
|
||||
{% include pricing_card_unlimited.html price="9.90" interval="1-Month" plan_id="1" %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-two">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="2" %}
|
||||
{% include pricing_card_supporter.html price="30" interval="1-Year" plan_id="10" %}
|
||||
{% include pricing_card_unlimited.html normal_price="99" price="69" interval="1-Year" plan_id="2" %}
|
||||
{% include pricing_card_unlimited.html price="99" interval="1-Year" plan_id="2" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -149,14 +149,14 @@ layout: page
|
|||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="1" %}
|
||||
{% include pricing_card_supporter.html price="3" interval="1-Month" plan_id="9" %}
|
||||
{% include pricing_card_unlimited.html normal_price="9.90" price="6.90" interval="1-Month" plan_id="1" %}
|
||||
{% include pricing_card_unlimited.html price="9.90" interval="1-Month" plan_id="1" %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-two">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="2" %}
|
||||
{% include pricing_card_supporter.html price="30" interval="1-Year" plan_id="10" %}
|
||||
{% include pricing_card_unlimited.html normal_price="99" price="69" interval="1-Year" plan_id="2" %}
|
||||
{% include pricing_card_unlimited.html price="99" interval="1-Year" plan_id="2" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue