Website - Plan pricing update (#19887)
This commit is contained in:
@@ -132,7 +132,7 @@ export const PLAN_TABLE_DATA: PlanTableDataType = {
|
||||
type: 'row',
|
||||
},
|
||||
{
|
||||
title: 'Automations',
|
||||
title: 'AI & Automations',
|
||||
type: 'category',
|
||||
},
|
||||
{
|
||||
@@ -151,6 +151,14 @@ export const PLAN_TABLE_DATA: PlanTableDataType = {
|
||||
},
|
||||
type: 'row',
|
||||
},
|
||||
{
|
||||
featureLabel: 'Custom AI models',
|
||||
tiers: {
|
||||
organization: { kind: 'yes', label: 'Yes' },
|
||||
pro: { kind: 'dash' },
|
||||
},
|
||||
type: 'row',
|
||||
},
|
||||
{
|
||||
title: 'Security',
|
||||
type: 'category',
|
||||
@@ -203,6 +211,14 @@ export const PLAN_TABLE_DATA: PlanTableDataType = {
|
||||
},
|
||||
type: 'row',
|
||||
},
|
||||
{
|
||||
featureLabel: 'Advanced Encryption',
|
||||
tiers: {
|
||||
organization: { kind: 'yes', label: 'Yes' },
|
||||
pro: { kind: 'dash' },
|
||||
},
|
||||
type: 'row',
|
||||
},
|
||||
{
|
||||
featureLabel: 'Audit logs',
|
||||
tiers: {
|
||||
|
||||
Reference in New Issue
Block a user