feat: grille tarifaire sur page migration - site vitrine 100 EUR/mois, e-commerce 150 EUR/mois
Ajout section "Nouveaux tarifs" avec comparaison : - Site vitrine: 365 EUR/an (SITECONSEIL) -> 100 EUR/mois soit 1200 EUR HT/an - Site e-commerce: 730 EUR/an (SITECONSEIL) -> 150 EUR/mois soit 1800 EUR HT/an Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -87,6 +87,54 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{# Nouveaux tarifs #}
|
||||||
|
<div class="glass-heavy p-8 mb-8">
|
||||||
|
<h2 class="text-xl font-bold uppercase tracking-wider mb-4">Nouveaux tarifs</h2>
|
||||||
|
<p class="text-sm text-gray-600 leading-relaxed mb-6">
|
||||||
|
Les tarifs de l'Association E-Cosplay sont differents de ceux pratiques par la SARL SITECONSEIL. Voici les nouvelles grilles tarifaires :
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
||||||
|
{# Site vitrine #}
|
||||||
|
<div class="glass p-5">
|
||||||
|
<div class="flex items-center justify-between mb-3">
|
||||||
|
<h3 class="text-sm font-bold uppercase tracking-wider">Site vitrine</h3>
|
||||||
|
<span class="px-2 py-0.5 bg-red-500/20 text-red-700 font-bold uppercase text-[9px]">Nouveau tarif</span>
|
||||||
|
</div>
|
||||||
|
<div class="flex items-end gap-2 mb-3">
|
||||||
|
<span class="text-3xl font-bold" style="color: #fabf04;">100 €</span>
|
||||||
|
<span class="text-sm text-gray-500 mb-1">/ mois HT</span>
|
||||||
|
</div>
|
||||||
|
<p class="text-xs text-gray-500 mb-3">Soit <strong>1 200 € HT / an</strong></p>
|
||||||
|
<div class="glass p-3">
|
||||||
|
<p class="text-[9px] font-bold uppercase tracking-wider text-gray-400 mb-1">Ancien tarif SITECONSEIL</p>
|
||||||
|
<p class="text-sm text-gray-400 line-through">365 € HT / an</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{# Site e-commerce #}
|
||||||
|
<div class="glass p-5">
|
||||||
|
<div class="flex items-center justify-between mb-3">
|
||||||
|
<h3 class="text-sm font-bold uppercase tracking-wider">Site e-commerce</h3>
|
||||||
|
<span class="px-2 py-0.5 bg-red-500/20 text-red-700 font-bold uppercase text-[9px]">Nouveau tarif</span>
|
||||||
|
</div>
|
||||||
|
<div class="flex items-end gap-2 mb-3">
|
||||||
|
<span class="text-3xl font-bold" style="color: #fabf04;">150 €</span>
|
||||||
|
<span class="text-sm text-gray-500 mb-1">/ mois HT</span>
|
||||||
|
</div>
|
||||||
|
<p class="text-xs text-gray-500 mb-3">Soit <strong>1 800 € HT / an</strong></p>
|
||||||
|
<div class="glass p-3">
|
||||||
|
<p class="text-[9px] font-bold uppercase tracking-wider text-gray-400 mb-1">Ancien tarif SITECONSEIL</p>
|
||||||
|
<p class="text-sm text-gray-400 line-through">730 € HT / an</p>
|
||||||
|
</div>
|
||||||
|
</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>
|
||||||
|
</div>
|
||||||
|
|
||||||
{# Avertissement important #}
|
{# Avertissement important #}
|
||||||
<div class="glass-heavy p-8 mb-8" style="border-left: 4px solid #ea580c;">
|
<div class="glass-heavy p-8 mb-8" style="border-left: 4px solid #ea580c;">
|
||||||
<h2 class="text-lg font-bold uppercase tracking-wider mb-3 text-orange-700">Information importante</h2>
|
<h2 class="text-lg font-bold uppercase tracking-wider mb-3 text-orange-700">Information importante</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user