import { ButtonLink } from '@nx/nx-dev/ui-common'; export function GettingStarted(): JSX.Element { return (

Ready to dive in? Start your monorepo now with Nx.

Get started now!
); }