import { FC } from "react"; import BlogCard from "./BlogCard"; const BlogsSection: FC = () => { return (