feat: tarifs messagerie sur page migration - 1ere boite offerte, 1 EUR/3Go, 5 EUR/50Go

- 1ere boite mail gratuite (3 Go) incluse avec le contrat
- Boite supplementaire 3 Go : 1 EUR/mois HT (12 EUR/an)
- Boite supplementaire 50 Go : 5 EUR/mois HT (60 EUR/an)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-09 08:23:51 +02:00
parent d506209c5b
commit b4dc33b31f

View File

@@ -130,6 +130,39 @@
</div>
</div>
{# Emails #}
<h3 class="text-lg font-bold uppercase tracking-wider mt-8 mb-4">Messagerie professionnelle</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="glass p-5 text-center" style="border: 2px solid #16a34a;">
<span class="px-2 py-0.5 bg-green-500/20 text-green-700 font-bold uppercase text-[9px] mb-2 inline-block">Offert</span>
<div class="flex items-end justify-center gap-1 mb-2">
<span class="text-3xl font-bold text-green-600">0 &euro;</span>
<span class="text-sm text-gray-500 mb-1">/ mois</span>
</div>
<p class="text-sm font-bold mb-1">1ere boite mail</p>
<p class="text-xs text-gray-500">3 Go de stockage</p>
<p class="text-xs text-gray-400 mt-2">Incluse avec votre contrat</p>
</div>
<div class="glass p-5 text-center">
<div class="flex items-end justify-center gap-1 mb-2">
<span class="text-3xl font-bold" style="color: #fabf04;">1 &euro;</span>
<span class="text-sm text-gray-500 mb-1">/ mois HT</span>
</div>
<p class="text-sm font-bold mb-1">Boite mail 3 Go</p>
<p class="text-xs text-gray-500">Par boite supplementaire</p>
<p class="text-xs text-gray-400 mt-2">Soit 12 &euro; HT / an</p>
</div>
<div class="glass p-5 text-center">
<div class="flex items-end justify-center gap-1 mb-2">
<span class="text-3xl font-bold" style="color: #fabf04;">5 &euro;</span>
<span class="text-sm text-gray-500 mb-1">/ mois HT</span>
</div>
<p class="text-sm font-bold mb-1">Boite mail 50 Go</p>
<p class="text-xs text-gray-500">Par boite supplementaire</p>
<p class="text-xs text-gray-400 mt-2">Soit 60 &euro; HT / an</p>
</div>
</div>
<p class="text-xs text-gray-500 mt-4">
Les tarifs incluent l'hebergement, la maintenance, les mises a jour de securite et le support technique. Un devis detaille vous sera transmis.
</p>