kompact-io-landing/templates/services.html

31 lines
1.1 KiB
HTML

<section id="services" class="py-12 px-2 flex flex-col gap-12">
<header class="text-3xl"># services</header>
<div class="text-gray-800 dark:text-gray-200 mt-4">
We are cardano native dapp dev outfit focused on helping you going from 0 to
launch ASAP.
</div>
<div class="grid grid-cols-1 gap-4 sm:grid-cols-3 sm:gap-8">
<div class="max-w-48">
<div class="text-1xl font-bold">## strategy</div>
<div class="text-gray-800 dark:text-gray-200 mt-4">
We'll work with you to validate your concept, and translate it into an
implementable Proof of Concept
</div>
</div>
<div class="max-w-48">
<div class="text-1xl font-bold">## implementation</div>
<div class="text-gray-800 dark:text-gray-200 mt-4">
Cook up appropriate Plutus validators to meet your needs
</div>
</div>
<div class="max-w-48">
<div class="text-1xl font-bold">## deployment</div>
<div class="text-gray-800 dark:text-gray-200 mt-4">
We facilitate integrating the on-chain aspects with the rest of your
stack
</div>
</div>
</div>
</section>