File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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="${
You can’t perform that action at this time.
0 commit comments