apply url on button

This commit is contained in:
2026-01-09 14:19:28 +05:30
parent 76302b7e3b
commit ce4f3ad5ed

View File

@@ -151,9 +151,10 @@
</li>
</ul>
<button class="bg-lime-400 hover:bg-lime-500 text-black font-bold text-xl py-4 px-10 rounded-lg shadow-lg transition duration-300 w-fit">
Try it now for free
</button>
<a href="{% url 'team_create' %}"
class="inline-block bg-lime-400 hover:bg-lime-500 text-black font-bold text-xl py-4 px-10 rounded-lg shadow-lg transition duration-300 w-fit">
Try it now for free
</a>
</div>
</section>
@@ -167,9 +168,10 @@
<p class="text-gray-700 text-lg mb-10 leading-relaxed">
In preparation for the second half, the foundation for success is laid! With individual training plans and optimal load management, our assistant trainer will assist you during this phase - and will also be there for you in case of injuries.
</p>
<button class="bg-lime-400 hover:bg-lime-500 text-black font-bold text-xl py-4 px-10 rounded-lg shadow-lg transition duration-300 w-fit">
Try it now for free
</button>
<a href="{% url 'team_create' %}"
class="inline-block bg-lime-400 hover:bg-lime-500 text-black font-bold text-xl py-4 px-10 rounded-lg shadow-lg transition duration-300 w-fit">
Try it now for free
</a>
</div>
@@ -346,9 +348,10 @@
<div class="mt-14 bg-white text-center rounded-2xl py-10 px-6 border border-white/10">
<p class="text-lg font-medium">Are you looking for a solution for the entire club or an academy?</p>
<p class="text-gray-300 mt-1">Individualized offers for the entire club/academy and all teams</p>
<button class="mt-6 px-6 py-3 bg-indigo-500 hover:bg-indigo-600 rounded-md font-semibold text-white">
Get in touch
</button>
<a href="{% url 'team_create' %}"
class="inline-block mt-6 px-6 py-3 bg-indigo-500 hover:bg-indigo-600 rounded-md font-semibold text-white transition">
Get in touch
</a>
</div>
</div>
</section>
@@ -484,9 +487,10 @@
Try it out: Use your digital assistant trainer and save yourself time.
Its free.
</p>
<button class="px-5 py-3 bg-black rounded-md text-white text-sm font-semibold hover:bg-gray-900 transition">
Try it now
</button>
<a href="{% url 'team_create' %}"
class="inline-block px-5 py-3 bg-black rounded-md text-white text-sm font-semibold hover:bg-gray-900 transition">
Try it now
</a>
</div>
<!-- CTA Image -->