diff --git a/docs/nx-cloud/concepts/cache-security.md b/docs/nx-cloud/concepts/cache-security.md
index 2a2367132bbe8..0469f9c9bdb2e 100644
--- a/docs/nx-cloud/concepts/cache-security.md
+++ b/docs/nx-cloud/concepts/cache-security.md
@@ -48,8 +48,8 @@ Nx Cloud guarantees your cache entries will remain immutable - once they've been
### Use An On-Premise Version of Nx Cloud If Needed
-If you need to have all cache artifacts on servers that you control, there is an on-premise version of Nx Cloud that you can use as part of the [Enterprise plan](/enterprise).
+If you need to have all cache artifacts on servers that you control, there is an on-premise version of Nx Cloud that you can use as part of the [Enterprise plan](https://nx.app/enterprise).
## Security Decisions
-In any security discussion, there is a trade off between convenience and security. It could be that some of these threats do not apply to your organization. If that is the case you could relax some of the security precautions and gain the performance benefits of more task results being stored in the remote cache. Every organization is different and Nx can be adapted to best meet your needs without opening up vulnerabilities. If you would Nx team members to help your organization fine tune your set up, [talk to us about Nx Enterprise](/enterprise).
+In any security discussion, there is a trade off between convenience and security. It could be that some of these threats do not apply to your organization. If that is the case you could relax some of the security precautions and gain the performance benefits of more task results being stored in the remote cache. Every organization is different and Nx can be adapted to best meet your needs without opening up vulnerabilities. If you would Nx team members to help your organization fine tune your set up, [talk to us about Nx Enterprise](https://nx.app/enterprise).
diff --git a/docs/nx-cloud/concepts/parallelization-distribution.md b/docs/nx-cloud/concepts/parallelization-distribution.md
index dd421d523c974..71add1b446cfe 100644
--- a/docs/nx-cloud/concepts/parallelization-distribution.md
+++ b/docs/nx-cloud/concepts/parallelization-distribution.md
@@ -100,4 +100,4 @@ In the same way that Nx efficiently assigns tasks to parallel processes on a sin
If your repo is starting to grow large enough that CI times are suffering, or if your parallelization strategy is growing too complex to manage effectively, try [setting up Nx Agents](/ci/features/distribute-task-execution). You can [generate a simple workflow](/nx-api/workspace/generators/ci-workflow) for common CI providers with a `nx g ci-workflow` or follow one of the [CI setup recipes](/ci/recipes/set-up).
-Organizations that want extra help setting up Nx Cloud or getting the most out of Nx can [sign up for Nx Enterprise](/enterprise). This package comes with extra support from the Nx team and the option to host Nx Cloud on your own servers.
+Organizations that want extra help setting up Nx Cloud or getting the most out of Nx can [sign up for Nx Enterprise](https://nx.app/enterprise/). This package comes with extra support from the Nx team and the option to host Nx Cloud on your own servers.
diff --git a/docs/nx-cloud/enterprise/dte/azure-dte.md b/docs/nx-cloud/enterprise/dte/azure-dte.md
index 14be65d2f8237..f4d7955fd0391 100644
--- a/docs/nx-cloud/enterprise/dte/azure-dte.md
+++ b/docs/nx-cloud/enterprise/dte/azure-dte.md
@@ -1,6 +1,6 @@
# Custom Distributed Task Execution on Azure Pipelines
-Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
+Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](https://nx.app/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
## Run Custom Agents on Azure Pipelines
diff --git a/docs/nx-cloud/enterprise/dte/bitbucket-dte.md b/docs/nx-cloud/enterprise/dte/bitbucket-dte.md
index 1c558b2451b13..a3ace765b4a7c 100644
--- a/docs/nx-cloud/enterprise/dte/bitbucket-dte.md
+++ b/docs/nx-cloud/enterprise/dte/bitbucket-dte.md
@@ -1,6 +1,6 @@
# Custom Distributed Task Execution on Bitbucket Pipelines
-Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
+Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](https://nx.app/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
## Run Custom Agents on Bitbucket Pipelines
diff --git a/docs/nx-cloud/enterprise/dte/circle-ci-dte.md b/docs/nx-cloud/enterprise/dte/circle-ci-dte.md
index 46e229bf47aaf..c843835117b82 100644
--- a/docs/nx-cloud/enterprise/dte/circle-ci-dte.md
+++ b/docs/nx-cloud/enterprise/dte/circle-ci-dte.md
@@ -1,6 +1,6 @@
# Custom Distributed Task Execution on Circle CI
-Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
+Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](https://nx.app/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
## Run Custom Agents on Circle CI
diff --git a/docs/nx-cloud/enterprise/dte/github-dte.md b/docs/nx-cloud/enterprise/dte/github-dte.md
index 79810a78563fd..00f4c7d678e6b 100644
--- a/docs/nx-cloud/enterprise/dte/github-dte.md
+++ b/docs/nx-cloud/enterprise/dte/github-dte.md
@@ -1,6 +1,6 @@
# Custom Distributed Task Execution on Github Actions
-Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
+Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](https://nx.app/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
## Run Custom Agents on GitHub
diff --git a/docs/nx-cloud/enterprise/dte/gitlab-dte.md b/docs/nx-cloud/enterprise/dte/gitlab-dte.md
index 4fa83d1a297f6..7589cb23d0f44 100644
--- a/docs/nx-cloud/enterprise/dte/gitlab-dte.md
+++ b/docs/nx-cloud/enterprise/dte/gitlab-dte.md
@@ -1,6 +1,6 @@
# Custom Distributed Task Execution on GitLab
-Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
+Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](https://nx.app/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
## Run Custom Agents on GitLab
diff --git a/docs/nx-cloud/enterprise/dte/jenkins-dte.md b/docs/nx-cloud/enterprise/dte/jenkins-dte.md
index 3ce43132eb86c..ffe587aa92907 100644
--- a/docs/nx-cloud/enterprise/dte/jenkins-dte.md
+++ b/docs/nx-cloud/enterprise/dte/jenkins-dte.md
@@ -1,6 +1,6 @@
# Custom Distributed Task Execution on Jenkins
-Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
+Using [Nx Agents](/ci/features/distribute-task-execution) is the easiest way to distribute task execution, but it your organization may not be able to use hosted Nx Agents. With an [enterprise license](https://nx.app/enterprise), you can set up distributed task execution on your own CI provider using the recipe below.
## Distribute Tasks Across Custom Agents on Jenkins
diff --git a/docs/nx-cloud/features/nx-enterprise-on-prem.md b/docs/nx-cloud/features/nx-enterprise-on-prem.md
index c6798bfda4d7d..32cc76983b5f8 100644
--- a/docs/nx-cloud/features/nx-enterprise-on-prem.md
+++ b/docs/nx-cloud/features/nx-enterprise-on-prem.md
@@ -2,7 +2,7 @@
We offer multiple ways of running Nx Cloud for our Enterprise customers. The below options are listed in recommended order, from easiest to most complex in terms of set-up and maintenance for your team. Please carefully consider your organization's requirements and level of infrastructure expertise before deciding on a deployment option.
-{% call-to-action title="Get in Touch" icon="nxcloud" description="Get the package that best fits your needs" url="/enterprise" /%}
+{% call-to-action title="Get in Touch" icon="nxcloud" description="Get the package that best fits your needs" url="https://nx.app/enterprise?utm_source=nx.dev" /%}
## Managed Setup
diff --git a/docs/nx-cloud/intro/ci-with-nx.md b/docs/nx-cloud/intro/ci-with-nx.md
index 80c5f3e92970b..d2a750f6fd34f 100644
--- a/docs/nx-cloud/intro/ci-with-nx.md
+++ b/docs/nx-cloud/intro/ci-with-nx.md
@@ -55,7 +55,7 @@ npx nx g ci-workflow
Connect on our channels and with the Nx Community to ask questions, get help and keep up to date with the latest news.
-- Reach out for [Enterprise Support](/enterprise)
+- Reach out for [Enterprise Support](https://nx.app/enterprise)
- Join our [Discord Community](https://go.nx.dev/community)
- Subscribe to our [Youtube Channel](https://www.youtube.com/@nxdevtools)
- Follow us on [Twitter](https://twitter.com/nxdevtools)
diff --git a/nx-dev/nx-dev/pages/enterprise.tsx b/nx-dev/nx-dev/pages/enterprise.tsx
deleted file mode 100644
index f4fe423d69225..0000000000000
--- a/nx-dev/nx-dev/pages/enterprise.tsx
+++ /dev/null
@@ -1,75 +0,0 @@
-import { useRouter } from 'next/router';
-import { NextSeo } from 'next-seo';
-import { DefaultLayout } from '@nx/nx-dev/ui-common';
-import {
- CallToAction,
- DownloadEbook,
- EnterpriseAddons,
- Hero,
- MetricsAndCustomers,
- ScaleYourPeople,
- Security,
- TrustedBy,
- SolveYourCi,
-} from '@nx/nx-dev/ui-enterprise';
-
-export function Enterprise(): JSX.Element {
- const router = useRouter();
-
- return (
- <>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- >
- );
-}
-
-export default Enterprise;
diff --git a/nx-dev/nx-dev/public/images/enterprise/graphs.jpg b/nx-dev/nx-dev/public/images/enterprise/graphs.jpg
deleted file mode 100644
index 302291d130792..0000000000000
Binary files a/nx-dev/nx-dev/public/images/enterprise/graphs.jpg and /dev/null differ
diff --git a/nx-dev/nx-dev/public/images/white-paper-ebook.avif b/nx-dev/nx-dev/public/images/white-paper-ebook.avif
deleted file mode 100644
index 02869c201844d..0000000000000
Binary files a/nx-dev/nx-dev/public/images/white-paper-ebook.avif and /dev/null differ
diff --git a/nx-dev/nx-dev/tailwind.config.js b/nx-dev/nx-dev/tailwind.config.js
index 2599ad4a2b059..d64ea4667cc38 100644
--- a/nx-dev/nx-dev/tailwind.config.js
+++ b/nx-dev/nx-dev/tailwind.config.js
@@ -60,6 +60,7 @@ module.exports = {
require('@tailwindcss/aspect-ratio'),
require('@tailwindcss/typography'),
require('@tailwindcss/forms'),
+ require('@tailwindcss/line-clamp'),
FlipAnimation,
],
};
diff --git a/nx-dev/ui-common/src/index.ts b/nx-dev/ui-common/src/index.ts
index 3fbb8dc66b748..1b28c1eca7d6f 100644
--- a/nx-dev/ui-common/src/index.ts
+++ b/nx-dev/ui-common/src/index.ts
@@ -4,12 +4,9 @@ export * from './lib/breadcrumbs';
export * from './lib/button';
export * from './lib/champion-card';
export * from './lib/champion-perks';
-export * from './lib/default-layout';
export * from './lib/headers/header';
export * from './lib/flip-card';
-export * from './lib/nx-agents-icon';
export * from './lib/nx-cloud-icon';
-export * from './lib/nx-replay-icon';
export * from './lib/footer';
export * from './lib/sidebar-container';
export * from './lib/sidebar';
diff --git a/nx-dev/ui-common/src/lib/default-layout.tsx b/nx-dev/ui-common/src/lib/default-layout.tsx
deleted file mode 100644
index 0c8d1f0088302..0000000000000
--- a/nx-dev/ui-common/src/lib/default-layout.tsx
+++ /dev/null
@@ -1,27 +0,0 @@
-import { Footer } from './footer';
-import { Header } from './headers/header';
-import { PropsWithChildren } from 'react';
-
-export function DefaultLayout({ children }: PropsWithChildren): JSX.Element {
- return (
-
- Discover how to scale your organization without feeling the pain of
- CI, while having a better developer experience and fitting your
- requirements.
-
- We know Nx, you know your code. Together, we can build your
- ultimate developer platform, tailored to your team.
-
-
-
-
-
-
-
-
- No trial and error necessary
-
-
-
- With the help of the developers of Nx, you'll use Nx and Nx
- Cloud to its full potential, the first time. No matter how
- long you've been using Nx, we'll find ways to make it more
- powerful.
-
-
-
-
-
-
-
-
- Migrate to Nx & Nx Cloud
-
-
-
- Wherever your team is at in their Nx journey, our experts will
- make it easy to move ahead and capture the full value of Nx
- and Nx Cloud.
-
-
-
-
-
-
-
- );
-}
diff --git a/nx-dev/ui-enterprise/src/lib/hero.tsx b/nx-dev/ui-enterprise/src/lib/hero.tsx
deleted file mode 100644
index 433b0e4ab15be..0000000000000
--- a/nx-dev/ui-enterprise/src/lib/hero.tsx
+++ /dev/null
@@ -1,49 +0,0 @@
-import { SectionHeading } from './temp/typography';
-import { ButtonLink } from '@nx/nx-dev/ui-common';
-import Link from 'next/link';
-
-export function Hero(): JSX.Element {
- return (
-
-
-
-
- Nx Enterprise
-
-
- Accelerate your organization's journey to tighter collaboration,
- better developer experience, and speed…lots of speed.
-
-
- );
-}
diff --git a/nx-dev/ui-enterprise/src/lib/scale-ci-and-teams.tsx b/nx-dev/ui-enterprise/src/lib/scale-ci-and-teams.tsx
deleted file mode 100644
index 41bb8fc30ebdc..0000000000000
--- a/nx-dev/ui-enterprise/src/lib/scale-ci-and-teams.tsx
+++ /dev/null
@@ -1,62 +0,0 @@
-import { BoltIcon, UserGroupIcon } from '@heroicons/react/24/outline';
-import {
- NxAgentsIcon,
- NxReplayIcon,
- SectionHeading,
-} from '@nx/nx-dev/ui-common';
-
-const features = [
- {
- name: 'Cache with Nx Replay',
- description:
- 'Quis tellus eget adipiscing convallis sit sit eget aliquet quis. Suspendisse eget egestas a elementum pulvinar et feugiat blandit at. In mi viverra elit nunc.',
- icon: NxReplayIcon,
- },
- {
- name: 'Distribution with Nx Agents',
- description:
- 'Quis tellus eget adipiscing convallis sit sit eget aliquet quis. Suspendisse eget egestas a elementum pulvinar et feugiat blandit at. In mi viverra elit nunc.',
- icon: NxAgentsIcon,
- },
- {
- name: 'Split tasks with Atomizer',
- description:
- 'Quis tellus eget adipiscing convallis sit sit eget aliquet quis. Suspendisse eget egestas a elementum pulvinar et feugiat blandit at. In mi viverra elit nunc.',
- icon: BoltIcon,
- },
-];
-
-export function ScaleCiAndTeams(): JSX.Element {
- return (
-
-
-
- Scale CI & teams
-
-
- Quis tellus eget adipiscing convallis sit sit eget aliquet quis.
- Suspendisse eget egestas a elementum pulvinar et feugiat blandit at.
- In mi viverra elit nunc.
-
-
- Build big things with the efficiency of a small team by increasing
- collaboration and developer mobility, reducing wait time and
- duplication, and establishing clear ownership.
-
-
-
-
-
- Visibility
-
-
-
-
-
-
-
-
-
-
-
- Ownership
-
-
-
-
-
-
-
-
-
-
-
- Control
-
-
-
-
-
-
-
-
-
-
-
- Automation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- coming soon
-
-
-
-
-
-
-
-
- Monorepo, polyrepo, multi-monorepo?
-
-
- Whatever you’re working with, Nx Enterprise will give you the
- visibility you need to understand what they have in common,
- how they relate, and how they differ.
-
-
-
-
-
-
-
-
-
- Monorepo experience in a polyrepo environment
-
-
- Nx Enterprise will support optional monorepo-like constraints
- to be applied across Nx Workspace boundaries in a seamless and
- flexible way. Move fast with confidence.
-
-
-
-
-
-
-
-
-
- Automation over coordination
-
-
- Testing and cross-repo coordination can be left to Nx
- Enterprise tooling instead of manual human intervention to
- test and enforce cross-repo dependencies & constraints.
-
-
-
-
-
- {/*
*/}
- {/* */}
- {/*
*/}
- {/*
*/}
- {/* Crystal clear organizations*/}
- {/*
*/}
- {/*
*/}
- {/* Regardless of how many Nx Workspaces your company has, Nx Enterprise*/}
- {/* can give you the visibility you need to understand what they have in*/}
- {/* common, how they relate, and how they differ. Developers are no*/}
- {/* longer relegated to contributing to one Nx Workspace.*/}
- {/*
-
-
-
-
- SSAE18/SOC 2 type 1 and type 2 reports
-
-
-
- European Union
-
-
- GDPR compliance
-
-
-
-
-
-
- Dedicated infrastructure
-
-
- We can support you to self-host Nx Cloud within your own
- infrastructure or, depending on your needs, run Nx Cloud on
- managed hosts within our cloud.
-
-
-
-
- Application security
-
-
- We consistently review our security policies and collaborate
- with third parties for penetration testing to promptly identify
- and mitigate potential risks.
-
-
-
-
- US & EU instances available
-
-
- We support region specific hosting of Nx Cloud in the event IT
- security or data protection policies restrict international
- transfers.
-
-
- Monorepos help you scale your people but they can also make CI a
- challenge. Nx Enterprise solves it by providing efficient, fast and
- reliable CI that can handle workflows of any size.
-
- {/*FEATURES CONTAINER*/}
-
- {items.map((item, i) => (
- p:text-lg]', item.className)}
- icon={item.icon}
- url={item.url}
- />
- ))}
-
-
- {/*TEXT*/}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Both faster and cheaper
-
-
- Current CI providers aren’t made for monorepos. They’re
- low-level and static in their configuration. The combination
- of Nx Agents and Nx Replay lets you reuse computation from
- other runs and utilizes the allocated VMs in the most optimal
- way.
-
-
-
-
-
-
-
-
-
- Solving E2E tests
-
-
- Atomizer splits large e2e projects into fine-grained test
- runs, enabling more efficient distribution and dramatically
- reducing CI times. It also identifies flaky e2e tests at the
- file level and re-runs those specific tests.
-
-
-
-
-
-
-
-
-
- What, not how
-
-
- Nx Enterprise simplifies CI configuration, emphasizing which
- tasks to execute over how with no need to tweak your CI
- scripts as your monorepo evolves. This simplified
- configuration cuts down on CI maintenance and increases
- stability.
-