import CustomLoading from "@/app/component/loading/Custom"; import TextLoading from "@/app/component/loading/Text"; import Image from "next/image"; import Link from "next/link"; import { blogCover, convertTimestampToJalali } from "@/helper"; function Article({ data }) { const imageSrc = blogCover(data); const createdDate = data.created ? convertTimestampToJalali(data.created) : ""; return (
{data.author && `نویسنده: ${data.author}`}
{createdDate}