diff --git a/web/app/docs/introduction/page.tsx b/web/app/docs/introduction/page.tsx index 3fee68e..ee02a6e 100644 --- a/web/app/docs/introduction/page.tsx +++ b/web/app/docs/introduction/page.tsx @@ -1,44 +1,64 @@ +import Image from "next/image" import Link from "next/link" export default function IntroductionPage() { return ( -
-

Introduction to ProxMenux

+
+ {/* Logo + Title Section */} +
+ ProxMenux Logo +

+ ProxMenux is a management tool for Proxmox VE, designed to be accessible to all users, + regardless of their experience or technical knowledge. +

+
+

- ProxMenux is a tool designed to make Proxmox VE more accessible to all users, regardless of experience. -
-
- Through a menu-based interface, it simplifies the execution of complex commands for server configuration, - maintenance, and application installations without requiring manual input. -
-
- ProxMenux not only streamlines Proxmox VE management but also interacts with hardware and drivers, simplifying - tasks such as storage management, disk handling, and image imports to facilitate system administration and - maintenance. + With an interactive menu-driven interface, ProxMenux simplifies command execution for managing:

-

Key Features

-
) diff --git a/web/components/hero.tsx b/web/components/hero.tsx index 03dd55f..11b97f5 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -11,12 +11,12 @@ export default function Hero() {

ProxMenux{" "} - A menu-driven script for Proxmox VE management + An Interactive Menu for Proxmox VE Management

- ProxMenux is a tool for executing shell scripts in a user-friendly way, featuring a categorized menu system for easy access to scripts hosted on GitHub. - Designed to facilitate productivity, it simplifies automation and streamlines task execution. + 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.