Compare commits

1 Commits

Author SHA1 Message Date
eee3901655 update button url 2026-01-09 14:50:23 +05:30
2 changed files with 13 additions and 10 deletions

View File

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

View File

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