You can find contact component and logo position as below
+ Component
Default page: templates/ja_smashboard/html/com_contact/contact/default.php file
Contact form: templates/ja_smashboard/html/com_contact/contact/default_form.php file
+ Logo site
Open templates/ja_smashboard/tpls/blocks/header.php file
Find and see this script
<!-- LOGO -->
<div class="span12 pull-right logo-<?php echo $logotype ?>">
<h1>
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</h1>
</div>
<!-- //LOGO -->