From 337000205868fff5a7425f3c3626f4f71338bedc Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 7 Mar 2025 18:12:27 +0100 Subject: [PATCH] Update main page --- web/app/docs/about/faq/page.tsx | 18 +++++++-- web/app/page.tsx | 4 +- web/components/hero2.tsx | 65 +++++++++++++++++---------------- 3 files changed, 51 insertions(+), 36 deletions(-) diff --git a/web/app/docs/about/faq/page.tsx b/web/app/docs/about/faq/page.tsx index 7984152..48cf871 100644 --- a/web/app/docs/about/faq/page.tsx +++ b/web/app/docs/about/faq/page.tsx @@ -143,16 +143,28 @@ export default function FaqPage() { Can I contribute to ProxMenux?

- Yes! ProxMenux is an open-source project, and contributions are welcome. - You can share ideas or discuss improvements in the{" "} + Absolutely! +

+

+ ProxMenux is an open-source and collaborative project where you can contribute by developing + new features, opening discussions, or sharing ideas and improvements. +

+

+ Join the{" "} Discussions section - . + {" "} + to share ideas and propose enhancements. +

+

Make sure to review the{" "} Code of Conduct & Best Practices .

+

+ All ideas are welcome! +

{/* 8️⃣ Modifying System Files */}

diff --git a/web/app/page.tsx b/web/app/page.tsx index f5a54dd..b32a22b 100644 --- a/web/app/page.tsx +++ b/web/app/page.tsx @@ -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 (
- +
) -} \ No newline at end of file +} +