import { ButtonLink, SectionHeading } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import { ChevronRightIcon } from '@heroicons/react/20/solid'; import { sendCustomEvent } from '@nx/nx-dev/feature-analytics'; export function Hero(): ReactElement { return (
{/*

*/} {/* */} {/* */} {/* Live event*/} {/* */} {/* */} {/* Webinar + live Q&A on Dec 10th*/} {/* */} {/* */} {/*

*/} Solving the Performance Paradox,{' '} get speed and scale Accelerate your organization's journey to tighter collaboration, better developer experience, and speed…lots of speed.
sendCustomEvent( 'request-trial-click', 'enterprise-hero', 'enterprise' ) } > Request a free trial
nx cloud application dashboard screenshot
); }