Skip to content

Commit

Permalink
Change TAM to Technical Advisor (#5806)
Browse files Browse the repository at this point in the history
  • Loading branch information
abschu committed Sep 29, 2022
1 parent 2c9f146 commit f75627c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/Pricing/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const ENTERPRISE_FEATURES_OVERVIEW: FeatureCluster[] = [
},
{
topic: '24/5 priority support',
features: ['slaSupport', 'dedicatedManager'],
features: ['slaSupport', 'dedicatedAdvisor'],
},
]

Expand Down Expand Up @@ -209,7 +209,7 @@ export const ALL_FEATURES_COMPARED_DATA: FeatureDictionary[] = [
enterprise: '24/5 support',
},
{
label: 'dedicatedManager',
label: 'dedicatedAdvisor',
business: 'Available',
enterprise: true,
},
Expand Down Expand Up @@ -393,10 +393,10 @@ export const SPOTLIGHT_FEATURE_INFO: Record<string, FeatureInfo> = {
label: 'Priority support SLAs',
description: 'Priority ticket handling and guaranteed initial response SLA from a dedicated team.',
},
dedicatedManager: {
label: 'Dedicated Technical Account Manager',
dedicatedAdvisor: {
label: 'Dedicated Technical Advisor',
description:
'Dedicated Technical Account Manager to support usage, training, enablement, technical strategy, and overall health.',
'Specialized technical experts to lead training & enablement, strategy, and overall account health.',
},
}

Expand Down Expand Up @@ -448,10 +448,10 @@ export const ALL_FEATURE_INFO: Record<string, FeatureInfo> = {
support: {
label: 'Support',
},
dedicatedManager: {
label: 'Dedicated Technical Account Manager',
dedicatedAdvisor: {
label: 'Dedicated Technical Advisor',
description:
'Dedicated Technical Account Manager to support usage, training, enablement, technical strategy, and overall health.',
'Specialized technical experts to lead training & enablement, strategy, and overall account health.',
},
supportSla: {
label: 'Support SLA',
Expand Down

0 comments on commit f75627c

Please sign in to comment.