Standard the contact page only has an contact form and lacks contact information. You can fix this as follow:
- Create a new page in the admin -> CMS -> Pages
- Insert your contact information. In order to insert the contact form, use the following code:
{{block type=”core/template” name=”contactForm” form_action=”/contacts/index/post” template=”contacts/form.phtml”}}
- Save your page and link to this contact page.
- Your contact page is finished!