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

Take {" "} control{" "} of your tournaments

Keep your tournament software in your own hands: no vendor lock-in, no analytics data being collected, transparent & open-source software.

Launch Demo
); };