Skip to content

Commit 41387af

Browse files
committed
feat(nx-dev): update hero tagline
1 parent 49b346b commit 41387af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nx-dev/nx-dev/pages/enterprise/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ export function Enterprise(): ReactElement {
2222
return (
2323
<>
2424
<NextSeo
25-
title="Solving the Performance Paradox, get speed and scale"
25+
title="Develop like an enterprise. Deliver like a startup."
2626
description="Accelerate your organization's journey to tighter collaboration, better developer experience, and speed…lots of speed."
2727
openGraph={{
2828
url: 'https://nx.dev' + router.asPath,
29-
title: 'Solving the Performance Paradox, get speed and scale',
29+
title: 'Develop like an enterprise. Deliver like a startup.',
3030
description:
3131
"Accelerate your organization's journey to tighter collaboration, better developer experience, and speed…lots of speed.",
3232
images: [

nx-dev/ui-enterprise/src/lib/hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ export function Hero(): ReactElement {
4949
variant="display"
5050
className="mt-8 text-pretty tracking-tight"
5151
>
52-
Solving the Performance Paradox,{' '}
52+
Develop like an enterprise.{' '}
5353
<span className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent">
54-
get speed and scale
54+
Deliver like a startup.
5555
</span>
5656
</SectionHeading>
5757
<SectionHeading

0 commit comments

Comments
 (0)