Skip to content

Commit d189b93

Browse files
committed
docs: update sql editor landing
1 parent af30733 commit d189b93

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

src/components/pages/home/promo-sql-editor/promo-sql-editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const head: AccordionHead = {
1414

1515
const data: AccordionData[] = [
1616
{
17-
title: 'Run query',
17+
title: 'Query with auto-complete',
1818
description: 'Run ad-hoc queries to explore data.',
1919
image: '/images/page/main/sql-editor/run.webp',
2020
},
@@ -24,7 +24,7 @@ const data: AccordionData[] = [
2424
image: '/images/page/main/sql-editor/access-control.webp',
2525
},
2626
{
27-
title: 'Mask data',
27+
title: 'Mask data on the fly',
2828
description:
2929
'Built-in dynamic data masking to protect sensitive information without performance impact.',
3030
image: '/images/page/main/sql-editor/mask.webp',

src/components/pages/sql-editor/features.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ const cards: TCard[] = [
1414
href: Route.DOCS_DATABASE_PERMISSION,
1515
icon: '/images/database-permission.svg',
1616
title: 'Database permission',
17-
description: 'Multi-factor granular permissions based on role, environment, project, database.',
17+
description:
18+
'Multi-factor granular IAM permissions based on role, environment, project, database.',
1819
},
1920
{
2021
href: Route.DOCS_DATA_MASKING_COLUMN,
@@ -35,10 +36,11 @@ const Features = () => {
3536
<section className="container mt-10 3xl:mt-9 xl:mt-8 md:mt-3 sm:mt-2">
3637
<header className="flex flex-col items-center text-center sm:items-start sm:text-start">
3738
<h2 className="font-title text-88 font-semibold leading-95 xl:text-68 xl:leading-104 md:text-54 sm:text-48">
38-
Secure human-to-db interaction
39+
Database security at scale
3940
</h2>
4041
<p className="mt-5 max-w-[716px] text-20 leading-normal 3xl:mt-[22px] xl:mt-5 xl:text-18 xl:leading-snug md:mt-3 md:max-w-[468px] md:text-14 sm:mt-2">
41-
Centralize data access management and audit logs for all human-to-database operations.
42+
Centralize data access management, apply dynamic data masking, and record audit logs for
43+
all human-to-database operations.
4244
</p>
4345
</header>
4446
<ul className="gap-x-grid mt-14 grid grid-cols-12 3xl:mt-12 xl:mt-11 md:mt-9 sm:mt-6 sm:gap-y-8">

src/components/pages/sql-editor/hero/hero.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const Hero = ({ subjects }: HeroProps) => {
7373
)}
7474
</div>
7575
</div>{' '}
76-
with permission control, data masking, and collaboration
76+
with centralized permission, data masking, and audit logging
7777
</h2>
7878
<Image
7979
src="/images/page/about/why-we-build.webp"
@@ -135,18 +135,18 @@ const Hero = ({ subjects }: HeroProps) => {
135135
</div>
136136
<div className="absolute bottom-[327px] left-0 col-span-3 col-start-10 w-[284px] 3xl:w-auto xl:bottom-[303px] xl:left-auto xl:right-0 xl:col-span-4 xl:col-start-9 xl:w-[240px] md:bottom-[180px] md:col-span-3 md:col-start-10 md:w-full sm:static sm:col-span-2 sm:col-start-3 sm:mt-6 sm:text-center">
137137
<b className="font-title text-112 font-semibold leading-none xl:text-88 md:text-72 sm:text-48 sm:leading-95">
138-
20+
138+
100%
139139
</b>
140140
<p className="leading-1.4 font-regular text-20 xl:mt-2 xl:text-16 xl:leading-snug md:text-14 md:leading-tight md:tracking-tight sm:mt-0">
141-
SQL Editor provides the most comprehensive data security features among all SQL clients.
141+
All SQL Editor source code is available on GitHub
142142
</p>
143143
</div>
144144
<div className="absolute bottom-0 left-0 col-span-3 col-start-6 w-[252px] 3xl:w-auto xl:left-auto xl:right-0 xl:col-span-4 xl:col-start-5 xl:w-[240px] md:col-span-3 md:col-start-6 md:w-full sm:static sm:col-span-2 sm:col-start-2 sm:mt-7 sm:text-center">
145145
<b className="font-title text-112 font-semibold leading-none xl:text-88 md:text-72 sm:text-48 sm:leading-95">
146-
100%
146+
GitOps
147147
</b>
148148
<p className="leading-1.4 font-regular text-20 xl:mt-2 xl:text-16 xl:leading-snug md:text-14 md:leading-tight md:tracking-tight sm:mt-0">
149-
All SQL Editor source code is available on GitHub
149+
Codify database security policies as code.
150150
</p>
151151
</div>
152152
</div>

0 commit comments

Comments
 (0)