Skip to content

Commit 17264f0

Browse files
committed
copy
1 parent c2e4b7e commit 17264f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/src/components/organisms/benefits.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ export default function Benefits() {
6060
className="text-base/7 font-semibold"
6161
style={{ color: 'var(--color-primary)' }}
6262
>
63-
Everything you need
63+
Data ownership from the root
6464
</h2>
6565
<p
6666
className="mt-2 text-pretty text-4xl font-semibold tracking-tight sm:text-5xl"
6767
style={{ color: 'var(--color-base-content)' }}
6868
>
69-
Tracking infrastructure that developers trust
69+
Tracking infrastructure you can trust
7070
</p>
7171
<p
7272
className="mt-6 text-base/7"

website/src/components/organisms/features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Features() {
2222
className="mt-2 text-4xl font-semibold tracking-tight sm:text-5xl"
2323
style={{ color: 'var(--color-base-content)' }}
2424
>
25-
Tracking infrastructure that developers trust
25+
Ship tracking as code, not in configuration UIs{' '}
2626
</p>
2727
</div>
2828
<div className="mt-10 grid gap-4 sm:mt-16 lg:grid-cols-3">

0 commit comments

Comments
 (0)