export interface ProjectLogoProps { src: string alt: string width?: number height?: number priority?: boolean className?: string }