import { Button } from "@/components/ui/button" import { Star } from "lucide-react" export default function SupportProject() { return (

Support the Project!

If you find ProxMenux useful, consider giving it a ⭐ on GitHub to help others discover it!

) }