mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 08:52:22 +00:00
Update Hero page
This commit is contained in:
parent
fa9d588e22
commit
06221c1c44
@ -52,6 +52,16 @@ export default function PostInstallPage() {
|
|||||||
its modular and selectable structure is that it allows users to choose specific settings based on
|
its modular and selectable structure is that it allows users to choose specific settings based on
|
||||||
their requirements, needs, and preferences.
|
their requirements, needs, and preferences.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="mb-4">
|
||||||
|
This script is primarily based on the work of{" "}
|
||||||
|
<Link href="https://github.com/extremeshok/xshok-proxmox" className="text-blue-500 hover:underline">
|
||||||
|
extremeshok – Scripts for working with and optimizing Proxmox
|
||||||
|
</Link>{" "}
|
||||||
|
and the{" "}
|
||||||
|
<Link href="https://github.com/community-scripts/ProxmoxVE" className="text-blue-500 hover:underline">
|
||||||
|
Proxmox VE Post Install script from Proxmox VE Helper-Scripts
|
||||||
|
</Link>.
|
||||||
|
</p>
|
||||||
<p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE
|
<p className="mb-6">This script includes {categories.length} main categories, each targeting a key aspect of Proxmox VE
|
||||||
performance, security, and usability:</p>
|
performance, security, and usability:</p>
|
||||||
<ul className="list-disc pl-5 mb-6">
|
<ul className="list-disc pl-5 mb-6">
|
||||||
|
@ -9,7 +9,7 @@ export default function Hero() {
|
|||||||
return (
|
return (
|
||||||
<div className="bg-gradient-to-b from-gray-900 to-gray-800 text-white">
|
<div className="bg-gradient-to-b from-gray-900 to-gray-800 text-white">
|
||||||
{/* Mobile version (visible only on small screens) */}
|
{/* Mobile version (visible only on small screens) */}
|
||||||
<section className="md:hidden py-20 px-4 sm:px-6 text-center">
|
<section className="md:hidden py-18 px-4 sm:px-6 text-center">
|
||||||
<h1 className="text-4xl sm:text-5xl font-extrabold mb-6">
|
<h1 className="text-4xl sm:text-5xl font-extrabold mb-6">
|
||||||
ProxMenux{" "}
|
ProxMenux{" "}
|
||||||
<span className="block mt-2 bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500 font-bold">
|
<span className="block mt-2 bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500 font-bold">
|
||||||
@ -31,7 +31,7 @@ export default function Hero() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* Desktop version (visible only on medium and large screens) */}
|
{/* Desktop version (visible only on medium and large screens) */}
|
||||||
<section className="hidden md:flex py-20 px-4 sm:px-6 lg:px-8 flex-col justify-center">
|
<section className="hidden md:flex py-18 px-4 sm:px-6 lg:px-8 flex-col justify-center">
|
||||||
<div className="flex items-center justify-center mb-8">
|
<div className="flex items-center justify-center mb-8">
|
||||||
<div className="flex items-center">
|
<div className="flex items-center">
|
||||||
<div className="w-40 h-40 lg:w-48 lg:h-48 xl:w-56 xl:h-56 relative">
|
<div className="w-40 h-40 lg:w-48 lg:h-48 xl:w-56 xl:h-56 relative">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user