Files
maoremobile.yt/content/fr/commande-sim.html
Kevin Bataille 1e6bed5dd1 Add SIM card ordering discontinued notice with horizontal centering
- Update /fr/commande-sim and /en/commande-sim pages to indicate SIM card ordering is no longer available
- Replace form with alert message and reseller information
- Remove translation templates and use static text
- Apply Bootstrap centering to horizontally align main title
- Update both French and English versions
- Remove unused translation keys from i18n files
2025-10-11 15:06:20 +02:00

136 lines
4.4 KiB
HTML

---
title: "Commander une SIM"
date: 2024-10-11T14:20:00+00:00
draft: false
---
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="mb-4">Commander votre SIM Maore Mobile</h1>
<div class="alert alert-warning" role="alert">
<h4 class="alert-heading">Commande de SIM indisponible</h4>
<p>La commande de nouvelles cartes SIM n'est plus disponible actuellement. Nous vous invitons à vous rendre dans l'un de nos points de vente pour obtenir une carte SIM Maore Mobile.</p>
</div>
<div class="card mb-4">
<div class="card-body">
<h2 class="card-title">Pourquoi choisir Maore Mobile ?</h2>
<div class="row">
<div class="col-md-6">
<ul class="list-unstyled">
<li class="mb-2">
<img src="/img/icon-credit.svg" alt="Crédit inclus" class="mr-2" style="width: 24px;">
<strong>Crédit inclus:</strong> 5€ de crédit inclus
</li>
<li class="mb-2">
<img src="/img/icon-no-engage.svg" alt="Sans engagement" class="mr-2" style="width: 24px;">
<strong>Sans engagement:</strong> Sans engagement
</li>
<li class="mb-2">
<img src="/img/icon-no-limit.svg" alt="Validité illimitée" class="mr-2" style="width: 24px;">
<strong>Validité illimitée:</strong> Crédit sans limite de validité
</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-unstyled">
<li class="mb-2">
<img src="/img/icon-transfert.svg" alt="Transfert" class="mr-2" style="width: 24px;">
<strong>Transfert de crédit simplifié:</strong> Envoyez et recevez du crédit facilement
</li>
<li class="mb-2">
<img src="/img/icon-tarif-mayotte.svg" alt="Tarifs" class="mr-2" style="width: 24px;">
<strong>Tarif unique:</strong> Tarif unique vers Mayotte et plus de 50 destinations
</li>
<li class="mb-2">
<img src="/img/phone.svg" alt="Support local" class="mr-2" style="width: 24px;">
<strong>Support local:</strong> Service client basé à Mayotte
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h2 class="card-title">Où trouver nos cartes SIM ?</h2>
<p>Vous pouvez obtenir votre carte SIM Maore Mobile dans l'un de nos points de vente situés à Mayotte. Rendez-vous sur la page des Doukas Revendeurs pour trouver le point de vente le plus proche de chez vous.</p>
<div class="text-center">
<a href="/fr/resellers" class="btn btn-primary btn-lg">Trouver un revendeur</a>
</div>
<div class="mt-4">
<h3>Informations de contact</h3>
<div class="row">
<div class="col-md-6">
<p><strong>Service client:</strong></p>
<p><img src="/img/phone.svg" alt="Téléphone" class="mr-2" style="width: 20px;"> 06 39 900 900</p>
<p>Du Lun au Ven 9h à 18h</p>
</div>
<div class="col-md-6">
<p><strong>Autres contacts:</strong></p>
<p>Email: contact@maoremobile.yt</p>
<p>Site web: www.maoremobile.yt</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
.step-number {
width: 60px;
height: 60px;
background-color: #34af4f;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: bold;
margin: 0 auto 20px;
}
.card {
border: none;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.card-body {
padding: 30px;
}
.form-control:focus {
border-color: #34af4f;
box-shadow: 0 0 0 0.2rem rgba(52, 175, 79, 0.25);
}
.btn-primary {
background-color: #34af4f;
border-color: #34af4f;
}
.btn-primary:hover {
background-color: #2a8e3f;
border-color: #2a8e3f;
}
.list-unstyled li {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
}
.list-unstyled li img {
flex-shrink: 0;
margin-top: 2px;
}
</style>