Fix Contact Us button markup

This commit is contained in:
chris 2025-12-27 11:37:07 -05:00
parent 8b0793c42f
commit 5cefb4d161

View File

@ -88,7 +88,10 @@
<h1 class="is-size-3" style="text-align: center;">Visit our store</h1>
<h2 class="is-size-4" style="text-align: center;"> <a target="_blank" href="https://maps.app.goo.gl/gRk6NztgMRUsSVJf9">554 Boston Post Road, Milford, CT 06460</a> </h2>
<h2 class="is-size-4" style="text-align: center;" ><a href="tel:203.283.5626">203.283.5626</a> </h2>
<div class="py-2 has-text-centered"> <a href="#contact-us-vjz40v"> <button class="button is-info ">Contact Us</button</a>
<div class="py-2 has-text-centered">
<a href="#contact-us-vjz40v">
<button class="button is-info">Contact Us</button>
</a>
</div>
</div>