mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
Update main page
This commit is contained in:
@@ -143,16 +143,28 @@ export default function FaqPage() {
|
||||
Can I contribute to ProxMenux?
|
||||
</h3>
|
||||
<p className="mb-4">
|
||||
Yes! ProxMenux is an open-source project, and contributions are welcome.
|
||||
You can share ideas or discuss improvements in the{" "}
|
||||
<strong>Absolutely!</strong>
|
||||
</p>
|
||||
<p className="mb-4">
|
||||
ProxMenux is an open-source and collaborative project where you can contribute by developing
|
||||
new features, opening discussions, or sharing ideas and improvements.
|
||||
</p>
|
||||
<p className="mb-4">
|
||||
Join the{" "}
|
||||
<Link href="https://github.com/MacRimi/ProxMenux/discussions" className="text-blue-500 hover:underline">
|
||||
Discussions section
|
||||
</Link>.
|
||||
</Link>{" "}
|
||||
to share ideas and propose enhancements.
|
||||
</p>
|
||||
<p className="mb-4">
|
||||
Make sure to review the{" "}
|
||||
<Link href="https://github.com/MacRimi/ProxMenux/blob/main/CODE_OF_CONDUCT.md" className="text-blue-500 hover:underline">
|
||||
Code of Conduct & Best Practices
|
||||
</Link>.
|
||||
</p>
|
||||
<p className="mb-4">
|
||||
<strong>All ideas are welcome!</strong>
|
||||
</p>
|
||||
|
||||
{/* 8️⃣ Modifying System Files */}
|
||||
<h3 className="text-xl font-semibold mt-16 mb-4 flex items-center">
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import Hero from "@/components/hero"
|
||||
import Hero2 from "@/components/hero2"
|
||||
import Resources from "@/components/resources"
|
||||
import SupportProject from "@/components/support-project"
|
||||
import Footer from "@/components/footer"
|
||||
@@ -7,7 +7,7 @@ import Footer from "@/components/footer"
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="min-h-screen bg-gradient-to-b from-gray-900 to-gray-800 text-white pt-16">
|
||||
<Hero />
|
||||
<Hero2 />
|
||||
<Resources />
|
||||
<SupportProject />
|
||||
<Footer />
|
||||
|
Reference in New Issue
Block a user