File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
nx-dev/ui-home/src/lib/hero Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
'use client' ;
2
- import { ButtonLink , SectionHeading } from '@nx/nx-dev-ui-common' ;
2
+ import { ButtonLink , SectionHeading , Strong } from '@nx/nx-dev-ui-common' ;
3
3
import { RustIcon , TypeScriptIcon } from '@nx/nx-dev-ui-icons' ;
4
4
import { ReactElement } from 'react' ;
5
5
import { NxHeroVideo } from './nx-hero-video' ;
@@ -33,9 +33,9 @@ export function Hero(): ReactElement {
33
33
variant = "subtitle"
34
34
className = "mx-auto mt-6 max-w-3xl"
35
35
>
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.
39
39
</ SectionHeading >
40
40
< div className = "mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row" >
41
41
< ButtonLink
You can’t perform that action at this time.
0 commit comments