mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
Website - Plan pricing update (#19887)
This commit is contained in:
parent
13c4a71594
commit
b140f70260
1 changed files with 17 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue