diff --git a/app/(public)/creators/page.tsx b/app/(public)/creators/page.tsx index 9a89538..1a8b737 100644 --- a/app/(public)/creators/page.tsx +++ b/app/(public)/creators/page.tsx @@ -50,7 +50,7 @@ const teamMembers = [ { id: "ramoo", name: "Ramoo Kachhee", - role: "Content Contributor", + role: "Co-Founder & Content Contributor & Full Stack Developer ", bio: "Actively contributes to Hyper Learning by curating and uploading essential study materials, including PYQs, syllabuses, and question papers.", image: "https://avatars.githubusercontent.com/u/231412959?v=4", socials: { @@ -60,6 +60,7 @@ const teamMembers = [ email: "mailto:ramoo@hyperlearning.tech", }, icon: GraduationCap, + badge: "Co-Founder", }, ];