diff --git a/public/partners/cityjs.png b/public/partners/cityjs.png new file mode 100644 index 0000000..b6ff0f1 Binary files /dev/null and b/public/partners/cityjs.png differ diff --git a/public/partners/helper.png b/public/partners/helper.png new file mode 100644 index 0000000..a8be659 Binary files /dev/null and b/public/partners/helper.png differ diff --git a/src/modules/home/(sections)/event/community-partners/index.tsx b/src/modules/home/(sections)/event/community-partners/index.tsx index 36b19d3..cecfc8d 100644 --- a/src/modules/home/(sections)/event/community-partners/index.tsx +++ b/src/modules/home/(sections)/event/community-partners/index.tsx @@ -46,6 +46,19 @@ const partners: Partner[] = [ imageSrc: "/partners/hackspire.jpg", description: "Inspiring hackers and developers", }, + { + name: "Cityjs India", + url: "https://www.linkedin.com/company/cityjs-india/", + handle: "@CityJSIndia", + imageSrc: "/partners/cityjs.png", + description: "Indian chapter of CityJS Conferences", + }, + { + name: "The Helper", + url: "https://www.linkedin.com/company/the-helper-srmist/", + imageSrc: "/partners/helper.png", + description: "Academic support platform", + }, ]; export default function CommunityPartners() {