import Image from "next/image" function Detail({ data }) { return (
cover-blog
{/*

{data.caption}

*/}
) } export default Detail