I'm quite sure someone already has asked this question before. However, I can't find an answer to my question so I thought I'd ask you guys.
As the title says, I'd like to have two signature lines next to each other with 2 names below them. So far I've written this code:
\begin{center}
\hbox{
\vbox{------------------------------------------------ \\ Name 1} \hspace*{2cm}
\vbox{------------------------------------------------ \\ Name 2}
}
\end{center}
However it seems like the first \vbox is swallowing the other one and it visually looks like this (I know, nothing special to see here I guess): 
Any idea how I could solve this problem (two \vboxes in one \hbox, or maybe another solution with two \vboxes)?

