import { Users, FlaskRound, Youtube } 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://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/malow.png", }, { name: "Segarra", role: "Testing", avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/segarra.png", }, { name: "Aprilia", role: "Testing", avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/aprilia.png", }, { name: "Jonatan Castro", role: "Testing and reviewer", avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/jonatancastro.png", youtubeUrl: "https://www.youtube.com/@JonatanCastro", }, { name: "Kamunhas", role: "Testing", avatar: "https://raw.githubusercontent.com/MacRimi/ProxMenux/main/images/avatars/Kamunhas.png", }, ] export default function Contributors() { return (
{/* 🔹 Icon + Title */}

Contributors

{/* 🔹 Description */}

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

This is the well-deserved recognition of their work:

{/* 🔹 Contributors List */}
{contributors.map((contributor) => (
{contributor.name}

{contributor.name}

{contributor.role}

{contributor.youtubeUrl && ( YouTube )}
))}
{/* 🔹 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!

) }