import { ArrowRight } from "lucide-react"; import { Button } from "../ui/button"; export function Hero() { return (

Start building in seconds

Kickstart your next project with templates built by us and our community. Ship faster with pre-configured components and best practices.

); } function Github({ className }: { className?: string }) { return ( ); }