Wire Change Check entry points: nav link (all pages) + statement-band teaser

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-07 08:04:59 -07:00
parent f016ffdccc
commit b0ea946133
4 changed files with 12 additions and 0 deletions
+2
View File
@@ -73,6 +73,7 @@
<a href="index.html#problem">The problem</a>
<a href="index.html#work">How we work</a>
<a href="index.html#who">Who we are</a>
<a href="change-check.html">Change Check</a>
<a class="nav-cta" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a>
</nav>
<button class="nav-toggle" id="navToggle" aria-label="Open menu" aria-expanded="false">
@@ -88,6 +89,7 @@
<a href="index.html#problem">The problem</a>
<a href="index.html#work">How we work</a>
<a href="index.html#who">Who we are</a>
<a href="change-check.html">Change Check</a>
<a class="nav-cta" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a>
</div>
+3
View File
@@ -115,6 +115,7 @@
<a href="#problem">The problem</a>
<a href="#work">How we work</a>
<a href="#who">Who we are</a>
<a href="change-check.html">Change Check</a>
<a class="nav-cta" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a>
</nav>
<button class="nav-toggle" id="navToggle" aria-label="Open menu" aria-expanded="false">
@@ -130,6 +131,7 @@
<a href="#problem">The problem</a>
<a href="#work">How we work</a>
<a href="#who">Who we are</a>
<a href="change-check.html">Change Check</a>
<a class="nav-cta" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a>
</div>
@@ -159,6 +161,7 @@
<h2 class="statement-line">You can buy the software. You can write the procedures. And still watch the whole thing <em>quietly fall apart.</em></h2>
<p>Because the new way asks people to change — and people don't resist change to be difficult. They resist it because it threatens something: their standing, their habits, the thing that's made them the one everyone relies on. The veteran who won't quite share what he knows. The supervisor who nods in the meeting and does it the old way Monday morning. The blame that starts flying the first time something goes wrong.</p>
<p class="emph">None of that is a character flaw. It's how people work — and it's the part that quietly determines whether your investment pays off — or sits on a shelf.</p>
<p class="statement-link"><a href="change-check.html">Where does your team sit? Take the two&#8209;minute Change Check &#8594;</a></p>
</div>
</section>
+2
View File
@@ -56,6 +56,7 @@
<a href="index.html#problem">The problem</a>
<a href="index.html#work">How we work</a>
<a href="index.html#who">Who we are</a>
<a href="change-check.html">Change Check</a>
<a class="nav-cta" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a>
</nav>
<button class="nav-toggle" id="navToggle" aria-label="Open menu" aria-expanded="false">
@@ -71,6 +72,7 @@
<a href="index.html#problem">The problem</a>
<a href="index.html#work">How we work</a>
<a href="index.html#who">Who we are</a>
<a href="change-check.html">Change Check</a>
<a class="nav-cta" href="https://cal.shopwisdom.ca/michaelvictory/20min-opencommunications-meeting" data-cal-link="michaelvictory/20min-opencommunications-meeting" data-cal-origin="https://cal.shopwisdom.ca" data-cal-config='{"theme":"light"}'>Book a conversation</a>
</div>
+5
View File
@@ -367,3 +367,8 @@ a:focus-visible, .btn:focus-visible { outline: 2px solid var(--amber); outline-o
border-radius: 16px 16px 0 0; box-shadow: 0 -8px 26px rgba(15, 23, 41, 0.16); }
.float-cta .btn { display: block; text-align: center; }
}
/* Change Check teaser on the dark statement band */
.statement-link { margin: 22px 0 0; }
.statement-link a { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--amber); text-decoration: none; border-bottom: 1px solid currentColor; }
.statement-link a:hover { color: #fff; }