import cn from "classnames"; import Image from "next/image"; import Link from "next/link"; import gradients from "../home-shared/gradients.module.css"; import { HeroText, SectionSubtext } from "../home-shared/Headings"; import { Gradient } from "../home-shared/Gradient"; import { FadeIn } from "../home-shared/FadeIn"; import { CTAButton } from "../home-shared/CTAButton"; import RepoLogo from "../../logos/RepoLogo"; export function RepoHero() { return ( <>
{/* TODO: On dark mode, there should be a "breathing" gradient inside the inner circle */} Turborepo Turborepo
The build system that makes ship happen Turborepo is a high-performance build system for JavaScript and TypeScript codebases.
Get Started GitHub

License: MPL-2.0

); }