"use client" import { Button } from "@/components/ui/button" import { ArrowRight, BookOpen } from "lucide-react" import { Link } from "@/i18n/navigation" import Image from "next/image" export default function Hero() { return (
{/* Mobile version (visible only on small screens) */}

ProxMenux{" "} An Interactive Menu and Web Dashboard for Proxmox VE

ProxMenux is an interactive menu and a web dashboard for Proxmox VE — run commands, scripts and guided wizards from a terminal menu, or watch host health, metrics and notifications from a browser.

{/* Desktop version (visible only on medium and large screens) */}
ProxMenux Logo

ProxMenux

An Interactive Menu and Web Dashboard for Proxmox VE

ProxMenux is an interactive menu and a web dashboard for Proxmox VE — run commands, scripts and guided wizards from a terminal menu, or watch host health, metrics and notifications from a browser.

) }