Pricing 04
Pricing 04
=
<div class="bg-gray-50 text-gray-600 px-6 lg:px-8 py-12 lg:pb-20">
<div class="max-w-screen-xl mx-auto">
<h2 class="text-2xl sm:text-3xl md:text-4xl text-gray-700 font-medium text-center">Simple pricing plans</h2>
<p class="text-xl lg:text-2xl text-gray-600 text-center mt-2 max-w-2xl mx-auto">We are mmitted to a unique, cutting-edge approach to that</p>
</div>
<div class="max-w-screen-xl mx-auto mt-12 ">
<div class="overflow-x-auto">
<div class="align-middle inline-block min-w-full overflow-hidden">
<table class="min-w-full">
<thead class="text-left bg-gray-200">
<tr>
<th class="py-2 px-3 w-3/12">Product</th>
<th class="py-2 px-3 w-5/12">Description</th>
<th class="py-2 px-3 w-2/12">Price</th>
<th class="py-2 px-3 w-2/12"> </th>
</tr>
</thead>
<tbody class="divide-y divide-blue-100 whitespace-nowrap lg:whitespace-normal">
<tr>
<td class="py-3 px-3 w-3/12">Traditional Package</td>
<td class="py-3 px-3 w-5/12">Folly words widow one downs few age every seven. If miss part by fact he park just shew. </td>
<td class="py-3 px-3 w-2/12">€49,- p/m</td>
<td class="py-3 px-3 text-right w-2/12">
<a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white">Order now</a>
</td>
</tr>
<tr>
<td class="py-3 px-3 w-3/12">Pro Package</td>
<td class="py-3 px-3 w-5/12">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which </td>
<td class="py-3 px-3 w-2/12">€89,- p/m</td>
<td class="py-3 px-3 text-right w-2/12">
<a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white">Order now</a>
</td>
</tr>
<tr>
<td class="py-3 px-3 w-3/12">Team Package</td>
<td class="py-3 px-3 w-5/12">A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which </td>
<td class="py-3 px-3 w-2/12">€129,- p/m</td>
<td class="py-3 px-3 text-right w-2/12">
<a href="#" class="inline-block bg-gray-600 font-semibold rounded-lg py-4 px-5 lg:px-8 text-white">Order now</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>