diff --git a/components/for-students-roles/Roles.tsx b/components/for-students-roles/Roles.tsx index ab2d3b1..71fee14 100644 --- a/components/for-students-roles/Roles.tsx +++ b/components/for-students-roles/Roles.tsx @@ -17,7 +17,16 @@ import "./Roles.css"; // link: "", // } // ]; -const info = []; +const info = [ + { + role: "Project Lead", + link: "https://bit.ly/bppl2025", + }, + { + role: "Product Manager", + link: "https://bit.ly/bpproduct2025", + }, +]; export default function Roles() { const hasRoles = info.length > 0;