'use client'; import { ButtonLink, SectionHeading, Strong } from '@nx/nx-dev/ui-common'; import { RustIcon, TypeScriptIcon } from '@nx/nx-dev/ui-icons'; import { ReactElement } from 'react'; export function Hero(): ReactElement { return (
Smart {' '} Repos
Fast {' '} Builds
An{' '} AI-first {' '} build platform that connects everything{' '} from your editor to CI .
Helping you deliver fast, without breaking things.
Get started Learn about Nx on CI Try Nx Cloud for free
Built with
); }