"use client" import type { Metadata } from "next" import { Button } from "@/components/ui/button" import { ArrowRight } from "lucide-react" import Link from "next/link" export const metadata: Metadata = { title: "ProxMenux", description: "A menu-driven script for Proxmox VE management, designed to simplify and streamline the execution of commands and tasks.", } export default function Hero() { return (

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

ProxMenux is a tool for executing shell scripts in a user-friendly way, featuring a categorized menu system for easy access to scripts hosted on GitHub. Designed to facilitate productivity, it simplifies automation and streamlines task execution.

) }