apply url on button
This commit is contained in:
@@ -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">
|
||||
<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
|
||||
</button>
|
||||
</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">
|
||||
<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
|
||||
</button>
|
||||
</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">
|
||||
<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
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -484,9 +487,10 @@
|
||||
Try it out: Use your digital assistant trainer and save yourself time.
|
||||
It’s free.
|
||||
</p>
|
||||
<button class="px-5 py-3 bg-black rounded-md text-white text-sm font-semibold hover:bg-gray-900 transition">
|
||||
<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
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- CTA Image -->
|
||||
|
||||
Reference in New Issue
Block a user