import { ButtonLink, SectionHeading } from '@nx/nx-dev/ui-common'; import Link from 'next/link'; export function MonorepoStyles(): JSX.Element { return (
Nx supports Different monorepo styles Make Nx work for you

Choose your style! Have a monorepo already?{' '} Add Nx on top! {' '} You control everything, Nx makes things fast. Or focus on what matters and{' '} let Nx do the heavy lifting{' '} with its set of{' '} powerful plugins . Extend Nx by creating custom plugins that{' '} work for your organization, and you'll get the best possible DX you can have in a monorepo.

Read about different monorepo styles
); }