"use client" import { Button } from "@/components/ui/button" import { ArrowRight } from "lucide-react" import Link from "next/link" import Image from "next/image" export default function Hero() { return (
ProxMenux Logo

ProxMenux

An Interactive Menu for Proxmox VE Management

ProxMenux is a management tool for Proxmox VE that simplifies system administration through an interactive menu, allowing you to execute commands and scripts with ease.

) }