11 lines
381 B
HTML
11 lines
381 B
HTML
<section id="contact" class="py-12 px-2 flex flex-col gap-12">
|
|
<header class="text-3xl">
|
|
# contact
|
|
</header>
|
|
<div class="text-gray-700 mt-4">
|
|
Questions? We'll be happy to help answer any of your questions. Send us an email and we'll get back to you shortly.
|
|
</div>
|
|
<div>
|
|
Reach us on : <a href="mailto:hello@kompact.io">hello@kompact.io</a>
|
|
</div>
|
|
</section> |