From b140f702606e13382a938ff5bbd24c19fe5a264c Mon Sep 17 00:00:00 2001 From: Etienne <45695613+etiennejouan@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:58:00 +0200 Subject: [PATCH] Website - Plan pricing update (#19887) --- .../src/app/pricing/_constants/plan-table.ts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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: {