Fix bundle CTA button on trucking services page (use inline styles)

Tailwind classes don't render in public/ static HTML files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
justin 2026-05-29 16:18:14 -05:00
parent c47c52e9e8
commit 1f76955937

View file

@ -123,8 +123,8 @@
<h2 class="text-2xl font-bold text-gray-900 mb-3">DOT Full Compliance Bundle — $499</h2>
<p class="text-gray-600 mb-2">MCS-150 + BOC-3 + UCR + Drug & Alcohol Program + Safety Audit Prep — everything you need.</p>
<p class="text-sm text-green-700 font-semibold mb-6">Save $276 vs ordering separately</p>
<a href="/order/dot-compliance?services=dot-full-compliance" class="inline-flex items-center gap-2 bg-orange-500 text-white font-bold px-8 py-3 rounded-lg hover:bg-orange-600 transition-colors shadow-lg">
Get the Full Bundle
<a href="/order/dot-compliance?services=dot-full-compliance" style="display:inline-block;padding:14px 40px;background:#f97316;color:#fff;font-weight:700;border-radius:8px;text-decoration:none;font-size:16px;box-shadow:0 4px 12px rgba(249,115,22,0.3)">
Get the Full Bundle &rarr;
</a>
</div>
</section>