- {sections.map((section) => (
-
- {section.name}
-
- ))}
+
+
+ {sections.general.map((section) => (
+
+ {section.name}
+
+ ))}
+
+
+ {sections.documentation.map((section) => (
+
+ {section.name}
+
+ ))}
+
{/*SIDEBAR*/}
-
+
diff --git a/nx-dev/ui-home/src/lib/hero.tsx b/nx-dev/ui-home/src/lib/hero.tsx
index 38302b45c7e19..42092e5c37cf7 100644
--- a/nx-dev/ui-home/src/lib/hero.tsx
+++ b/nx-dev/ui-home/src/lib/hero.tsx
@@ -4,10 +4,7 @@ import {
ClipboardDocumentIcon,
} from '@heroicons/react/24/outline';
import { ButtonLink } from '@nx/nx-dev/ui-common';
-import Link from 'next/link';
-import React, { Fragment, useEffect, useState } from 'react';
-// @ts-ignore
-import { CopyToClipboard } from 'react-copy-to-clipboard';
+import { Fragment, useEffect, useState } from 'react';
import { Transition } from '@headlessui/react';
import { cx } from '@nx/nx-dev/ui-primitives';
@@ -153,30 +150,14 @@ export function Hero(): JSX.Element {
Get started
-
{
- setCopied(true);
- }}
+
-
-
+ Contact us
+
Built with
diff --git a/nx-dev/ui-home/src/lib/nx-with-ci.tsx b/nx-dev/ui-home/src/lib/nx-with-ci.tsx
index 56f6e90b3cd4c..bf7e75a734eec 100644
--- a/nx-dev/ui-home/src/lib/nx-with-ci.tsx
+++ b/nx-dev/ui-home/src/lib/nx-with-ci.tsx
@@ -3,7 +3,7 @@ import {
CogIcon,
ServerStackIcon,
} from '@heroicons/react/24/outline';
-import { ButtonLink, SectionHeading } from '@nx/nx-dev/ui-common';
+import { SectionHeading } from '@nx/nx-dev/ui-common';
import {
animate,
motion,
@@ -133,6 +133,7 @@ export function NxWithCi(): JSX.Element {
target="_blank"
className="hover:underline text-sm font-medium"
title="Find out how to reduce CI time with Nx"
+ rel="noreferrer"
>
Find out how