From 9a3aa5d98325f4b8c4b4f05cb32e49c77d6aa660 Mon Sep 17 00:00:00 2001 From: rockyeverlast Date: Wed, 22 May 2024 19:53:38 +0530 Subject: [PATCH] Comm card update --- .../MobileComponent/MobileCommunityCard.jsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/components/MobileComponent/MobileCommunityCard.jsx b/src/components/MobileComponent/MobileCommunityCard.jsx index e4bdcb9..fcc6cc7 100644 --- a/src/components/MobileComponent/MobileCommunityCard.jsx +++ b/src/components/MobileComponent/MobileCommunityCard.jsx @@ -31,6 +31,14 @@ const individuals = [ imageUrl: imgOne, link: `https://www.linkedin.com/in/kc-reddy-767a3463/`, }, + { + name: "Vivek Tikoo", + jobTitle: "Co-Founder & CEO| ChainX | RubiX", + description: + "Thought Leader in Web3 enabled Digital transformation with passion for execution", + imageUrl: imgtweleve, + link: `https://www.linkedin.com/in/vivektikoo/`, + }, { location: "india", name: "Ravi Srinivasa Murty", @@ -121,15 +129,6 @@ const individuals = [ imageUrl: imgnine, link: `https://www.linkedin.com/in/maneesha-panda/`, }, - { - location: "india", - name: "Kiran H", - jobTitle: "Lead Software Engineer", - description: - "Golang developer and co-lead of the core protocol development and enhancement.", - imageUrl: imgtweleve, - link: `https://www.linkedin.com/in/kiranh1998/`, - }, ]; const MobileCommunityCard = () => {