import GridWrapper from "@/app/components/GridWrapper"; import { FC } from "react"; import BlogCard from "./BlogCard"; const BlogsSection: FC = () => { return (
مقالات ما
); }; export default BlogsSection;