Blog post: add HERMES chip, BLOG499 coupon CTA, register coupon code in both pages

This commit is contained in:
Oliver
2026-06-10 06:02:27 -03:00
parent 28770da811
commit 9ebf08a10e
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -629,7 +629,7 @@
}
/* ── Coupon Badges ──────────────────────────────────────── */
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 };
const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750, blog499: 499 };
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
function updateCouponBadges() {