'use client'; import { Dialog, Transition } from '@headlessui/react'; import { cx } from '@nx/nx-dev/ui-primitives'; import { PlayIcon } from '@heroicons/react/24/outline'; import { motion } from 'framer-motion'; import { ComponentProps, Fragment, useState } from 'react'; import { ButtonLink, SectionHeading } from '@nx/nx-dev/ui-common'; import { MovingBorder } from '@nx/nx-dev/ui-animations'; import Image from 'next/image'; export function Hero(): JSX.Element { const [isOpen, setIsOpen] = useState(false); return (
Fast CI
Built for Monorepos
Nx Cloud is the end-to-end solution for smart, efficient and maintainable CI.
Get started Learn More Live demo{' '}
App screenshot: overview
setIsOpen(true)} />
{/*MODAL*/} setIsOpen(false)} className="relative z-10" >