import Image from "next/image" function Comment({ data }) { return (
  • profile
  • ) } export default Comment