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

*/} {/* */} {/* */} {/* Live event*/} {/* */} {/* */} {/* Webinar + live Q&A on March 19th*/} {/* */} {/* */} {/*

*/} 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 sendCustomEvent( 'contact-sales-click', 'enterprise-hero', 'enterprise' ) } > Contact sales
); }