Merge pull request 'feat: ajout badge 'Nouveau' sur la home page' (#2) from feature/homepage-update into main

Reviewed-on: AVQN/test#2
This commit is contained in:
2025-12-08 16:50:50 +00:00

View File

@@ -57,6 +57,14 @@ import Navbar from "../components/Navbar.astro";
<!-- CTA -->
<div class="mt-16 pt-12 border-t border-gray-200">
<div class="flex items-center gap-2 mb-2">
<span
class="inline-block px-2 py-1 text-xs font-medium bg-gray-900 text-white rounded"
>
Nouveau
</span>
<span class="text-sm text-gray-600">Prêt pour vos projets</span>
</div>
<p class="text-sm text-gray-500">
Commencez à construire votre projet dès maintenant.
</p>