Remove prices from compliance checker — show only on order page

Prices removed from CTA buttons and banner cards on the checker.
Users see "Get Started" instead of dollar amounts, reducing sticker
shock before they understand the value. Prices shown on the order
page where they can see itemized services.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-09 10:50:59 -05:00
parent b1750cfd20
commit acf72da341

View file

@ -27,13 +27,13 @@ Checking FCC databases...
<img src="/images/flags/usa.png" alt="USA" class="w-12 h-auto mx-auto mb-3 rounded shadow-sm" />
<h4 class="text-sm font-bold text-gray-900 mb-1 group-hover:text-blue-700">US FCC Carrier</h4>
<p class="text-xs text-gray-500 mb-3">CORES/FRN, Form 499, RMD, CPNI, CALEA, D.C. Agent — all included.</p>
<span class="inline-block px-4 py-2 bg-pw-700 text-white font-semibold rounded-lg text-sm group-hover:bg-pw-800 transition-colors">FCC Carrier Registration — $1,299</span>
<span class="inline-block px-4 py-2 bg-pw-700 text-white font-semibold rounded-lg text-sm group-hover:bg-pw-800 transition-colors">FCC Carrier Registration</span>
</a>
<a href="/order/canada-crtc" class="block bg-white border border-gray-200 rounded-xl p-5 text-center hover:border-red-400 hover:shadow-md transition-all group">
<img src="/images/flags/canada.png" alt="Canada" class="w-12 h-auto mx-auto mb-3 rounded shadow-sm" />
<h4 class="text-sm font-bold text-gray-900 mb-1 group-hover:text-red-700">Canadian CRTC Carrier</h4>
<p class="text-xs text-gray-500 mb-3">Incorporation, CRTC registration, BITS, CCTS, domain, phone number — turnkey.</p>
<span class="inline-block px-4 py-2 bg-pw-700 text-white font-semibold rounded-lg text-sm group-hover:bg-pw-800 transition-colors">CRTC Package — $3,899</span>
<span class="inline-block px-4 py-2 bg-pw-700 text-white font-semibold rounded-lg text-sm group-hover:bg-pw-800 transition-colors">CRTC Package</span>
</a>
</div>
</div> <!-- Checked at timestamp --> <p class="text-xs text-gray-400 text-center mt-4" id="checked-at"></p> </div> </div> </section> </main> <section class="py-10 border-t border-gray-100"> <div class="max-w-2xl mx-auto px-4 text-center"> <h2 class="text-lg font-bold text-gray-900 mb-2">Stay ahead of compliance changes</h2> <p class="text-sm text-gray-600 mb-5">Regulatory updates, enforcement trends, and compliance tips. No spam.</p> <button type="button" id="subscribe-btn-footer" class="inline-flex items-center gap-2 px-5 py-2.5 rounded-lg bg-pw-700 text-white text-sm font-medium hover:bg-pw-800 transition-colors"> <svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75"></path></svg>
@ -349,13 +349,13 @@ Send reset link
'<img src="/images/flags/canada.png" alt="Canada" class="w-10 h-auto mx-auto mb-2 rounded shadow-sm" />' +
'<p class="text-sm font-bold text-gray-900 group-hover:text-red-700">Canada CRTC Carrier</p>' +
'<p class="text-xs text-gray-500 mt-1">BC incorporation + full CRTC telecom registration + .ca domain</p>' +
'<span class="inline-block mt-2 px-3 py-1.5 bg-red-600 text-white font-semibold rounded-lg text-xs group-hover:bg-red-700">Start — $3,899</span>' +
'<span class="inline-block mt-2 px-3 py-1.5 bg-red-600 text-white font-semibold rounded-lg text-xs group-hover:bg-red-700">Get Started &rarr;</span>' +
'</a>' +
'<a href="/order/fcc-carrier-registration" class="block bg-white border-2 border-blue-200 rounded-xl p-4 text-center hover:border-blue-400 hover:shadow-md transition-all group">' +
'<img src="/images/flags/usa.png" alt="USA" class="w-10 h-auto mx-auto mb-2 rounded shadow-sm" />' +
'<p class="text-sm font-bold text-gray-900 group-hover:text-blue-700">US FCC Carrier</p>' +
'<p class="text-xs text-gray-500 mt-1">State formation + CORES/FRN + RMD + 499-A + CPNI + CALEA</p>' +
'<span class="inline-block mt-2 px-3 py-1.5 bg-pw-700 text-white font-semibold rounded-lg text-xs group-hover:bg-pw-800">Start — $1,299</span>' +
'<span class="inline-block mt-2 px-3 py-1.5 bg-pw-700 text-white font-semibold rounded-lg text-xs group-hover:bg-pw-800">Get Started &rarr;</span>' +
'</a>';
flexDiv.appendChild(cta);