Website - Plan pricing update (#19887)

This commit is contained in:
Etienne 2026-04-20 16:58:00 +02:00 committed by GitHub
parent 13c4a71594
commit b140f70260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {