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"> <div class="price">
<strong <strong
class="price-amount" class="price-amount"
data-monthly="19.62" data-monthly="19.40"
data-yearly="214.00" data-yearly="214.00"
>$ 19.62</strong >$ 19.40</strong
> >
<small class="price-period">/ month</small> <small class="price-period">/ month</small>
<div <div
@@ -886,7 +886,7 @@
onclick=" onclick="
openOrderWidget( openOrderWidget(
'Side Hustle', 'Side Hustle',
19.62, 19.40,
214.0, 214.0,
false, false,
) )
@@ -934,9 +934,9 @@
<div class="price"> <div class="price">
<strong <strong
class="price-amount" class="price-amount"
data-monthly="36.21" data-monthly="36.25"
data-yearly="395.00" data-yearly="395.00"
>$ 36.21</strong >$ 36.25</strong
> >
<small class="price-period">/ month</small> <small class="price-period">/ month</small>
<div <div
@@ -958,7 +958,7 @@
onclick=" onclick="
openOrderWidget( openOrderWidget(
'On the Rise', 'On the Rise',
36.21, 36.25,
395.0, 395.0,
false, false,
) )
@@ -1006,16 +1006,16 @@
<div class="price"> <div class="price">
<strong <strong
class="price-amount" class="price-amount"
data-monthly="50.00" data-monthly="49.60"
data-yearly="535.00" data-yearly="535.00"
>$ 50.00</strong >$ 49.60</strong
> >
<small class="price-period">/ month</small> <small class="price-period">/ month</small>
<div <div
class="price-save" class="price-save"
style="display: none" style="display: none"
data-monthly-text="FREE TRIAL coupon = 1 month free" data-monthly-text="FREE TRIAL coupon = 1 month free"
data-yearly-text="Save 8%" data-yearly-text="Save 10%"
> >
1 month free 1 month free
</div> </div>
@@ -1029,7 +1029,7 @@
onclick=" onclick="
openOrderWidget( openOrderWidget(
'Powerhouse', 'Powerhouse',
50.0, 49.60,
535.0, 535.0,
false, false,
) )
@@ -1069,17 +1069,19 @@
<div class="pcard-body"> <div class="pcard-body">
<h3>Empire</h3> <h3>Empire</h3>
<div class="price"> <div class="price">
<strong class="price-amount" <strong
>&gt;$ 86.67</strong class="price-amount"
data-monthly="80.00"
data-yearly="950.00"
>&gt;$ 80.00</strong
> >
<small class="price-period">/ month</small> <small class="price-period">/ month</small>
<div <div
class="price-save" class="price-save empire-no-save"
style="display: none" style="display: none"
data-monthly-text="By case pricing" data-monthly-text=""
data-yearly-text="By case pricing" data-yearly-text=""
> >
By case pricing
</div> </div>
</div> </div>
<p class="desc"> <p class="desc">
@@ -1091,7 +1093,7 @@
onclick=" onclick="
openOrderWidget( openOrderWidget(
'Empire', 'Empire',
86.67, 80.0,
950.0, 950.0,
true, true,
) )
@@ -1183,18 +1185,6 @@
</div> </div>
<div> <div>
<h5>Contact us</h5> <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"> <div class="social">
<a <a
href="/website/social/linkedin" href="/website/social/linkedin"
+4
View File
@@ -750,6 +750,10 @@ img {
gap: 0.4rem; gap: 0.4rem;
} }
} }
/* ---- Empire no discount ---- */
.empire-no-save {
display: none !important;
}
/* ---- Blog Section ---- */ /* ---- Blog Section ---- */
.blog-section { .blog-section {
padding: 3rem 0; padding: 3rem 0;