Update hero.tsx

This commit is contained in:
MacRimi 2025-02-16 15:32:08 +01:00 committed by GitHub
parent f1cf10566b
commit 26ed80102d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,8 @@ export default function Hero() {
</span> </span>
</h1> </h1>
<p className="text-base sm:text-lg md:text-xl mb-8 max-w-4xl mx-auto text-gray-300"> <p className="text-base sm:text-lg md:text-xl mb-8 max-w-4xl mx-auto text-gray-300">
ProxMenu is a tool designed to execute shell scripts in an organized manner, using a menu system with categories ProxMenu 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.
to facilitate access and execution of various scripts hosted on GitHub. ProxMenu simplifies script usage, aiming Designed to facilitate productivity, it simplifies automation and streamlines task execution.
to improve productivity and streamline automated tasks.
</p> </p>
<div className="flex justify-center"> <div className="flex justify-center">
<Button size="lg" className="bg-blue-500 hover:bg-blue-600" asChild> <Button size="lg" className="bg-blue-500 hover:bg-blue-600" asChild>