diff --git a/src/APP/components/PodcastCard.jsx b/src/APP/components/PodcastCard.jsx
index 0fe38e44..9c8be2d2 100644
--- a/src/APP/components/PodcastCard.jsx
+++ b/src/APP/components/PodcastCard.jsx
@@ -1,18 +1,16 @@
-import { podImage1 } from "../../assets/images/podcast";
-
function PodcastCard({ img, category = "Podcast", title, description, link }) {
return (
-
+
-
+
{category}
- {title}
-
{description}
+
{title}
+
{description}
diff --git a/src/APP/pages/aboutUs/data.js b/src/APP/pages/aboutUs/data.js
index afb7ee01..2aae53c8 100644
--- a/src/APP/pages/aboutUs/data.js
+++ b/src/APP/pages/aboutUs/data.js
@@ -6,6 +6,7 @@ import {
james,
juma,
marlyn,
+ murabula,
sharon,
waithaka,
} from "../../../assets/images/aboutPage";
@@ -56,4 +57,9 @@ export const LeadershipData = [
title: "Head of Communication",
image: juma,
},
+ {
+ name: "Racheal Murabula",
+ title: "Lead Android Engineer",
+ image: murabula,
+ },
];
diff --git a/src/APP/pages/aboutUs/sections/HeroSection.jsx b/src/APP/pages/aboutUs/sections/HeroSection.jsx
index b5b49569..5f3c56a4 100644
--- a/src/APP/pages/aboutUs/sections/HeroSection.jsx
+++ b/src/APP/pages/aboutUs/sections/HeroSection.jsx
@@ -1,5 +1,6 @@
-import AboutImg1 from "../../../../assets/images/aboutPage/about-img-1.png";
-import AboutImg2 from "../../../../assets/images/aboutPage/about-img-2.png";
+import React from "react";
+
+import { aboutImg2, heroImg } from "../../../../assets/images/aboutPage";
function HeroSection() {
return (
@@ -22,14 +23,14 @@ function HeroSection() {
evangelists.
-
+
diff --git a/src/APP/pages/community/sections/chaptersSection/ChaptersSection.jsx b/src/APP/pages/community/sections/chaptersSection/ChaptersSection.jsx
index fddafd22..cb909e5d 100644
--- a/src/APP/pages/community/sections/chaptersSection/ChaptersSection.jsx
+++ b/src/APP/pages/community/sections/chaptersSection/ChaptersSection.jsx
@@ -16,8 +16,6 @@ function ChaptersSection() {
isSuccess,
} = useChaptersData();
- console.log("chaptersData ", chaptersData);
-
return (