import Link from 'next/link'; import { SectionDescription, SectionHeading } from './typography'; import { AdobeIcon, AwsIcon, CiscoIcon, CypressIcon, FedExIcon, HiltonIcon, IntelIcon, MicrosoftIcon, RedBullIcon, RxJSIcon, SentryIcon, SevenElevenIcon, ShopifyIcon, StorybookIcon, StrapiIcon, VmwareIcon, } from '@nx/nx-dev/ui-icons'; export interface TrustedByProps { utmSource?: string; utmCampaign?: string; } export function TrustedBy({ utmSource = 'homepage', utmCampaign = 'homepage_links', }: TrustedByProps): JSX.Element { return (
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.
Learn about our customers{' '}
); }