diff --git a/add.html b/add.html
index 4992c30..703523f 100644
--- a/add.html
+++ b/add.html
@@ -629,7 +629,7 @@
}
/* ── Coupon Badges ──────────────────────────────────────── */
- const COUPONS = { friends499: 499, creator950: 950, friends1750: 1750 };
+ const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 };
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
function updateCouponBadges() {
diff --git a/index.html b/index.html
index f22bb5d..bba85f0 100644
--- a/index.html
+++ b/index.html
@@ -2700,7 +2700,7 @@
})();
/* ── Coupon Badges ──────────────────────────────────── */
- const COUPONS = { friends499: 499, creator950: 950, friends1750: 1750 };
+ const COUPONS = { friends499: 499, friends950: 950, creator950: 950, friends1750: 1750 };
const PLAN_PRICES = { trainee: 499, junior: 950, senior: 1750 };
function centsToDollar(c) { return '$' + (c / 100).toFixed(2); }
function updateCouponBadges() {