From 67e06317d7f497b5f7f9cb7fe6dc9cee69283903 Mon Sep 17 00:00:00 2001 From: Ramoo Kachhee Date: Mon, 29 Jun 2026 17:27:27 +0530 Subject: [PATCH] feat: update creators page --- app/(public)/creators/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", }, ];