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 +} +