- Get expert guidance every step of the way. From applying to tracking your progress,
- our team is here to help you succeed and reach your full potential.
+
+
+
+
Guidance
+
+ Get expert guidance every step of the way. From applying to tracking your progress, our team is here to help you succeed and reach your full potential.
-
-
-
Community
-
- Connect with a community of like-minded tech enthusiasts, where you can share insights, ask questions, and build valuable relationships with peers and mentors.
+
+
+
Community
+
+ Connect with a community of like-minded tech enthusiasts, where you can share insights, ask questions, and build valuable relationships with peers and mentors.
-
-
-
Tools and Resources
-
- Access real-time tracking tools and resources designed to support your learning and professional growth. Our commitment to cutting-edge technology means you stay on top
+
+
+
Tools and Resources
+
+ Access real-time tracking tools and resources designed to support your learning and professional growth. Our commitment to cutting-edge technology means you stay on top.
+
-
+
)
}
diff --git a/src/components/home/Blogs.tsx b/src/components/home/Blogs.tsx
index c16b02a4..3439b0a8 100644
--- a/src/components/home/Blogs.tsx
+++ b/src/components/home/Blogs.tsx
@@ -5,6 +5,8 @@ import { Link } from 'react-router-dom';
import { fetchAllBlogs } from '../../redux/actions/blogsActions';
import { toast } from 'react-toastify';
+
+
interface Author {
id: string;
email: string;
@@ -28,10 +30,14 @@ import { toast } from 'react-toastify';
}
+
const BlogCard = ({ blog }: { blog: Blog }) => (
-
+
+
+
+
@@ -51,14 +57,13 @@ const BlogCard = ({ blog }: { blog: Blog }) => (