Hi Christen,
Visit this file: wp-content\themes\neighborhood\includes\swift-framework\sf-woocommerce.php in line#352-360 you will find some li with anchor tags, in those href, you can link the pages directly.
like this..
from
<li><a href="#email-form" class="inline" data-toggle="modal"><?php _e("Email customer care", "swiftframework"); ?></a></li>
to
<li><a href="http://yoursite.com/customercare" class="inline" data-toggle="modal"><?php _e("Email customer care", "swiftframework"); ?></a></li>
like that.
Let me know, what you got.
Thanks,
laranz.