From 2474c088648b6cc3edb4cc22fa572deb6889a682 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 6 Mar 2025 19:44:17 +0100 Subject: [PATCH] update --- web/components/hero2.tsx | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 web/components/hero2.tsx diff --git a/web/components/hero2.tsx b/web/components/hero2.tsx new file mode 100644 index 0000000..fd98e32 --- /dev/null +++ b/web/components/hero2.tsx @@ -0,0 +1,43 @@ +"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. +

+
+ +
+
+ ) +} \ No newline at end of file