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 { convertTimestampToJalali } from "@/helper"; function Article({ data }) { const imageSrc = data.images?.[0]?.url || "/assets/images/default-blog.jpg"; const createdDate = data.created ? convertTimestampToJalali(data.created) : ""; return (
{data.author && `نویسنده: ${data.author}`}
{createdDate}