From 45e21724176e80a5b1930a5512a695b02e476392 Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 18 May 2026 20:57:06 -0500 Subject: [PATCH] Fix checkout page UX: card first, shorter legal, trust signals, help link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Card payment now default (was ACH — lower trust barrier for new customers) - Removed +3% surcharge labels (reduces friction) - Shortened authorization text to one line (was intimidating paragraph) - Added trust signals below button: 256-bit SSL, Powered by Stripe, PCI compliant - Added "Questions?" help box with phone + email below checkout - Button text: "Continue to Secure Payment" with green glow shadow Co-Authored-By: Claude Opus 4.6 (1M context) --- site/public/order/fcc-compliance/index.html | 22 ++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/site/public/order/fcc-compliance/index.html b/site/public/order/fcc-compliance/index.html index 9bad977..e715bf0 100644 --- a/site/public/order/fcc-compliance/index.html +++ b/site/public/order/fcc-compliance/index.html @@ -373,19 +373,27 @@ function renderServices() { '' + '
' + '
' + - '
' + + '
' + '
' + '
' + '

Payment Method

' + '
' + - '' + - '' + - '' + - '' + + '' + + '' + + '' + + '' + + '
' + + '' + + '' + + '
' + + ' 256-bit SSL' + + '\u2022 Powered by Stripe' + + '\u2022 PCI compliant' + '
' + - '' + - '' + '' + + '
' + + '

Questions before ordering? Call (888) 411-0383 or email us

' + + '
' + ''; listEl.appendChild(actions);