diff --git a/site/src/pages/tools/fcc-compliance-check.astro b/site/src/pages/tools/fcc-compliance-check.astro index b79acac..ef43861 100644 --- a/site/src/pages/tools/fcc-compliance-check.astro +++ b/site/src/pages/tools/fcc-compliance-check.astro @@ -794,7 +794,10 @@ import Base from "../../layouts/Base.astro"; } break; case "bdc_filing": - if (s === "yellow") { + if (s === "red") { + // Both broadband + voice filings + services.push({ id: "bdc_filing", name: "BDC Broadband + Voice Filing", desc: "both filings", price: 349 }); + } else if (s === "yellow") { services.push({ id: "bdc_filing", name: "BDC / Form 477 Filing", desc: "", price: 199 }); } break;