import { BuildingOfficeIcon, GlobeAmericasIcon, ServerStackIcon, ShieldCheckIcon, } from '@heroicons/react/24/outline'; import { SectionHeading } from '@nx/nx-dev/ui-common'; import { ReactElement } from 'react'; import Link from 'next/link'; export function Security(): ReactElement { return (
Security

Nx Cloud is certified to industry standards, is constantly monitored, and{' '} issues security trust reports powered by Vanta .

SSAE18/SOC 2 type 1 and type 2 reports
); }