import Image from "next/image"; import type { AuthorDetails } from "../content/team"; export const Avatar = ({ name, picture, twitterUsername }: AuthorDetails) => (