{`${props.title.substring(0, 30)}${ [...props.title].length > 30 ? "..." : "" }`}
{`${props.description.substring(0, 150)}${ [...props.description].length > 150 ? "..." : "" }`}
{`${props.description.substring(0, 150)}${ [...props.description].length > 150 ? "..." : "" }`}