import { buttonVariants } from "./ui/button"; import Link from "next/link"; import { IconLibrary, IconRocket } from "@tabler/icons-react"; export const Hero = () => { return (

Free and open-source tournament management

Build tournament setups, add teams, schedule matches, keep track of scores and present ranking live to the public.

Launch Demo Read the docs
); };