"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 (
{/* Mobile version (visible only on small screens) */}

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.

{/* Desktop version (visible only on medium and large screens) */}
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.

) }