100

abc abc

import React from ‘react’; import { Link } from ‘react-router-dom’; import PropTypes from ‘prop-types’; const FeaturedBlogCard = ({ post, getCategoryName }) => { if (!post) { return ( <div className=”block bg-white rounded-xl overflow-hidden border border-[#022150]”> <div className=”md:flex”> <div className=”md:w-1/2 h-64 md:h-80 bg-gray-200″></div> <div className=”md:w-1/2 p-6″> <div className=”h-4 bg-gray-300 rounded mb-2 w-1/3″></div> <div className=”h-6 bg-gray-300 rounded… Continue reading abc abc