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', role: 'Testing', avatar: 'https://macrimi.github.io/ProxMenux/avatars/malow.png' }, { name: 'Segarra', role: 'Testing', avatar: 'https://macrimi.github.io/ProxMenux/avatars/segarra.png' }, { name: 'Aprilia', role: 'Testing', avatar: 'https://macrimi.github.io/ProxMenux/avatars/aprilia.png' } ]; export default function Contributors() { return (

Contributors

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

This is the well-deserved recognition of their work:

{contributors.map((contributor) => (
{contributor.name}

{contributor.name}

{contributor.role}

))}

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

); }