import React from "react"; import Image from "next/image"; function BlogContent({ post }: { post: any }) { return (
{post.author ?? ""}
{new Date(post.date).toLocaleDateString()}