links tabindex

This commit is contained in:
Jerry
2024-05-15 09:30:52 +02:00
parent b8da9ee8e7
commit 197b599246
11 changed files with 57 additions and 57 deletions

View File

@@ -19,8 +19,8 @@
<div class="mp-interested">
<h4 class="text-header">Interested? Get to know more</h4>
<div class="buttons">
<a href="/book-a-demo/" class="button action big">Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign up for free</a>
<a href="/book-a-demo/" class="button action big" tabindex="0">Book a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big" tabindex="0">Sign up for free</a>
</div>
</div>
</div>