import React from "react"; import "./styles.css"; import { Browser } from "../Browser"; import { Card } from "../Card"; import { IconAdjustments, IconArrowRight, IconBarrierBlockOff, IconBolt, IconFeather, IconGitMerge, IconPuzzle, IconServer, IconTerminal, } from "@tabler/icons-react"; import { GitHubIcon } from "nextra/icons"; import { GridPattern } from "../GridPattern"; import { GradientText } from "../GradientText"; import Link from "next/link"; export default async function Home() { return ( <>

The easiest way to manage your

Cup is a small utility with a big impact. Simplify your container management workflow with fast and efficient update checking, a full-featured CLI and web interface, and more.

Get started Star on GitHub
); }