← Back
Pricing
No-tricks pricing
Whether you are a grassroots sports club or an international multi- department organisation, we have open and honest pricing for your every need.
-
No hidden charges
-
No commision
-
No additional setup costs
-
Monthly contracts available
-
Cancel anytime with no cancellation fees
Starter
A simple listing of your facility, accessible to our web visitors.
£15
per month per facility
Professional
Access to the full suite of management tools, including online bookings and payments.
Starting from £100/mo
Enterprise
If you manage a large organisation with unique requirements, please reach out for more information.
Pricing on request
Code:
<section class="mx-auto max-w-7xl my-36 px-5">
<div class="md:px-36 mt-14 mb-12 text-center">
<h2 class="text-3xl lg:text-4xl font-bold leading-tighter text-gradient-dark pb-4">No-tricks pricing</h2>
<p class="text-gray-700 text-base font-medium max-w-[55ch] m-auto">Whether you are a grassroots sports club or an international multi- department organisation, we have open and honest pricing for your every need.</p>
</div>
<!-- Chips -->
<ul class="chips max-w-5xl mx-auto">
<li class="chip">
<img src="/assets/images/icons/chip-1.svg" alt-="No hidden charges">
No hidden charges
</li>
<li class="chip">
<img src="/assets/images/icons/chip-2.svg" alt-="No commision">
No commision
</li>
<li class="chip">
<img src="/assets/images/icons/chip-3.svg" alt-="No additional setup costs">
No additional setup costs
</li>
<li class="chip">
<img src="/assets/images/icons/chip-4.svg" alt-="Monthly contracts available">
Monthly contracts available
</li>
<li class="chip">
<img src="/assets/images/icons/chip-5.svg" alt-="Cancel anytime with no cancellation fees">
Cancel anytime with no cancellation fees
</li>
</ul>
<!-- Pricing -->
<div class="my-32">
<section class="grid lg:grid-cols-3 grid-cols-1 gap-y-5">
<article class="card--pricing ">
<div>
<h3 class="text-2xl font-semibold tracking-tight">Starter</h3>
<p class="text-sm/7 mt-4">A simple listing of your facility, accessible to our web visitors.</p>
</div>
<div>
<p class="text-2xl font-bold">£15</p>
<p class="text-xl/8 font-bold">per month per facility</p>
</div>
<a class="button button--quarternary rounded-full text-sm font-bold bg-white " href="#">Sign up</a>
</article>
<article class="card--pricing card--pricing-featured">
<div>
<h3 class="text-2xl font-semibold tracking-tight">Professional</h3>
<p class="text-sm/7 mt-4">Access to the full suite of management tools, including online bookings and payments.</p>
</div>
<div>
<p class="text-2xl font-bold"></p>
<p class="text-xl/8 font-bold">Starting from £100/mo</p>
</div>
<a class="button button--quarternary rounded-full text-sm font-bold bg-white border-none" href="#">Sign up</a>
</article>
<article class="card--pricing ">
<div>
<h3 class="text-2xl font-semibold tracking-tight">Enterprise</h3>
<p class="text-sm/7 mt-4">If you manage a large organisation with unique requirements, please reach out for more information.</p>
</div>
<div>
<p class="text-2xl font-bold"></p>
<p class="text-xl/8 font-bold">Pricing on request</p>
</div>
<a class="button button--quarternary rounded-full text-sm font-bold bg-white " href="#">Enquire</a>
</article>
</section>
</div>
</section>