diff --git a/nx-dev/ui-enterprise/src/lib/hero.tsx b/nx-dev/ui-enterprise/src/lib/hero.tsx index e4a1b27d67..92c3da2e21 100644 --- a/nx-dev/ui-enterprise/src/lib/hero.tsx +++ b/nx-dev/ui-enterprise/src/lib/hero.tsx @@ -1,7 +1,7 @@ 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'; +import { WebinarSection } from './webinar-section'; export function Hero(): ReactElement { return ( @@ -25,24 +25,7 @@ export function Hero(): ReactElement {
- {/*

*/} - {/* */} - {/* */} - {/* Live event*/} - {/* */} - {/* */} - {/* Webinar + live Q&A on May 28th*/} - {/* */} - {/* */} - {/*

*/} +
- {/*

*/} - {/* */} - {/* */} - {/* Live event*/} - {/* */} - {/* */} - {/* Webinar + live Q&A on May 28th*/} - {/* */} - {/* */} - {/*

*/} +
- {/*

*/} - {/* */} - {/* */} - {/* Live event*/} - {/* */} - {/* */} - {/* Webinar + live Q&A on May 28th*/} - {/* */} - {/* */} - {/*

*/} +
- {/*

*/} - {/* */} - {/* */} - {/* Live event*/} - {/* */} - {/* */} - {/* Webinar + live Q&A on May 28th*/} - {/* */} - {/* */} - {/*

*/} +
- {/*

*/} - {/* */} - {/* */} - {/* Live event*/} - {/* */} - {/* */} - {/* Webinar + live Q&A on May 28th*/} - {/* */} - {/* */} - {/*

*/} + { + return ( +

+ + + Live event + + + Webinar + live Q&A on June 18th + + +

+ ); +};