import Image from "next/image"; function ImageProfile({ data }) { return (
profile-user
); } export default ImageProfile;