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