diff --git a/pricing/index.html b/pricing/index.html index 58fb2b9..214ee87 100644 --- a/pricing/index.html +++ b/pricing/index.html @@ -30,7 +30,7 @@ title: Safing Portmaster - Pricing <div class="content-one"> <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="4" interval="Month (billed anually)" plan_id="9" %} + {% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %} {% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %} </div> </div> diff --git a/spn/index.html b/spn/index.html index 7ef6c83..d94a5c0 100644 --- a/spn/index.html +++ b/spn/index.html @@ -135,7 +135,7 @@ layout: page <div class="content-one"> <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="4" interval="Month (billed anually)" plan_id="9" %} + {% include pricing_card_supporter.html price="4" interval="Month (billed annually)" plan_id="9" %} {% include pricing_card_unlimited.html price="9.90" interval="Month" plan_id="1" %} </div> </div>