added button

This commit is contained in:
2026-01-09 10:40:05 +05:30
parent eed4865ddb
commit 243ad7722c

View File

@@ -35,7 +35,7 @@
<p class="text-white mb-8 flex-1">
Write to us for general questions and answers
</p>
<a href="#" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
<a href="{% url 'contact_us_form' %}" class="inline-block bg-[#6366f1] text-white font-semibold px-8 py-3 rounded-full hover:bg-indigo-700 transition self-start">
Get in touch
</a>
</div>