export const Hero: FC<Omit<ComponentProps<"section">, keyof Props> & Props> = ({
  color,
  size,
  bold,
  className,