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:
2026-06-24 19:16:12 +00:00
parent 7180fd190d
commit 129a02ebb2
2 changed files with 23 additions and 29 deletions
+19 -29
View File
@@ -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"
>&gt;$ 86.67</strong
<strong
class="price-amount"
data-monthly="80.00"
data-yearly="950.00"
>&gt;$ 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"
+4
View File
@@ -750,6 +750,10 @@ img {
gap: 0.4rem;
}
}
/* ---- Empire no discount ---- */
.empire-no-save {
display: none !important;
}
/* ---- Blog Section ---- */
.blog-section {
padding: 3rem 0;