import Image from 'next/image' type Props = { width?: number height?: number className?: string } export default function LogoMark({ width = 24, height = 24 }: Props) { return ( Jan - Logo ) }