updated community profile

This commit is contained in:
rockyeverlast
2024-05-17 13:57:26 +05:30
parent cda19b93c8
commit 74378a93c5
2 changed files with 9 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -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 = () => {