Add Ontario alongside BC on CRTC page

- New 'Choose your province: BC or Ontario' comparison card (entity name,
  registered office city, fees, annual return, portal, area codes, corp tax)
  inserted above the carriers banner. Previously Ontario was only mentioned
  in a buried FAQ; BC outnumbered ON 53:12.
- Tax-comparison H2 + collapse-menu label now read 'British Columbia / Ontario'
  and the key-takeaway notes ON is ~12.2% (within ~1pt of BC).
- Made hero chip, 'what we deliver' (registered office + file corporation),
  and banking copy province-aware (BC or Ontario) instead of BC-only.
- Verified headless: province card renders, H2 visible (not auto-collapsed),
  13 accordions + proof expander intact, 28 Ontario mentions, no new JS errors.
This commit is contained in:
justin 2026-06-20 06:40:18 -05:00
parent b1629160d5
commit 9a9b0b9130
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
// Order here is also the order used in the TL;DR jump menu. // Order here is also the order used in the TL;DR jump menu.
var COLLAPSE = [ var COLLAPSE = [
{ key: "why canada", label: "Why Canada: FCC vs CRTC" }, { key: "why canada", label: "Why Canada: FCC vs CRTC" },
{ key: "corporate tax comparison", label: "Corporate tax comparison (BC vs US)" }, { key: "corporate tax comparison", label: "Corporate tax comparison (BC/Ontario vs US)" },
{ key: "canada telecom m&a", label: "Canada telecom M&A climate" }, { key: "canada telecom m&a", label: "Canada telecom M&A climate" },
{ key: "step 6: canadian business banking", label: "Canadian business banking" }, { key: "step 6: canadian business banking", label: "Canadian business banking" },
{ key: "frequently asked questions", label: "FAQ", open: false }, { key: "frequently asked questions", label: "FAQ", open: false },

File diff suppressed because one or more lines are too long