first theme commit
This commit is contained in:
13
template-parts/partials/book-a-meeting-button.php
Normal file
13
template-parts/partials/book-a-meeting-button.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Book a meeting Button
|
||||
*
|
||||
* @package ThemeStarter
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<div class="flex items-center gap-x-6">
|
||||
<a href="https://calendly.com/harplabs/discovery" class="w-full text-center rounded-md border border-black bg-yellow-300 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">Book a discovery call</a>
|
||||
</div>
|
Reference in New Issue
Block a user