diff --git a/web/components/hero2.tsx b/web/components/hero2.tsx index 5301ce2..b471f34 100644 --- a/web/components/hero2.tsx +++ b/web/components/hero2.tsx @@ -8,30 +8,51 @@ 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 -

-

+

+
+

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.

@@ -48,5 +69,3 @@ export default function Hero() { ) } - -