const ProfileInfoCard = ({ title, value }) => (
{title} {value || "Not provided"}
); export default ProfileInfoCard;