Update pricing: Side Hustle 9.40, On the Rise 6.25, Powerhouse 9.60 (10% off), Empire >0.00 (no discount shown). Remove redundant Contact Form button from footer.
This commit is contained in:
+19
-29
@@ -862,9 +862,9 @@
|
||||
<div class="price">
|
||||
<strong
|
||||
class="price-amount"
|
||||
data-monthly="19.62"
|
||||
data-monthly="19.40"
|
||||
data-yearly="214.00"
|
||||
>$ 19.62</strong
|
||||
>$ 19.40</strong
|
||||
>
|
||||
<small class="price-period">/ month</small>
|
||||
<div
|
||||
@@ -886,7 +886,7 @@
|
||||
onclick="
|
||||
openOrderWidget(
|
||||
'Side Hustle',
|
||||
19.62,
|
||||
19.40,
|
||||
214.0,
|
||||
false,
|
||||
)
|
||||
@@ -934,9 +934,9 @@
|
||||
<div class="price">
|
||||
<strong
|
||||
class="price-amount"
|
||||
data-monthly="36.21"
|
||||
data-monthly="36.25"
|
||||
data-yearly="395.00"
|
||||
>$ 36.21</strong
|
||||
>$ 36.25</strong
|
||||
>
|
||||
<small class="price-period">/ month</small>
|
||||
<div
|
||||
@@ -958,7 +958,7 @@
|
||||
onclick="
|
||||
openOrderWidget(
|
||||
'On the Rise',
|
||||
36.21,
|
||||
36.25,
|
||||
395.0,
|
||||
false,
|
||||
)
|
||||
@@ -1006,16 +1006,16 @@
|
||||
<div class="price">
|
||||
<strong
|
||||
class="price-amount"
|
||||
data-monthly="50.00"
|
||||
data-monthly="49.60"
|
||||
data-yearly="535.00"
|
||||
>$ 50.00</strong
|
||||
>$ 49.60</strong
|
||||
>
|
||||
<small class="price-period">/ month</small>
|
||||
<div
|
||||
class="price-save"
|
||||
style="display: none"
|
||||
data-monthly-text="FREE TRIAL coupon = 1 month free"
|
||||
data-yearly-text="Save 8%"
|
||||
data-yearly-text="Save 10%"
|
||||
>
|
||||
1 month free
|
||||
</div>
|
||||
@@ -1029,7 +1029,7 @@
|
||||
onclick="
|
||||
openOrderWidget(
|
||||
'Powerhouse',
|
||||
50.0,
|
||||
49.60,
|
||||
535.0,
|
||||
false,
|
||||
)
|
||||
@@ -1069,17 +1069,19 @@
|
||||
<div class="pcard-body">
|
||||
<h3>Empire</h3>
|
||||
<div class="price">
|
||||
<strong class="price-amount"
|
||||
>>$ 86.67</strong
|
||||
<strong
|
||||
class="price-amount"
|
||||
data-monthly="80.00"
|
||||
data-yearly="950.00"
|
||||
>>$ 80.00</strong
|
||||
>
|
||||
<small class="price-period">/ month</small>
|
||||
<div
|
||||
class="price-save"
|
||||
class="price-save empire-no-save"
|
||||
style="display: none"
|
||||
data-monthly-text="By case pricing"
|
||||
data-yearly-text="By case pricing"
|
||||
data-monthly-text=""
|
||||
data-yearly-text=""
|
||||
>
|
||||
By case pricing
|
||||
</div>
|
||||
</div>
|
||||
<p class="desc">
|
||||
@@ -1091,7 +1093,7 @@
|
||||
onclick="
|
||||
openOrderWidget(
|
||||
'Empire',
|
||||
86.67,
|
||||
80.0,
|
||||
950.0,
|
||||
true,
|
||||
)
|
||||
@@ -1183,18 +1185,6 @@
|
||||
</div>
|
||||
<div>
|
||||
<h5>Contact us</h5>
|
||||
<p>
|
||||
<a
|
||||
class="btn btn-primary"
|
||||
href="/contactus"
|
||||
style="
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border-color: rgba(255, 255, 255, 0.2);
|
||||
color: #fff;
|
||||
"
|
||||
>Contact Form</a
|
||||
>
|
||||
</p>
|
||||
<div class="social">
|
||||
<a
|
||||
href="/website/social/linkedin"
|
||||
|
||||
Reference in New Issue
Block a user