type Props = { size?: number; }; export default function BluehostLogo( { size = 12 }: Props ) { return ( ); }