diff --git a/src/assets/images/vivek.jpeg b/src/assets/images/vivek.jpeg new file mode 100644 index 0000000..2e1af7e Binary files /dev/null and b/src/assets/images/vivek.jpeg differ diff --git a/src/components/Community/CommunityCard.jsx b/src/components/Community/CommunityCard.jsx index fa9ea11..6edb3fc 100644 --- a/src/components/Community/CommunityCard.jsx +++ b/src/components/Community/CommunityCard.jsx @@ -24,7 +24,7 @@ import imgeight from "../../assets/images/Component122.png"; import imgnine from "../../assets/images/Component123.png"; import imgten from "../../assets/images/Component128.png"; import imgeleven from "../../assets/images/Component127.png"; -import imgtweleve from "../../assets/images/kiran.jpg"; +import imgtweleve from "../../assets/images/vivek.jpeg"; import { useEffect } from "react"; import axios from "axios"; import { useGetCommunitiesQuery } from "../../Redux/slice/communitySlice"; @@ -39,6 +39,14 @@ const individuals = [ imageUrl: imgOne, link: `https://www.linkedin.com/in/kc-reddy-767a3463/`, }, + { + name: "Vivek Tikoo", + jobTitle: "Co-Founder & CEO| ChainX | RubiX", + description: + "Bring in successful experience of 30+ years in the Indian industry across domains and verticals and expertise in building and growing organizations.", + imageUrl: imgtweleve, + link: `https://www.linkedin.com/in/vivektikoo/`, + }, { name: "Ravi Srinivasa Murty", jobTitle: "Chief Strategy Officer", @@ -119,14 +127,6 @@ const individuals = [ imageUrl: imgnine, link: `https://www.linkedin.com/in/maneesha-panda/`, }, - { - 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 CommunityCard = () => {