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

ProxMenux{" "} A menu-driven script for Proxmox VE management

ProxMenu is a tool designed to execute shell scripts in an organized manner, using a menu system with categories to facilitate access and execution of various scripts hosted on GitHub. ProxMenu simplifies script usage, aiming to improve productivity and streamline automated tasks.

) }