diff --git a/nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx b/nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx index 5e87e6e97d..1c4b8f5617 100644 --- a/nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx +++ b/nx-dev/nx-dev/pages/whitepaper-fast-ci.tsx @@ -1,7 +1,12 @@ import { useRouter } from 'next/router'; import { NextSeo } from 'next-seo'; -import { Footer, Header } from '@nx/nx-dev/ui-common'; -import { SectionHeading, HubspotForm } from '@nx/nx-dev/ui-common'; +import { + ButtonLink, + Footer, + Header, + HubspotForm, + SectionHeading, +} from '@nx/nx-dev/ui-common'; import { CapitalOneIcon, CaterpillarIcon, @@ -10,7 +15,8 @@ import { SiriusxmAlternateIcon, } from '@nx/nx-dev/ui-icons'; import { type ReactElement } from 'react'; -import { ArrowLongRightIcon } from '@heroicons/react/24/outline'; +import { ArrowDownTrayIcon } from '@heroicons/react/24/outline'; +import { sendCustomEvent } from '@nx/nx-dev/feature-analytics'; export function WhitePaperFastCI(): ReactElement { const router = useRouter(); @@ -70,22 +76,39 @@ export function WhitePaperFastCI(): ReactElement { monorepos can result in slow builds, operational complexity, increased costs and test bottlenecks.
-(download pdf)
+ Download the ebook +“The decision to jump to Nx Cloud was really something @@ -111,7 +134,7 @@ export function WhitePaperFastCI(): ReactElement {
*/} - {/* */} - {/* */} - {/* Live event*/} - {/* */} - {/* */} - {/* Webinar + live Q&A on Dec 10th*/} - {/* */} - {/* */} - {/* */} - {/*
*/} ++ + + Live event + + + Webinar + live Q&A on January 22nd + + + +
@@ -31,20 +31,34 @@ export function TrialNxEnterprise(): ReactElement { is your hands-on opportunity to boost CI & DX, realize Nx’s full value, and quantify your ROI. Let us guide you.
-“They asked me a few years ago, ‘Do you want to trial Nx @@ -56,7 +70,7 @@ export function TrialNxEnterprise(): ReactElement {
diff --git a/nx-dev/ui-powerpack/src/lib/trial-nx-powerpack.tsx b/nx-dev/ui-powerpack/src/lib/trial-nx-powerpack.tsx
index 907ccfad2a..5049a3f3cf 100644
--- a/nx-dev/ui-powerpack/src/lib/trial-nx-powerpack.tsx
+++ b/nx-dev/ui-powerpack/src/lib/trial-nx-powerpack.tsx
@@ -1,4 +1,4 @@
-import { SectionHeading, HubspotForm } from '@nx/nx-dev/ui-common';
+import { HubspotForm, SectionHeading } from '@nx/nx-dev/ui-common';
import { type ReactElement } from 'react';
import {
CapitalOneIcon,
@@ -16,7 +16,7 @@ export function TrialNxPowerpack(): ReactElement {