diff --git a/site/src/pages/tools/fcc-compliance-check.astro b/site/src/pages/tools/fcc-compliance-check.astro index 7f643c2..4f3a401 100644 --- a/site/src/pages/tools/fcc-compliance-check.astro +++ b/site/src/pages/tools/fcc-compliance-check.astro @@ -93,6 +93,20 @@ import Base from "../../layouts/Base.astro";
+ +⚠ Issues found in your filed certification
+Your current filing doesn't meet 2026 FCC requirements — this needs to be corrected
+Due: ${check.due_date}
`; if (check.detail) inner += `${check.detail}
`; + // Add penalty warning for red/yellow items + if (status === "red" || status === "yellow") { + const penaltyMap: Record${penalty[1]}
`; + } + } + // Entity name for contextual questions const eName = (data.entity_name || "").toUpperCase() || "THIS ENTITY"; @@ -853,7 +885,12 @@ import Base from "../../layouts/Base.astro"; const reminderCta = document.getElementById("reminder-cta"); if (services.length > 0) { - let html = `⚠ Your current FCC filing is inaccurate
+The certification document on file with the FCC is missing required sections under 2026 enforcement standards. Until this is corrected, your company is exposed to enforcement action and potential fines.
+Select the filings that need to be corrected. We'll prepare updated documents, get your signature, and file them with the FCC.
`; html += `You'll see itemized pricing on the next page. No commitment until you pay.
Not ready yet? Get your compliance report emailed to you.
+We'll send a detailed breakdown of what needs to be fixed — free, no obligation.
+