diff --git a/web/app/docs/about/contributors/page.tsx b/web/app/docs/about/contributors/page.tsx index ca36515..7e08a09 100644 --- a/web/app/docs/about/contributors/page.tsx +++ b/web/app/docs/about/contributors/page.tsx @@ -1,5 +1,30 @@ import { Users, FlaskRound } from 'lucide-react'; +export const metadata = { + title: "ProxMenux Contributors – Meet the Team Behind ProxMenux", + description: "Meet the contributors who make ProxMenux possible. Learn more about the developers, testers, and designers who have contributed to the project.", + openGraph: { + title: "ProxMenux Contributors – Meet the Team Behind ProxMenux", + description: "Meet the contributors who make ProxMenux possible. Learn more about the developers, testers, and designers who have contributed to the project.", + type: "article", + url: "https://macrimi.github.io/ProxMenux/docs/about/contributors", + images: [ + { + url: "https://macrimi.github.io/ProxMenux/contributors-image.png", + width: 1200, + height: 630, + alt: "ProxMenux Contributors", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "ProxMenux Contributors – Meet the Team Behind ProxMenux", + description: "Meet the contributors who make ProxMenux possible. Learn more about the developers, testers, and designers who have contributed to the project.", + images: ["https://macrimi.github.io/ProxMenux/contributors-image.png"], + }, +}; + const contributors = [ { name: 'MALOW', @@ -21,13 +46,12 @@ const contributors = [ export default function Contributors() { return (
- {/* 🔹 Icon + Title */} -
+
-

Contributors

+

Contributors

- {/* 🔹 Description */} +

The ProxMenux project grows and thrives thanks to the contribution of its collaborators.

@@ -35,7 +59,7 @@ export default function Contributors() { This is the well-deserved recognition of their work:

- {/* 🔹 Contributors List */} +
{contributors.map((contributor) => (
@@ -55,7 +79,7 @@ export default function Contributors() { ))}
- {/* 🔹 Call to Action */} +

Would you like to contribute? You can collaborate as a tester, developer, designer, or by sharing ideas and suggestions. Any contribution is welcome!