import Image from "next/image"; type Props = { className?: string; }; export function OpenCodeLogo(props: Props) { return ( ); }