4.2.1 final fixes

This commit is contained in:
2026-05-06 11:36:19 +12:00
parent b8b9d12a82
commit a7ce4c74b5
22 changed files with 613 additions and 203 deletions
@@ -125,6 +125,8 @@
Every booking starts with a free, no-obligation Meet & Greet.
</p>
<a class="btn btn-yellow service-plan-mobile-cta" href="#newlead">Book a Meet &amp; Greet</a>
{#if pageContent.pricing.extras?.length}
<div class="service-extras">
<div class="service-extras-heading">Extras</div>
@@ -566,6 +568,10 @@
font-family: var(--font-head);
}
.service-plan-mobile-cta {
display: none;
}
.service-plan-reassurance,
.service-plan-scarcity {
display: flex;
@@ -731,5 +737,16 @@
flex-direction: column;
align-items: flex-start;
}
.service-plan-cta {
display: none;
}
.service-plan-mobile-cta {
display: flex;
width: fit-content;
margin: 18px auto 0;
font-family: var(--font-head);
}
}
</style>