This commit is contained in:
gregory-p
2019-03-22 14:03:07 +03:00
parent 7641ea1aa0
commit fb84f44f97
4 changed files with 35 additions and 33 deletions

View File

@@ -93,8 +93,8 @@ if ($tIds !== false) {
<div class="cont">
<div class="sb-head">Interested? Get to know more</div>
<div class="buttons">
<a href="#" class="button xxl mp-top-right">Request a demo</a>
<a href="#" class="button xxl mp-top-left">Sign Up For Free</a>
<a href="/contact-us" class="button xxl mp-top-right">Request a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button xxl mp-top-left">Sign Up For Free</a>
</div>
</div>
</div>
@@ -102,5 +102,5 @@ if ($tIds !== false) {
</div>
<?php
get_footer();
get_site_url();