diff --git a/nx-dev/ui-home/src/lib/hetzner-cloud-testimonial.tsx b/nx-dev/ui-home/src/lib/hetzner-cloud-testimonial.tsx index 0d82e07114..1265564e5f 100644 --- a/nx-dev/ui-home/src/lib/hetzner-cloud-testimonial.tsx +++ b/nx-dev/ui-home/src/lib/hetzner-cloud-testimonial.tsx @@ -1,5 +1,10 @@ import { ComponentProps, ReactElement, useState } from 'react'; -import { Button, SectionHeading } from '@nx/nx-dev/ui-common'; +import { + Button, + ButtonLink, + SectionDescription, + SectionHeading, +} from '@nx/nx-dev/ui-common'; import { HetznerCloudIcon } from '@nx/nx-dev/ui-icons'; import Link from 'next/link'; import { cx } from '@nx/nx-dev/ui-primitives'; @@ -87,18 +92,15 @@ export function HetznerCloudTestimonial(): ReactElement { - Nx Enterprise{' '} - - speeds build and test times - {' '} - as Hetzner Cloud{' '} - - scales up - {' '} - product offering + Trusted by leading OSS projects and Fortune 500 companies. + + We developed Nx to be modular and incrementally adoptable to meet you + where you’re at. +
@@ -175,22 +177,14 @@ export function HetznerCloudTestimonial(): ReactElement {