export default function WeddingProfileForm(
  { weddingProfile, loading, saving, onChange, onDateChange, onContentChange, onCheck, onSubmit, open, handleOpen, handleClose }: PropsType
) {
  const {
    coverTitle,