From f6fc840b433d6ed350ba3e72020756e4fab9b4f4 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 4 Mar 2025 21:57:41 +0100 Subject: [PATCH] Update --- web/app/docs/introduction/page.tsx | 80 +++++++++++++++++++----------- web/components/hero.tsx | 6 +-- 2 files changed, 53 insertions(+), 33 deletions(-) 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

-
    -
  • Menu-based interface for easy script execution.
  • -
  • Organized categories for quick access to available functions.
  • -
  • Scripts hosted on GitHub, always accessible and up to date.
  • -
  • Automatic text translation using Google Translate.
  • -
  • Simplified Proxmox VE management, reducing the complexity of common tasks.
  • +
      +
    • The Proxmox server
    • +
    • Virtual machines (VMs)
    • +
    • Containers (LXC)
    + +

    Core Features

    +

    + ProxMenux enables streamlined management of: +

    +
      +
    • System resources
    • +
    • Network and storage configurations
    • +
    • VM and LXC container administration
    • +
    • Hardware integration and optimizations
    • +
    • Automated server maintenance
    • +
    + +

    Key Advantages

    +
      +
    • Intuitive menu-driven interface
    • +
    • Efficient system and resource management
    • +
    • Reduced complexity for common tasks
    • +
    • Regular updates with expanding features
    • +
    +

    - The following sections of this documentation provide instructions on how to install ProxMenux and detailed - explanations of each available script. -
    -
    - For additional Proxmox-related information, including guides, official - documentation, forums, and discussions, visit the{" "} + The following sections provide detailed instructions on installing and using ProxMenux, along with comprehensive documentation on its available functionalities. +

    + + {/* Guides Link */} +

    + For additional Proxmox-related information, including official documentation, forums, and discussions, visit the{" "} Guides - {" "} + {" "} section. -
    -
    -
    -

) 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.