```
✨ feat(template): Ajoute message livraison gratuite et modifie texte "livraison possible".
```
This commit is contained in:
@@ -35,11 +35,6 @@
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{# Badge Type #}
|
||||
<div class="absolute -top-4 -right-4 bg-[#fc0e50] text-white px-8 py-3 rounded-2xl border-4 border-slate-900 font-black text-sm uppercase italic rotate-3 shadow-lg">
|
||||
{{ formule.type|upper }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{# Droite : Infos & Réservation #}
|
||||
@@ -47,6 +42,7 @@
|
||||
<h1 class="text-5xl md:text-7xl font-black text-slate-900 uppercase tracking-tighter italic leading-none mb-6">
|
||||
Formule <span class="text-[#f39e36]">{{ formule.name }}</span>
|
||||
</h1>
|
||||
<span class="text-[12px] font-black bg-blue-50 text-blue-600 px-3 py-1 rounded-lg border border-blue-100">Profitez de la livraison offerte dans un rayon de 50 à 70 km autour de Saint-Quentin.</span>
|
||||
|
||||
<div class="prose prose-slate mb-10">
|
||||
<div class="text-lg font-medium text-slate-600 leading-relaxed">
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
{# Tags / Avantages #}
|
||||
<div class="flex flex-wrap gap-2 mt-4">
|
||||
<span class="text-[9px] font-black bg-blue-50 text-blue-600 px-3 py-1 rounded-lg border border-blue-100">LIVRAISON POSSIBLE</span>
|
||||
<span class="text-[9px] font-black bg-blue-50 text-blue-600 px-3 py-1 rounded-lg border border-blue-100">Profitez de la livraison offerte dans un rayon de 50 à 70 km autour de Saint-Quentin.</span>
|
||||
<span class="text-[9px] font-black bg-amber-50 text-amber-600 px-3 py-1 rounded-lg border border-amber-100">TARIF DÉGRESSIF</span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
<div class="flex items-center gap-6 p-8 bg-white rounded-[2.5rem] border border-gray-100 shadow-sm">
|
||||
<div class="w-14 h-14 bg-amber-50 rounded-2xl flex items-center justify-center text-2xl shrink-0" aria-hidden="true">🚚</div>
|
||||
<div>
|
||||
<h2 class="font-black text-gray-900 uppercase italic text-sm">Livraison Possible</h2>
|
||||
<h2 class="font-black text-gray-900 uppercase italic text-sm">le</h2>
|
||||
<p class="text-xs text-gray-600 mt-1 italic">Nous livrons vos structures directement sur le lieu de fête.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user