export const Logo = ({ width = 103, height = 75, }: { width?: number; height?: number; }) => { return ( ); };