import Image from 'next/image' type Props = { name: string image: string className?: string } const ModelTitle: React.FC = ({ name, image, className }) => (
{image && bot} {name}
) export default ModelTitle