import Link from 'next/link' const Logo = props => { const { siteInfo } = props return (
{siteInfo?.title}
); } export default Logo