From d9ffda27a4f21c7113491545fe2bd81b3adfa92a Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 31 May 2026 00:07:55 -0500 Subject: [PATCH] trucking CTAs: CB 10-codes in buttons + compliance-check button on new-carrier page - DOT checker: '10-4' on Fix My DOT Filings / Get These Handled; '10-7' (out of service) on the business close-out CTA - New-carrier (LLC) page: add a free Compliance Check button in the hero Co-Authored-By: Claude Opus 4.8 (1M context) --- site/public/order/trucking-new-carrier/index.html | 3 +++ site/public/tools/dot-compliance-check/index.html | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/site/public/order/trucking-new-carrier/index.html b/site/public/order/trucking-new-carrier/index.html index 441d49a..9312c09 100644 --- a/site/public/order/trucking-new-carrier/index.html +++ b/site/public/order/trucking-new-carrier/index.html @@ -146,6 +146,9 @@ Sign out

Start Your Trucking Business

Answer a few questions about your fleet, and we'll build a custom compliance package for you.

+
+ Already got your USDOT? Run a free Compliance Check — 10-4! → +
diff --git a/site/public/tools/dot-compliance-check/index.html b/site/public/tools/dot-compliance-check/index.html index a476f96..817e253 100644 --- a/site/public/tools/dot-compliance-check/index.html +++ b/site/public/tools/dot-compliance-check/index.html @@ -316,7 +316,7 @@ Send reset link h += ''; h += ''; h += ''; - h += ''; + h += ''; h += ''; h += ''; @@ -563,7 +563,7 @@ Send reset link html += '
'; html += '

' + redCount + ' compliance issue' + (redCount > 1 ? 's' : '') + ' found

'; html += '

Performance West can help you resolve these issues. We handle the paperwork so you can focus on driving.

'; - html += 'Fix My DOT Filings →'; + html += '10-4 — Fix My DOT Filings →'; html += '

Or call (888) 411-0383

'; html += '
'; } else if (s.yellow > 0) { @@ -583,7 +583,7 @@ Send reset link html += ' ' + item + ''; }); html += ''; - html += '
Get These Handled →'; + html += '
10-4 — Get These Handled →'; html += '

Or call (888) 411-0383

'; html += '
'; } else {