diff --git a/packages/twenty-website-new/src/app/pricing/_constants/plan-table.ts b/packages/twenty-website-new/src/app/pricing/_constants/plan-table.ts index 01bdb4fc975..19287f9e010 100644 --- a/packages/twenty-website-new/src/app/pricing/_constants/plan-table.ts +++ b/packages/twenty-website-new/src/app/pricing/_constants/plan-table.ts @@ -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: {