warylad
Hi
JA Hotel does not have Typo like you have in JA Small biz but most of the typo supported by core of framework that you can use in JA Hotel too.
You can try to add the same code here and it will work except some style like brand colors not in this template.
The buttons and other things are included by default.
Example
<div class="col-md-12">
<!-- Button -->
<div class="example-button clearfix">
<a class="btn btn-lg btn-default" href="#">Normal Button</a>
<a class="btn btn-lg btn-primary" href="#">Primary Button</a>
<a class="btn btn-lg btn-success" href="#">Success Button</a>
<a class="btn btn-lg btn-warning" href="#">Warning Button</a>
<a class="btn btn-lg btn-danger" href="#">Danger Button</a>
<a class="btn btn-lg btn-info" href="#">Info Button</a>
</div>
<!-- //Button -->
</div>