apply scroll on read more

This commit is contained in:
2026-01-09 12:53:26 +05:30
parent a883d37e7c
commit 76302b7e3b

View File

@@ -30,7 +30,7 @@
<a href="{% url 'team_create' %}" class="inline-block px-8 py-4 bg-gradient-to-r from-purple-500 to-blue-500 text-white font-semibold rounded-xl hover:from-purple-600 hover:to-blue-600 transition duration-300">
Start now
</a>
<a href="" class="inline-block px-8 py-4 bg-white text-gray-900 font-semibold rounded-xl hover:bg-gray-100 transition duration-300">
<a href="#team" class="inline-block px-8 py-4 bg-white text-gray-900 font-semibold rounded-xl hover:bg-gray-100 transition duration-300 ">
Learn more
</a>
</div>