Skip to content

Commit bed5790

Browse files
committed
chore: tweak promo wording
1 parent d8e9477 commit bed5790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pages/home/promo-cards/promo-cards.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ const cards: CardProps[] = [
1919
color: 'red',
2020
href: Route.DOCS_DATABASE_PERMISSION,
2121
cover: '/images/page/main/hero/secure-access.webp',
22-
title: 'Just-in-Time Access',
22+
title: 'Production Access',
2323
description:
2424
'Just-in-Time (JIT) IAM-based database permissions with approval flow and audit logging.',
2525
},
2626
{
2727
color: 'green',
2828
href: Route.DOCS_SQL_EDITOR,
2929
cover: '/images/page/main/hero/query-data.webp',
30-
title: 'Dynamic Data Masking',
30+
title: 'Data Masking',
3131
description:
3232
'Role-based multi-level masking with data classification, custom algorithm, policy-as-code.',
3333
},

0 commit comments

Comments
 (0)