update button url

This commit is contained in:
2026-01-09 14:50:23 +05:30
parent ce4f3ad5ed
commit eee3901655
2 changed files with 13 additions and 10 deletions

View File

@@ -91,7 +91,7 @@
<!-- STEP 4 -->
<div class="step">
<div class="step hidden">
<h2 class="text-center font-semibold mb-6 text-white">
Who are you?
</h2>

View File

@@ -261,9 +261,10 @@
<p class="text-4xl font-bold">€0</p>
<p class="text-sm text-gray-600 mb-6">Free forever</p>
<button class="w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition">
Get started now
</button>
<a href="{% url 'team_create' %}"
class="block w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition text-center">
Get started now
</a>
<div class="border-t my-6"></div>
@@ -285,9 +286,10 @@
<p class="text-4xl font-bold">€299.90</p>
<p class="text-sm text-gray-600 mb-6">Annual payment</p>
<button class="w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition">
Get started now
</button>
<a href="{% url 'team_create' %}"
class="block w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition text-center">
Get started now
</a>
<div class="border-t my-6"></div>
@@ -318,9 +320,10 @@
<p class="text-sm text-gray-600 mb-6">Annual payment</p>
<button class="w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition">
Get started now
</button>
<a href="{% url 'team_create' %}"
class="block w-full py-3 rounded-md bg-indigo-500 text-white font-semibold hover:bg-indigo-600 transition text-center">
Get started now
</a>
<div class="border-t my-6"></div>