Autosave: 20260326-113115
This commit is contained in:
parent
445749793a
commit
62ad969bc1
@ -8,7 +8,7 @@ if (!defined('ABSPATH')) {
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
const COACHING_MVP_TEMPLATE_VERSION = '2.0.18';
|
const COACHING_MVP_TEMPLATE_VERSION = '2.0.20';
|
||||||
|
|
||||||
function coaching_mvp_service_catalog() {
|
function coaching_mvp_service_catalog() {
|
||||||
return [
|
return [
|
||||||
@ -4263,6 +4263,178 @@ body.coaching-mvp-active .coach-ready-step p {
|
|||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-page > .wp-block-group__inner-container {
|
||||||
|
padding-top: 0 !important;
|
||||||
|
padding-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-intro {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr);
|
||||||
|
gap: clamp(1.5rem, 3vw, 2.8rem);
|
||||||
|
align-items: start;
|
||||||
|
padding-top: clamp(2.2rem, 4vw, 3.4rem);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-intro-copy {
|
||||||
|
display: grid;
|
||||||
|
gap: 1rem;
|
||||||
|
align-content: start;
|
||||||
|
max-width: 46rem;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-intro-copy h1 {
|
||||||
|
margin: 0;
|
||||||
|
max-width: 12ch;
|
||||||
|
color: #211813;
|
||||||
|
font-size: clamp(2.75rem, 5vw, 5rem);
|
||||||
|
line-height: .98;
|
||||||
|
letter-spacing: -.04em;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-lead {
|
||||||
|
margin: 0;
|
||||||
|
max-width: 42rem;
|
||||||
|
font-size: clamp(1.05rem, 1.7vw, 1.18rem);
|
||||||
|
line-height: 1.75;
|
||||||
|
color: rgba(33,24,19,.8);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-actions {
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-signals,
|
||||||
|
body.coaching-mvp-active .coach-services-fit-points {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: .55rem;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-signals span,
|
||||||
|
body.coaching-mvp-active .coach-services-fit-points span {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
min-height: 36px;
|
||||||
|
padding: .5rem .8rem;
|
||||||
|
border-radius: 999px;
|
||||||
|
border: 1px solid rgba(17,24,39,.08);
|
||||||
|
background: rgba(255,255,255,.76);
|
||||||
|
color: rgba(33,24,19,.78);
|
||||||
|
font-size: .84rem;
|
||||||
|
box-shadow: 0 12px 28px rgba(9,18,40,.05);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-intro-note {
|
||||||
|
display: grid;
|
||||||
|
gap: 1rem;
|
||||||
|
align-content: start;
|
||||||
|
padding: clamp(1.2rem, 2.2vw, 1.6rem);
|
||||||
|
border-radius: 28px;
|
||||||
|
border: 1px solid rgba(120,141,4,.14);
|
||||||
|
background:
|
||||||
|
radial-gradient(circle at 88% 14%, rgba(255,215,0,.14), transparent 26%),
|
||||||
|
linear-gradient(180deg, rgba(255,255,255,.96), rgba(249,247,239,.98));
|
||||||
|
box-shadow: 0 24px 56px rgba(9,18,40,.08);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-intro-note h3,
|
||||||
|
body.coaching-mvp-active .coach-services-intro-note p,
|
||||||
|
body.coaching-mvp-active .coach-services-fit-copy h2,
|
||||||
|
body.coaching-mvp-active .coach-services-fit-copy p,
|
||||||
|
body.coaching-mvp-active .coach-services-expectation-main h2,
|
||||||
|
body.coaching-mvp-active .coach-services-expectation-main p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-note-list {
|
||||||
|
gap: .85rem;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-note-list li:first-child {
|
||||||
|
padding-top: 0;
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-journey {
|
||||||
|
margin-top: clamp(2rem, 4vw, 3.2rem);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-fit {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
|
||||||
|
gap: clamp(1.5rem, 3vw, 2.8rem);
|
||||||
|
align-items: start;
|
||||||
|
padding-top: clamp(2.3rem, 4vw, 3.6rem);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-fit-copy {
|
||||||
|
display: grid;
|
||||||
|
gap: .95rem;
|
||||||
|
max-width: 44rem;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-fit-copy h2,
|
||||||
|
body.coaching-mvp-active .coach-services-expectation-main h2 {
|
||||||
|
color: #211813;
|
||||||
|
max-width: 18ch;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-fit-grid {
|
||||||
|
display: grid;
|
||||||
|
gap: .9rem;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-fit-card {
|
||||||
|
min-height: 100%;
|
||||||
|
padding: 1.1rem 1.15rem 1.2rem;
|
||||||
|
border-radius: 24px;
|
||||||
|
border: 1px solid rgba(120,141,4,.14);
|
||||||
|
background: rgba(255,255,255,.78);
|
||||||
|
box-shadow: 0 18px 42px rgba(9,18,40,.06);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-fit-card h3,
|
||||||
|
body.coaching-mvp-active .coach-services-fit-card p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-service-fit-num {
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: .7rem;
|
||||||
|
color: color-mix(in srgb, var(--color-brand-tertiary) 78%, #211813 22%);
|
||||||
|
font-size: 1.2rem;
|
||||||
|
letter-spacing: -.03em;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-expectation {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: minmax(0, 1fr) minmax(320px, .94fr);
|
||||||
|
gap: clamp(1.35rem, 2.8vw, 2.5rem);
|
||||||
|
align-items: start;
|
||||||
|
margin-top: clamp(1.8rem, 3vw, 2.5rem);
|
||||||
|
padding-top: clamp(1.6rem, 2.8vw, 2.2rem);
|
||||||
|
border-top: 1px solid rgba(33,24,19,.10);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-expectation-main {
|
||||||
|
display: grid;
|
||||||
|
gap: .95rem;
|
||||||
|
max-width: 42rem;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-expectation-lead {
|
||||||
|
color: rgba(33,24,19,.78);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-expectation .coach-ready-steps {
|
||||||
|
border-top-color: rgba(33,24,19,.12);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-expectation .coach-ready-step {
|
||||||
|
border-bottom-color: rgba(33,24,19,.10);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-next {
|
||||||
|
margin-top: clamp(2.2rem, 4vw, 3.5rem);
|
||||||
|
}
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
body.coaching-mvp-active .coach-services-intro,
|
||||||
|
body.coaching-mvp-active .coach-services-fit,
|
||||||
|
body.coaching-mvp-active .coach-services-expectation {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-intro-copy h1 {
|
||||||
|
max-width: 14ch;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 781px) {
|
||||||
|
body.coaching-mvp-active .coach-services-intro {
|
||||||
|
padding-top: clamp(1.4rem, 5vw, 2rem);
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-intro-note {
|
||||||
|
border-radius: 22px;
|
||||||
|
}
|
||||||
|
body.coaching-mvp-active .coach-services-signals,
|
||||||
|
body.coaching-mvp-active .coach-services-fit-points {
|
||||||
|
gap: .45rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
body.coaching-mvp-active .coach-about-band {
|
body.coaching-mvp-active .coach-about-band {
|
||||||
position: relative;
|
position: relative;
|
||||||
isolation: isolate;
|
isolation: isolate;
|
||||||
@ -4881,36 +5053,207 @@ HTML;
|
|||||||
|
|
||||||
function coaching_mvp_services_content() {
|
function coaching_mvp_services_content() {
|
||||||
return <<<'HTML'
|
return <<<'HTML'
|
||||||
<!-- wp:group {"className":"coach-shell","layout":{"type":"constrained"}} -->
|
<!-- wp:group {"className":"coach-services-page coach-shell","layout":{"type":"constrained"}} -->
|
||||||
<div class="wp-block-group coach-shell"><div class="wp-block-group__inner-container">
|
<div class="wp-block-group coach-services-page coach-shell"><div class="wp-block-group__inner-container">
|
||||||
<!-- wp:paragraph {"className":"coach-badge"} --><p class="coach-badge">Coaching services</p><!-- /wp:paragraph -->
|
<!-- wp:group {"align":"full","className":"coach-hero"} -->
|
||||||
<!-- wp:heading {"level":1} --><h1 class="wp-block-heading">Support designed for clarity, change, and steady momentum</h1><!-- /wp:heading -->
|
<div class="wp-block-group alignfull coach-hero"><div class="wp-block-columns are-vertically-aligned-center coach-hero-simple"><!-- wp:column {"verticalAlignment":"center","width":"52%"} -->
|
||||||
<!-- wp:paragraph {"fontSize":"large"} --><p class="has-large-font-size">Whether you need one focused conversation or a longer coaching partnership, each offer is designed to create calm, honest progress.</p><!-- /wp:paragraph -->
|
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:52%"><!-- wp:paragraph {"className":"coach-eyebrow"} -->
|
||||||
|
<p class="coach-eyebrow">01 / Services</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:heading {"level":1,"fontSize":"xx-large"} -->
|
||||||
|
<h1 class="wp-block-heading has-xx-large-font-size">Choose the level of support that fits the weight of this season.</h1>
|
||||||
|
<!-- /wp:heading -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph {"fontSize":"large"} -->
|
||||||
|
<p class="has-large-font-size">Private coaching for founders, executives, and senior professionals who need thoughtful support, clearer decisions, and stronger next steps under real pressure.</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
|
||||||
|
<!-- wp:buttons {"className":"coach-hero-actions"} -->
|
||||||
|
<div class="wp-block-buttons coach-hero-actions"><!-- wp:button {"backgroundColor":"contrast-3","textColor":"base"} -->
|
||||||
|
<div class="wp-block-button"><a class="wp-block-button__link has-base-color has-contrast-3-background-color has-text-color has-background wp-element-button" href="/book-session/">Book a Discovery Call</a></div>
|
||||||
|
<!-- /wp:button -->
|
||||||
|
|
||||||
|
<!-- wp:button {"className":"is-style-outline"} -->
|
||||||
|
<div class="wp-block-button is-style-outline"><a class="wp-block-button__link wp-element-button" href="/contact/">Ask a question</a></div>
|
||||||
|
<!-- /wp:button --></div>
|
||||||
|
<!-- /wp:buttons -->
|
||||||
|
|
||||||
|
<!-- wp:paragraph {"className":"coach-hero-support"} -->
|
||||||
|
<p class="coach-hero-support">Begin with a low-pressure call, go deeper in a focused session, or choose ongoing support when the season needs continuity.</p>
|
||||||
|
<!-- /wp:paragraph --></div>
|
||||||
|
<!-- /wp:column -->
|
||||||
|
|
||||||
|
<!-- wp:column {"verticalAlignment":"center","width":"48%"} -->
|
||||||
|
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:48%"><!-- wp:html -->
|
||||||
|
<div class="coach-hero-image-wrap">
|
||||||
|
<figure class="coach-photo-card coach-photo-card-tall">
|
||||||
|
<img src="/wp-content/uploads/2026/03/corporate-executive-woman.jpg" alt="Executive standing in a bright modern office" loading="eager" />
|
||||||
|
</figure>
|
||||||
|
<div class="coach-hero-note" style="background:#ffffff !important;color:#111827 !important;border:1px solid rgba(17,24,39,.10) !important;box-shadow:none !important;backdrop-filter:none !important;">
|
||||||
|
<span class="coach-badge dark" style="background:#f3f4f6 !important;color:#111827 !important;border:1px solid rgba(17,24,39,.10) !important;box-shadow:none !important;">A simple way to choose</span>
|
||||||
|
<strong style="color:#111827 !important;">Start with the smallest useful next step.</strong>
|
||||||
|
<p style="color:#424b57 !important;">Discovery Call for fit and direction, Clarity Session for one high-stakes issue, ongoing coaching when the work needs rhythm and continuity.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- /wp:html --></div>
|
||||||
|
<!-- /wp:column --></div></div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
|
<!-- wp:group {"align":"full","className":"coach-experience-band coach-services-fit-band"} -->
|
||||||
|
<div class="wp-block-group alignfull coach-experience-band coach-services-fit-band"><div class="wp-block-group__inner-container">
|
||||||
|
<!-- wp:html -->
|
||||||
|
<div class="coach-experience-layout">
|
||||||
|
<div class="coach-experience-copy">
|
||||||
|
<p class="coach-eyebrow coach-experience-eyebrow">02 / Who this is for</p>
|
||||||
|
<h2>Designed for people carrying real responsibility, not just chasing inspiration.</h2>
|
||||||
|
<p class="coach-experience-intro">This work fits leaders, founders, senior professionals, and people in transition who need a calmer place to think well, speak honestly, and make cleaner decisions.</p>
|
||||||
|
<div class="coach-experience-list">
|
||||||
|
<article class="coach-experience-item">
|
||||||
|
<span class="coach-experience-num">01</span>
|
||||||
|
<div>
|
||||||
|
<h3>Pressure that needs clearer signal</h3>
|
||||||
|
<p>Useful when everything feels urgent and you need stronger prioritization, steadier thinking, and a cleaner read on what matters next.</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
<article class="coach-experience-item">
|
||||||
|
<span class="coach-experience-num">02</span>
|
||||||
|
<div>
|
||||||
|
<h3>Transitions with visible stakes</h3>
|
||||||
|
<p>Support for promotions, pivots, founder growth, or leadership changes where confidence and communication both matter.</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
<article class="coach-experience-item">
|
||||||
|
<span class="coach-experience-num">03</span>
|
||||||
|
<div>
|
||||||
|
<h3>Ongoing seasons of responsibility</h3>
|
||||||
|
<p>Built for moments when one conversation is not enough and the work needs continuity, accountability, and room to think over time.</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<aside class="coach-quote-card coach-experience-quote">
|
||||||
|
<span class="coach-badge">Best fit</span>
|
||||||
|
<p>Choose the lightest entry that still gives the issue enough room. Most people start small, then increase depth only if it would be genuinely useful.</p>
|
||||||
|
<div class="coach-testimonial-meta">Private 1:1 <span class="coach-quote-role">Virtual, practical, confidential</span></div>
|
||||||
|
</aside>
|
||||||
|
</div>
|
||||||
|
<!-- /wp:html -->
|
||||||
|
</div></div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
</div></div>
|
||||||
|
<!-- /wp:group -->
|
||||||
|
|
||||||
|
<!-- wp:group {"align":"full","className":"coach-ways-band coach-services-journey","layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group alignfull coach-ways-band coach-services-journey"><div class="wp-block-group__inner-container">
|
||||||
|
<!-- wp:paragraph {"className":"coach-eyebrow"} -->
|
||||||
|
<p class="coach-eyebrow">03 / Ways to work together</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
<!-- wp:heading -->
|
||||||
|
<h2 class="wp-block-heading">A clearer progression from first conversation to deeper support</h2>
|
||||||
|
<!-- /wp:heading -->
|
||||||
|
<!-- wp:html -->
|
||||||
|
<div class="coach-ways-editorial">
|
||||||
|
<div class="coach-ways-intro">
|
||||||
|
<span class="coach-ways-kicker">Not four equal cards — a practical path into the right level of support</span>
|
||||||
|
<p>Use this page to decide how much space, depth, and continuity would be most useful right now. The offers are designed to feel like a clean progression, not a confusing menu.</p>
|
||||||
|
</div>
|
||||||
|
<!-- /wp:html -->
|
||||||
<!-- wp:shortcode -->
|
<!-- wp:shortcode -->
|
||||||
[coaching_services limit="4"]
|
[coaching_services_flow limit="4"]
|
||||||
<!-- /wp:shortcode -->
|
<!-- /wp:shortcode -->
|
||||||
<!-- wp:html -->
|
<!-- wp:html -->
|
||||||
<div class="coach-grid-2 coach-section">
|
<div class="coach-ways-footer-clean">
|
||||||
<div class="coach-panel">
|
<p>Most new clients start with the Discovery Call or the Clarity Session, then expand support only if it would be genuinely useful.</p>
|
||||||
<span class="coach-badge">Who this is for</span>
|
<p><a class="coach-inline-link" href="/book-session/">Book a call</a> <a class="coach-inline-link" href="/contact/" style="margin-left:.5rem">Ask a question</a></p>
|
||||||
<h3>For leaders, founders, professionals, and people in transition</h3>
|
|
||||||
<p>These offers work well for moments that call for clearer thinking, stronger decision-making, more grounded leadership, or a steadier way of moving through change.</p>
|
|
||||||
</div>
|
|
||||||
<div class="coach-panel">
|
|
||||||
<span class="coach-badge">What to expect</span>
|
|
||||||
<h3>Choose the level of support that matches the moment</h3>
|
|
||||||
<p>Some people need a single strategic conversation. Others want structured support over time. Each option is meant to make the next step feel simple and clear.</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="coach-process-grid coach-section">
|
<!-- /wp:html -->
|
||||||
<article class="coach-process-card"><span class="coach-icon-dot">01</span><h3>Name what matters</h3><p>Start with the decision, transition, pressure point, or pattern that most needs attention.</p></article>
|
</div></div>
|
||||||
<article class="coach-process-card"><span class="coach-icon-dot">02</span><h3>Make the work practical</h3><p>Turn reflection into something useful: a clearer choice, a stronger plan, or a better rhythm for action.</p></article>
|
<!-- /wp:group -->
|
||||||
<article class="coach-process-card"><span class="coach-icon-dot">03</span><h3>Move with consistency</h3><p>The aim is not more pressure. It is sustainable momentum that fits real life and real responsibility.</p></article>
|
|
||||||
|
<!-- wp:group {"align":"full","className":"coach-video-band coach-video-section coach-services-expectation-band","layout":{"type":"constrained"} } -->
|
||||||
|
<div class="wp-block-group alignfull coach-video-band coach-video-section coach-services-expectation-band"><div class="wp-block-group__inner-container">
|
||||||
|
<!-- wp:paragraph {"className":"coach-eyebrow"} -->
|
||||||
|
<p class="coach-eyebrow">04 / What to expect</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
<!-- wp:heading -->
|
||||||
|
<h2 class="wp-block-heading">Thoughtful, practical conversations that leave you with stronger next steps</h2>
|
||||||
|
<!-- /wp:heading -->
|
||||||
|
<!-- wp:paragraph -->
|
||||||
|
<p>The point is not more theory. It is to reduce noise, get clear on what matters, and leave with language, decisions, or structure you can actually use.</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
<!-- wp:html -->
|
||||||
|
<div class="coach-video-editorial">
|
||||||
|
<div class="coach-video-main">
|
||||||
|
<div class="coach-video-frame coach-video-frame-clean coach-services-expectation-card">
|
||||||
|
<div class="coach-video-note">
|
||||||
|
<span class="coach-video-chip"><strong>Private 1:1</strong><span>Grounded conversation, tailored to the season you are in.</span></span>
|
||||||
|
<span class="coach-video-chip"><strong>Clear next step</strong><span>Every session is meant to create language, decisions, or momentum you can actually use.</span></span>
|
||||||
|
<span class="coach-video-chip"><strong>No hard sell</strong><span>The first step is designed to feel calm, thoughtful, and easy to enter.</span></span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="coach-video-inline-meta">
|
||||||
|
<span>Calm process</span>
|
||||||
|
<span>Practical depth</span>
|
||||||
|
<span>Leadership language</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="coach-video-copy">
|
||||||
|
<p class="coach-video-kicker">A steadier process</p>
|
||||||
|
<h3>What usually happens inside the work</h3>
|
||||||
|
<p>We start with the challenge that most needs attention, sort signal from noise, and work toward a next move that feels clearer, cleaner, and more usable.</p>
|
||||||
|
<ol class="coach-editorial-list coach-video-list">
|
||||||
|
<li><strong>Name the real issue.</strong><span>Bring the transition, decision, pressure point, or conversation that most needs clarity.</span></li>
|
||||||
|
<li><strong>Work toward practical clarity.</strong><span>Find the signal, sharpen the frame, and identify what would actually move things forward.</span></li>
|
||||||
|
<li><strong>Leave with a cleaner next move.</strong><span>The outcome should feel grounded and usable — not abstract, performative, or overloaded.</span></li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="coach-cta-band coach-section">
|
<!-- /wp:html -->
|
||||||
<h3>Not sure which option fits best?</h3>
|
</div></div>
|
||||||
<p>You can book directly if you already know what you need, or start with a message if you want to talk it through first.</p>
|
<!-- /wp:group -->
|
||||||
<p><a class="coach-inline-link" href="/book-session/">Book a session</a> <a class="coach-inline-link" href="/contact/" style="margin-left:.5rem;">Ask a question</a></p>
|
|
||||||
|
<!-- wp:group {"align":"full","className":"coach-ready-band coach-services-next","layout":{"type":"constrained"}} -->
|
||||||
|
<div class="wp-block-group alignfull coach-ready-band coach-services-next"><div class="wp-block-group__inner-container">
|
||||||
|
<!-- wp:paragraph {"className":"coach-eyebrow"} -->
|
||||||
|
<p class="coach-eyebrow">05 / Ready to begin</p>
|
||||||
|
<!-- /wp:paragraph -->
|
||||||
|
<!-- wp:heading -->
|
||||||
|
<h2 class="wp-block-heading">If the work feels aligned, there is a simple next step</h2>
|
||||||
|
<!-- /wp:heading -->
|
||||||
|
<!-- wp:html -->
|
||||||
|
<div class="coach-ready-editorial">
|
||||||
|
<div class="coach-ready-copy">
|
||||||
|
<p class="coach-ready-lead">Book directly if you already know what kind of support you want. If you would rather ask a question first, reach out and describe what is happening.</p>
|
||||||
|
<div class="coach-ready-actions">
|
||||||
|
<a class="coach-inline-link is-primary" href="/book-session/">Book a call</a>
|
||||||
|
<a class="coach-inline-link is-secondary" href="/contact/">Ask a question</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="coach-ready-steps" aria-label="Next steps">
|
||||||
|
<div class="coach-ready-step">
|
||||||
|
<span class="coach-ready-step-num">01</span>
|
||||||
|
<div>
|
||||||
|
<strong>Choose the closest fit</strong>
|
||||||
|
<p>Use the service progression above to decide whether you need entry, depth, or continuity.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="coach-ready-step">
|
||||||
|
<span class="coach-ready-step-num">02</span>
|
||||||
|
<div>
|
||||||
|
<strong>Share a little context</strong>
|
||||||
|
<p>Briefly describe the challenge, transition, or decision so the conversation can start in the right place.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="coach-ready-step">
|
||||||
|
<span class="coach-ready-step-num">03</span>
|
||||||
|
<div>
|
||||||
|
<strong>Move forward with clarity</strong>
|
||||||
|
<p>The goal of the first step is a calmer, more useful sense of what to do next.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /wp:html -->
|
<!-- /wp:html -->
|
||||||
</div></div>
|
</div></div>
|
||||||
@ -4918,6 +5261,7 @@ function coaching_mvp_services_content() {
|
|||||||
HTML;
|
HTML;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function coaching_mvp_testimonials_content() {
|
function coaching_mvp_testimonials_content() {
|
||||||
return <<<'HTML'
|
return <<<'HTML'
|
||||||
<!-- wp:group {"className":"coach-shell","layout":{"type":"constrained"}} -->
|
<!-- wp:group {"className":"coach-shell","layout":{"type":"constrained"}} -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user