import Image from "next/image"; export default function PostBody({ content }) { const renderedContent = content.map((item) => { if (item.__typename === "Text") { return