type ImageProps = { className: string; shirtColor?: string; }; export default function GreatIdeaImage({ className, shirtColor }: ImageProps) { return ( ); }