import { ButtonLink, SectionHeading } from '@nx/nx-dev/ui-common'; import { ArrowUpRightIcon, ChatBubbleLeftRightIcon, ChevronRightIcon, } from '@heroicons/react/24/outline'; import { NxCloudIcon } from '@nx/nx-dev/ui-icons'; export function HowCanWeHelp(): JSX.Element { return (
How can we help?

Contact our sales team to discuss pricing, terms, certifications, and your unique constraints.

Reach out to sales

Contact our developer productivity engineers for demos, onboarding and product questions.

Reach out to engineers

Ask a question, receive guidance, share ideas or simply leave feedback about our products on the Discord channel. A vibrant community of Nx users will be able to help you.

Ask questions on Discord

If you have questions about using Nx Cloud, need help connecting your repository, or have questions about billing, log in to your account and contact support.

Sign in to Nx Cloud
); }