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 11'use client' ;
2- import { ButtonLink , SectionHeading } from '@nx/nx-dev-ui-common' ;
2+ import { ButtonLink , SectionHeading , Strong } from '@nx/nx-dev-ui-common' ;
33import { RustIcon , TypeScriptIcon } from '@nx/nx-dev-ui-icons' ;
44import { ReactElement } from 'react' ;
55import { 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
You can’t perform that action at this time.
0 commit comments