diff --git a/src/Redux/store/store.js b/src/Redux/store/store.js index 9480195..8112d92 100644 --- a/src/Redux/store/store.js +++ b/src/Redux/store/store.js @@ -56,6 +56,7 @@ const store = configureStore({ TermsPage.middleware, PrivacyPage.middleware, newsLetterApi.middleware, + ), // Add blogApi.middleware here }); diff --git a/src/components/Community/CommunityCard.jsx b/src/components/Community/CommunityCard.jsx index 7f68de1..2be8042 100644 --- a/src/components/Community/CommunityCard.jsx +++ b/src/components/Community/CommunityCard.jsx @@ -41,9 +41,9 @@ const individuals = [ }, { name: "Vivek Tikoo", - jobTitle: "Co-Founder & CEO| ChainX | RubiX", + jobTitle: "CEO", description: - "Over 30 years of success in the Indian industry, with expertise in building and growing organizations across various domains.", + "Thought Leader in Web3 enabled Digital transformation with passion for execution.", imageUrl: imgtweleve, link: `https://www.linkedin.com/in/vivektikoo/`, }, diff --git a/src/components/HomePage/Stats.jsx b/src/components/HomePage/Stats.jsx index 4e9da62..67e33d5 100644 --- a/src/components/HomePage/Stats.jsx +++ b/src/components/HomePage/Stats.jsx @@ -14,12 +14,14 @@ const StatsContent = { }; const Stats = () => { + // Call useGetStatsApiQuery const { data: statsData, error: statsError, isLoading: statsIsLoading, } = useGetStatsApiQuery(); + // Call useGetStatApiQuery const { data: statData, error: statError, diff --git a/src/components/MobileComponent/MobileCommunityCard.jsx b/src/components/MobileComponent/MobileCommunityCard.jsx index 13ab226..053d249 100644 --- a/src/components/MobileComponent/MobileCommunityCard.jsx +++ b/src/components/MobileComponent/MobileCommunityCard.jsx @@ -40,6 +40,15 @@ const individuals = [ imageUrl: imgtweleve, link: `https://www.linkedin.com/in/vivektikoo/`, }, + { + 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", diff --git a/src/components/MobileMenu/MobileMenu.jsx b/src/components/MobileMenu/MobileMenu.jsx index 7ecea31..e7ee13c 100644 --- a/src/components/MobileMenu/MobileMenu.jsx +++ b/src/components/MobileMenu/MobileMenu.jsx @@ -401,7 +401,7 @@ export const MobileMenu = () => { onClick={handleClick} style={linkStyle} > - Explore + Explorer