From 34e35edab0f512913f0d75196d46a9efc449c3b7 Mon Sep 17 00:00:00 2001 From: selvi Date: Wed, 15 Apr 2026 18:13:16 +0530 Subject: [PATCH] 2026-2028 Committee members updated --- components/about/committee/Section1.jsx | 4 +- utility/constant.utils.js | 66 +++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 1 deletion(-) diff --git a/components/about/committee/Section1.jsx b/components/about/committee/Section1.jsx index f058c08..22c54d7 100644 --- a/components/about/committee/Section1.jsx +++ b/components/about/committee/Section1.jsx @@ -62,7 +62,9 @@ export default function Section1() {
- {member.name} +
+ {member.name} +

{member.post}

diff --git a/utility/constant.utils.js b/utility/constant.utils.js index ac867d1..a542081 100644 --- a/utility/constant.utils.js +++ b/utility/constant.utils.js @@ -2833,6 +2833,72 @@ export const directoryData = { export const communityData = { + "2026-2028": { + "Executive Committee": [ + { + name: "ULAGANATHAN MAHADEVAN", + post: "President", + image: "/assets/img/all-images/about/Ulaganathan-new1.png" + }, + { + name: "RAGHU", + post: "Vice President", + image: "/assets/img/all-images/about/RAGU-180x180.jpg" + }, + { + name: "RAJINIKANTH", + post: "Secretary", + image: "/assets/img/all-images/about/Rajani-3.png" + }, + { + name: "DENNIS LOYOLA", + post: "Joint Secretary", + image: "/assets/img/all-images/about/dennis-666.png" + }, + { + name: "SRINIVASAN RAJAGOPALAN", + post: "Joint Secretary", + image: "/assets/img/all-images/about/user.png" + }, + { + name: "SHANTI DURAI", + post: "Treasurer", + image: "/assets/img/all-images/about/shanthi-555.png" + }, + { + name: "KANTHARUPAN KATHIRKAMESWARAN", + post: "Joint Treasurer", + image: "/assets/img/all-images/about/user.png" + } + ], + "Committee Members": [ + { + name: "SUMALATHA STEPHEN", + post: "Board Member", + image: "/assets/img/all-images/about/user.png" + }, + { + name: "SHOBHA RAJARAMAN", + post: "Board Member", + image: "/assets/img/all-images/about/user.png" + }, + { + name: "SENTHILKUMAR THANGARAJ", + post: "Board Member", + image: "/assets/img/all-images/about/SENTHIL-180x180-1.jpg" + }, + { + name: "INDIRA LOGENTHRAN", + post: "Board Member", + image: "/assets/img/all-images/about/IndraNew2.png" + }, + { + name: "SHYAMALA RAMACHANDRAN", + post: "Board Member", + image: "/assets/img/all-images/about/2.webp" + } + ] + }, "2024-2026": { "Executive Committee": [ {