13 lines
431 B
PHP
13 lines
431 B
PHP
<?php
|
|
|
|
/**
|
|
* Get A Quote Button
|
|
*
|
|
* @package ThemeStarter
|
|
*/
|
|
|
|
?>
|
|
|
|
<div class="flex items-center gap-x-6">
|
|
<a href="<?= get_permalink('4828') ?>" class="w-full text-center rounded-md border border-black bg-stone-100 px-8 py-2.5 text-sm font-semibold shadow-sm hover:bg-stone-200 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-yellow-600 uppercase">Get A Quote</a>
|
|
</div>
|