feat(form/contact): Ajoute formulaire de contact avec traductions.

This commit is contained in:
Serreau Jovann
2025-11-16 22:11:48 +01:00
parent a9feb0c2f8
commit 524d5a3041
7 changed files with 130 additions and 42 deletions

View File

@@ -304,7 +304,7 @@
<p class="text-xl font-medium text-gray-800 mb-4">
{{'about_call_to_action_text'|trans}}
</p>
<a href="#" class="inline-block px-8 py-3 bg-red-600 text-white font-bold rounded-full shadow-lg hover:bg-red-700 transition duration-300">
<a href="{{ path('app_events') }}" class="inline-block px-8 py-3 bg-red-600 text-white font-bold rounded-full shadow-lg hover:bg-red-700 transition duration-300">
{{'about_call_to_action_button'|trans}}
</a>
</section>