Skip to content

Commit 50a0f63

Browse files
Update index.html
1 parent 8095691 commit 50a0f63

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ <h1 class="mt-4 text-3xl font-semibold tracking-tight sm:text-4xl">
218218
TIERS.forEach((t) => {
219219
const active = STATE.tier === t;
220220
let subtitle = "";
221-
if (t === "Registered") subtitle = "Access & referral economics";
222-
if (t === "Preferred") subtitle = "Pipeline tools, CRM access, joint motions";
223-
if (t === "Premier") subtitle = "Campaigns + priority support";
224-
if (t === "Other") subtitle = "Specialized partner types";
221+
if (t === "Registered") subtitle = "Transactional or Rebate Partner";
222+
if (t === "Preferred") subtitle = "Growth Partner with Co-Sell Access";
223+
if (t === "Premier") subtitle = "Invite-Only Strategic Partner";
224+
if (t === "Other") subtitle = "Specialized Partner Types";
225225
html += `
226226
<button
227227
class="${

0 commit comments

Comments
 (0)