Skip to content

Commit 2af5446

Browse files
committed
feat(nx-dev): update homepage subtagline
1 parent 92bd11a commit 2af5446

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use client';
2-
import { ButtonLink, SectionHeading } from '@nx/nx-dev-ui-common';
2+
import { ButtonLink, SectionHeading, Strong } from '@nx/nx-dev-ui-common';
33
import { RustIcon, TypeScriptIcon } from '@nx/nx-dev-ui-icons';
44
import { ReactElement } from 'react';
55
import { NxHeroVideo } from './nx-hero-video';
@@ -33,9 +33,9 @@ export function Hero(): ReactElement {
3333
variant="subtitle"
3434
className="mx-auto mt-6 max-w-3xl"
3535
>
36-
Drop Nx into any repo and watch it automatically optimize your
37-
builds, scale your CI, and fix failed PRs. Built for developers and
38-
AI agents.
36+
<Strong>Get to green PRs in half the time.</Strong> Nx optimizes
37+
your builds, scales your CI, and fixes failed PRs. Built for
38+
developers and AI agents.
3939
</SectionHeading>
4040
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
4141
<ButtonLink

0 commit comments

Comments
 (0)