Skip to content

Commit f1be77a

Browse files
committed
docs: tweak slogan
1 parent 6ae03f0 commit f1be77a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/pages/home/hero-v1/hero-v1.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ const HeroV1 = ({ latestVersion }: { latestVersion: { number: string; slug: stri
3030
</Link>
3131
)}
3232
<header className="relative mt-4 xl:mt-3.5 sm:mt-3">
33-
<h1 className="mx-auto mt-3 max-w-4xl text-center font-title text-72 font-semibold leading-none xl:text-56 xl:leading-none md:text-48 md:leading-none sm:text-48 sm:leading-95">
34-
Change, Query, Secure, Govern{' '}
33+
<h1 className="mx-auto mt-3 max-w-4xl text-center font-title text-108 font-semibold leading-none xl:text-80 xl:leading-none md:text-48 md:leading-none sm:text-48 sm:leading-95">
34+
Database CI/CD and{' '}
3535
<mark className="whitespace-nowrap bg-transparent text-center text-primary-1">
36-
all databases
36+
Security
3737
</mark>{' '}
38-
in a single place
38+
at Scale
3939
</h1>
4040
</header>
4141
<footer className="mt-12 flex items-center gap-9 2xl:gap-8 xl:mt-11 xl:gap-6 md:mt-7 sm:mt-6 sm:gap-3.5">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const cards: CardProps[] = [
2929
cover: '/images/page/main/hero/query-data.webp',
3030
title: 'Dynamic Data Masking',
3131
description:
32-
'Role-based multi-level masking policy with data classification, custom algorithm.',
32+
'Role-based multi-level masking with data classification, custom algorithm, policy-as-code.',
3333
},
3434
];
3535

0 commit comments

Comments
 (0)