diff --git a/src/components/MobileComponent/MobileCommunityCard.jsx b/src/components/MobileComponent/MobileCommunityCard.jsx index 5641245..484a2ac 100644 --- a/src/components/MobileComponent/MobileCommunityCard.jsx +++ b/src/components/MobileComponent/MobileCommunityCard.jsx @@ -31,6 +31,15 @@ const individuals = [ imageUrl: imgOne, link: `https://www.linkedin.com/in/kc-reddy-767a3463/`, }, + { + location: "india", + name: "Vivek Tikoo", + jobTitle: "CEO", + 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 +130,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 = () => {