AFROSALSA commited on
Commit
d4ff221
·
verified ·
1 Parent(s): f85a4ec

"Crée un site web professionnel de mise en relation pour services domestiques au Maroc (nom provisoire : DariLink). 1. Services proposés (en tableau récapitulatif) : Catégorie Exemples de métiers Zone de couverture Ménage Femme/homme de ménage Toutes grandes villes Garde d'enfants Nounou, précepteur scolaire Casablanca, Rabat, Marrakech... Soins Aide malade, auxiliaire Sécurité Gardien, vigile Transport Chauffeur Bâtiment Aide-maçon, peintre Spécialisés Cuisinier, jardinier 2. Fonctionnalités clés : Prix unique : 500 MAD par recrutement (affiché en gros sur chaque page) Garantie de remplacement : Système de 3 remplacements gratuits sous 30 jours (mécanisme de suivi intégré) Couverture géographique : Page dédiée avec carte interactive (villes desservies : Casablanca, Rabat, Marrakech, Fès, Tanger, Agadir, Meknès) Triple langue : Français/Arabe/Anglais (sélecteur de drapeaux en header) 3. Design requis : Palette : Bleu royal (#0d6efd) + Blanc + Or (#FFD700) (confiance/luxe) Sections obligatoires : Bannière hero avec CTA "Trouvez votre professionnel en 24h" Étapes simplifiées (1. Choix 2. Paiement 3. Mise en relation) Témoignages clients (carrousels) FAQ légale (droit du travail marocain) Responsive mobile-first 4. Backend : Formulaire intelligent avec : Type de service (menu déroulant) Ville (géolocalisation automatique) Calendrier de disponibilité Dashboard admin pour gérer les remplacements/compteurs 5. Sécurité & Légal : Badges de confiance : Certifications CNSS visibles Page "Engagements" : Respect du Code du travail marocain Cryptage des paiements (option Carte Bancaire + CMI) 6. Marketing : Argumentaire phare : "500 MAD seulement pour un service garanti 30 jours" Bannières multilingues : "خادمة منزلية بضمان الاستبدال" / "Guaranteed Replacement Housekeeper" Intégration WhatsApp Business (bouton flottant) Compléments suggérés : ✅ Pack "Prémium" : Option ménage + jardinage (-10%) ✅ Espace employés : Déposer CV en ligne (gratuit) ✅ Alertes SMS : Notifications de remplacement ✅ Partenariats : Logo Royal Air Maroc (offres employés) Exemple de micro-copywriting : "Vous embauchez un talent, pas un CV : Notre garantie 3×30 jours vous offre la sérénité !" - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +667 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Lotus Service
3
- emoji: 👀
4
- colorFrom: green
5
- colorTo: red
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: lotus-service
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,667 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="fr">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>DariLink - Services Domestiques au Maroc</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#0d6efd',
15
+ gold: '#FFD700',
16
+ dark: '#1a202c'
17
+ }
18
+ }
19
+ }
20
+ }
21
+ </script>
22
+ <style>
23
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
24
+
25
+ body {
26
+ font-family: 'Poppins', sans-serif;
27
+ background-color: #f8fafc;
28
+ }
29
+
30
+ .hero-bg {
31
+ background: linear-gradient(rgba(13, 110, 253, 0.85), rgba(13, 110, 253, 0.9)), url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80');
32
+ background-size: cover;
33
+ background-position: center;
34
+ }
35
+
36
+ .service-card:hover {
37
+ transform: translateY(-5px);
38
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
39
+ }
40
+
41
+ .testimonial-card {
42
+ transition: all 0.3s ease;
43
+ }
44
+
45
+ .testimonial-card:hover {
46
+ transform: scale(1.02);
47
+ }
48
+
49
+ .step-card {
50
+ position: relative;
51
+ overflow: hidden;
52
+ }
53
+
54
+ .step-card::before {
55
+ content: '';
56
+ position: absolute;
57
+ top: 0;
58
+ left: 0;
59
+ width: 100%;
60
+ height: 4px;
61
+ background: linear-gradient(90deg, #0d6efd, #FFD700);
62
+ }
63
+
64
+ .price-tag {
65
+ position: relative;
66
+ display: inline-block;
67
+ padding: 15px 30px;
68
+ background: #0d6efd;
69
+ color: white;
70
+ font-weight: 700;
71
+ font-size: 1.5rem;
72
+ border-radius: 50px;
73
+ box-shadow: 0 10px 20px rgba(13, 110, 253, 0.3);
74
+ animation: pulse 2s infinite;
75
+ }
76
+
77
+ .price-tag::after {
78
+ content: '';
79
+ position: absolute;
80
+ top: 50%;
81
+ right: -15px;
82
+ width: 30px;
83
+ height: 30px;
84
+ background: #0d6efd;
85
+ border-radius: 50%;
86
+ transform: translateY(-50%);
87
+ z-index: -1;
88
+ }
89
+
90
+ .price-tag::before {
91
+ content: '';
92
+ position: absolute;
93
+ top: 50%;
94
+ left: -15px;
95
+ width: 30px;
96
+ height: 30px;
97
+ background: #0d6efd;
98
+ border-radius: 50%;
99
+ transform: translateY(-50%);
100
+ z-index: -1;
101
+ }
102
+
103
+ @keyframes pulse {
104
+ 0% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7); }
105
+ 70% { box-shadow: 0 0 0 15px rgba(13, 110, 253, 0); }
106
+ 100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0); }
107
+ }
108
+
109
+ .flag-selector {
110
+ cursor: pointer;
111
+ transition: all 0.3s ease;
112
+ }
113
+
114
+ .flag-selector:hover {
115
+ transform: scale(1.1);
116
+ }
117
+
118
+ .map-container {
119
+ position: relative;
120
+ overflow: hidden;
121
+ border-radius: 15px;
122
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
123
+ }
124
+
125
+ .map-overlay {
126
+ position: absolute;
127
+ top: 0;
128
+ left: 0;
129
+ width: 100%;
130
+ height: 100%;
131
+ background: rgba(13, 110, 253, 0.1);
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ flex-direction: column;
136
+ text-align: center;
137
+ padding: 20px;
138
+ }
139
+
140
+ .map-overlay h3 {
141
+ background: rgba(255, 255, 255, 0.9);
142
+ padding: 10px 20px;
143
+ border-radius: 50px;
144
+ font-weight: 700;
145
+ color: #0d6efd;
146
+ }
147
+
148
+ .feature-icon {
149
+ width: 70px;
150
+ height: 70px;
151
+ display: flex;
152
+ align-items: center;
153
+ justify-content: center;
154
+ background: rgba(13, 110, 253, 0.1);
155
+ border-radius: 50%;
156
+ margin: 0 auto 20px;
157
+ color: #0d6efd;
158
+ font-size: 1.8rem;
159
+ }
160
+
161
+ .whatsapp-float {
162
+ position: fixed;
163
+ bottom: 30px;
164
+ right: 30px;
165
+ z-index: 1000;
166
+ background: #25D366;
167
+ color: white;
168
+ width: 60px;
169
+ height: 60px;
170
+ border-radius: 50%;
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ font-size: 2rem;
175
+ box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
176
+ animation: pulse-whatsapp 2s infinite;
177
+ }
178
+
179
+ @keyframes pulse-whatsapp {
180
+ 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
181
+ 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
182
+ 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
183
+ }
184
+
185
+ .badge {
186
+ display: inline-block;
187
+ padding: 5px 15px;
188
+ background: #0d6efd;
189
+ color: white;
190
+ border-radius: 50px;
191
+ font-size: 0.8rem;
192
+ font-weight: 600;
193
+ margin: 5px;
194
+ }
195
+
196
+ .faq-item {
197
+ border-bottom: 1px solid #e2e8f0;
198
+ padding: 15px 0;
199
+ }
200
+
201
+ .faq-question {
202
+ font-weight: 600;
203
+ cursor: pointer;
204
+ display: flex;
205
+ justify-content: space-between;
206
+ align-items: center;
207
+ }
208
+
209
+ .faq-answer {
210
+ margin-top: 10px;
211
+ padding-left: 20px;
212
+ color: #4a5568;
213
+ display: none;
214
+ }
215
+
216
+ .active .faq-answer {
217
+ display: block;
218
+ }
219
+ </style>
220
+ </head>
221
+ <body class="bg-gray-50">
222
+ <!-- WhatsApp Float Button -->
223
+ <a href="https://wa.me/212612345678" target="_blank" class="whatsapp-float">
224
+ <i class="fab fa-whatsapp"></i>
225
+ </a>
226
+
227
+ <!-- Header -->
228
+ <header class="bg-white shadow-md sticky top-0 z-50">
229
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
230
+ <div class="flex items-center">
231
+ <div class="bg-primary w-10 h-10 rounded-lg flex items-center justify-center text-white font-bold text-xl">D</div>
232
+ <span class="ml-2 text-xl font-bold text-primary">DariLink</span>
233
+ </div>
234
+
235
+ <nav class="hidden md:flex space-x-8">
236
+ <a href="#services" class="text-gray-600 hover:text-primary font-medium">Services</a>
237
+ <a href="#how-it-works" class="text-gray-600 hover:text-primary font-medium">Comment ça marche</a>
238
+ <a href="#testimonials" class="text-gray-600 hover:text-primary font-medium">Témoignages</a>
239
+ <a href="#coverage" class="text-gray-600 hover:text-primary font-medium">Couverture</a>
240
+ <a href="#faq" class="text-gray-600 hover:text-primary font-medium">FAQ</a>
241
+ </nav>
242
+
243
+ <div class="flex items-center space-x-4">
244
+ <div class="flex space-x-2">
245
+ <span class="flag-selector text-2xl" onclick="changeLanguage('fr')">🇫🇷</span>
246
+ <span class="flag-selector text-2xl" onclick="changeLanguage('ar')">🇲🇦</span>
247
+ <span class="flag-selector text-2xl" onclick="changeLanguage('en')">🇬🇧</span>
248
+ </div>
249
+ <button class="bg-primary text-white px-4 py-2 rounded-lg font-medium hover:bg-blue-700 transition">Connexion</button>
250
+ <button class="md:hidden text-gray-600">
251
+ <i class="fas fa-bars text-2xl"></i>
252
+ </button>
253
+ </div>
254
+ </div>
255
+ </header>
256
+
257
+ <!-- Hero Section -->
258
+ <section class="hero-bg text-white py-20">
259
+ <div class="container mx-auto px-4 text-center">
260
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Trouvez votre professionnel en 24h</h1>
261
+ <p class="text-xl mb-10 max-w-2xl mx-auto">Connectez-vous avec des professionnels qualifiés pour tous vos besoins domestiques au Maroc</p>
262
+
263
+ <div class="price-tag mb-10">500 MAD par recrutement</div>
264
+
265
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
266
+ <button class="bg-gold text-dark px-8 py-4 rounded-lg font-bold text-lg hover:bg-yellow-500 transition">Trouver un professionnel</button>
267
+ <button class="bg-transparent border-2 border-white px-8 py-4 rounded-lg font-bold text-lg hover:bg-white hover:text-primary transition">Déposer un CV</button>
268
+ </div>
269
+ </div>
270
+ </section>
271
+
272
+ <!-- Services Section -->
273
+ <section id="services" class="py-16 bg-white">
274
+ <div class="container mx-auto px-4">
275
+ <h2 class="text-3xl font-bold text-center mb-4">Nos Services</h2>
276
+ <p class="text-gray-600 text-center mb-12 max-w-2xl mx-auto">Trouvez le professionnel parfait pour répondre à vos besoins domestiques</p>
277
+
278
+ <div class="overflow-x-auto">
279
+ <table class="min-w-full bg-white border border-gray-200 rounded-lg">
280
+ <thead>
281
+ <tr class="bg-primary text-white">
282
+ <th class="py-3 px-4 text-left">Catégorie</th>
283
+ <th class="py-3 px-4 text-left">Exemples de métiers</th>
284
+ <th class="py-3 px-4 text-left">Zone de couverture</th>
285
+ </tr>
286
+ </thead>
287
+ <tbody>
288
+ <tr class="border-b hover:bg-gray-50">
289
+ <td class="py-3 px-4 font-medium">Ménage</td>
290
+ <td class="py-3 px-4">Femme/homme de ménage</td>
291
+ <td class="py-3 px-4">Toutes grandes villes</td>
292
+ </tr>
293
+ <tr class="border-b hover:bg-gray-50">
294
+ <td class="py-3 px-4 font-medium">Garde d'enfants</td>
295
+ <td class="py-3 px-4">Nounou, précepteur scolaire</td>
296
+ <td class="py-3 px-4">Casablanca, Rabat, Marrakech...</td>
297
+ </tr>
298
+ <tr class="border-b hover:bg-gray-50">
299
+ <td class="py-3 px-4 font-medium">Soins</td>
300
+ <td class="py-3 px-4">Aide malade, auxiliaire</td>
301
+ <td class="py-3 px-4">Toutes grandes villes</td>
302
+ </tr>
303
+ <tr class="border-b hover:bg-gray-50">
304
+ <td class="py-3 px-4 font-medium">Sécurité</td>
305
+ <td class="py-3 px-4">Gardien, vigile</td>
306
+ <td class="py-3 px-4">Toutes grandes villes</td>
307
+ </tr>
308
+ <tr class="border-b hover:bg-gray-50">
309
+ <td class="py-3 px-4 font-medium">Transport</td>
310
+ <td class="py-3 px-4">Chauffeur</td>
311
+ <td class="py-3 px-4">Toutes grandes villes</td>
312
+ </tr>
313
+ <tr class="border-b hover:bg-gray-50">
314
+ <td class="py-3 px-4 font-medium">Bâtiment</td>
315
+ <td class="py-3 px-4">Aide-maçon, peintre</td>
316
+ <td class="py-3 px-4">Toutes grandes villes</td>
317
+ </tr>
318
+ <tr class="hover:bg-gray-50">
319
+ <td class="py-3 px-4 font-medium">Spécialisés</td>
320
+ <td class="py-3 px-4">Cuisinier, jardinier</td>
321
+ <td class="py-3 px-4">Toutes grandes villes</td>
322
+ </tr>
323
+ </tbody>
324
+ </table>
325
+ </div>
326
+ </div>
327
+ </section>
328
+
329
+ <!-- How It Works -->
330
+ <section id="how-it-works" class="py-16 bg-gray-50">
331
+ <div class="container mx-auto px-4">
332
+ <h2 class="text-3xl font-bold text-center mb-4">Comment ça marche</h2>
333
+ <p class="text-gray-600 text-center mb-12 max-w-2xl mx-auto">Notre processus simple et garanti pour trouver le professionnel idéal</p>
334
+
335
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
336
+ <div class="step-card bg-white p-8 rounded-xl shadow-md text-center">
337
+ <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center text-white text-2xl font-bold mx-auto mb-6">1</div>
338
+ <h3 class="text-xl font-bold mb-3">Choix du service</h3>
339
+ <p class="text-gray-600">Sélectionnez le type de service dont vous avez besoin et spécifiez votre ville et disponibilité.</p>
340
+ </div>
341
+
342
+ <div class="step-card bg-white p-8 rounded-xl shadow-md text-center">
343
+ <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center text-white text-2xl font-bold mx-auto mb-6">2</div>
344
+ <h3 class="text-xl font-bold mb-3">Paiement sécurisé</h3>
345
+ <p class="text-gray-600">Payez les 500 MAD par recrutement via notre système sécurisé avec carte bancaire ou CMI.</p>
346
+ </div>
347
+
348
+ <div class="step-card bg-white p-8 rounded-xl shadow-md text-center">
349
+ <div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center text-white text-2xl font-bold mx-auto mb-6">3</div>
350
+ <h3 class="text-xl font-bold mb-3">Mise en relation</h3>
351
+ <p class="text-gray-600">Nous vous mettons en contact avec un professionnel qualifié dans les 24h maximum.</p>
352
+ </div>
353
+ </div>
354
+ </div>
355
+ </section>
356
+
357
+ <!-- Features Section -->
358
+ <section class="py-16 bg-white">
359
+ <div class="container mx-auto px-4">
360
+ <h2 class="text-3xl font-bold text-center mb-4">Nos Engagements</h2>
361
+ <p class="text-gray-600 text-center mb-12 max-w-2xl mx-auto">Pour votre sérénité et confiance, nous vous garantissons</p>
362
+
363
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
364
+ <div class="text-center">
365
+ <div class="feature-icon">
366
+ <i class="fas fa-sync-alt"></i>
367
+ </div>
368
+ <h3 class="text-xl font-bold mb-3">Garantie 3×30 jours</h3>
369
+ <p class="text-gray-600">3 remplacements gratuits sous 30 jours si le professionnel ne convient pas.</p>
370
+ </div>
371
+
372
+ <div class="text-center">
373
+ <div class="feature-icon">
374
+ <i class="fas fa-map-marker-alt"></i>
375
+ </div>
376
+ <h3 class="text-xl font-bold mb-3">Couverture nationale</h3>
377
+ <p class="text-gray-600">Présence dans les principales villes du Maroc avec des professionnels qualifiés.</p>
378
+ </div>
379
+
380
+ <div class="text-center">
381
+ <div class="feature-icon">
382
+ <i class="fas fa-shield-alt"></i>
383
+ </div>
384
+ <h3 class="text-xl font-bold mb-3">Sécurité optimale</h3>
385
+ <p class="text-gray-600">Vérification des professionnels et cryptage des paiements pour votre sécurité.</p>
386
+ </div>
387
+
388
+ <div class="text-center">
389
+ <div class="feature-icon">
390
+ <i class="fas fa-certificate"></i>
391
+ </div>
392
+ <h3 class="text-xl font-bold mb-3">Conformité légale</h3>
393
+ <p class="text-gray-600">Respect du Code du travail marocain et certifications CNSS visibles.</p>
394
+ </div>
395
+ </div>
396
+
397
+ <div class="mt-16 bg-gray-50 rounded-xl p-8 flex flex-col md:flex-row items-center">
398
+ <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8">
399
+ <h3 class="text-2xl font-bold mb-4">Pack Premium</h3>
400
+ <p class="text-gray-600 mb-4">Combinez ménage et jardinage avec une réduction de 10% sur votre service.</p>
401
+ <button class="bg-primary text-white px-6 py-3 rounded-lg font-medium hover:bg-blue-700 transition">Découvrir l'offre</button>
402
+ </div>
403
+ <div class="md:w-1/2 bg-gold rounded-lg p-6 text-center">
404
+ <p class="text-xl font-bold mb-2">Économisez 10%</p>
405
+ <p class="text-dark">Avec notre pack combiné ménage + jardinage</p>
406
+ </div>
407
+ </div>
408
+ </div>
409
+ </section>
410
+
411
+ <!-- Coverage Map -->
412
+ <section id="coverage" class="py-16 bg-gray-50">
413
+ <div class="container mx-auto px-4">
414
+ <h2 class="text-3xl font-bold text-center mb-4">Couverture Géographique</h2>
415
+ <p class="text-gray-600 text-center mb-12 max-w-2xl mx-auto">Nous desservons les principales villes du Maroc</p>
416
+
417
+ <div class="map-container h-96 bg-gray-200 rounded-xl relative">
418
+ <div class="map-overlay">
419
+ <h3 class="text-2xl font-bold mb-4">Villes desservies</h3>
420
+ <div class="flex flex-wrap justify-center">
421
+ <span class="badge">Casablanca</span>
422
+ <span class="badge">Rabat</span>
423
+ <span class="badge">Marrakech</span>
424
+ <span class="badge">Fès</span>
425
+ <span class="badge">Tanger</span>
426
+ <span class="badge">Agadir</span>
427
+ <span class="badge">Meknès</span>
428
+ </div>
429
+ </div>
430
+ </div>
431
+ </div>
432
+ </section>
433
+
434
+ <!-- Testimonials -->
435
+ <section id="testimonials" class="py-16 bg-white">
436
+ <div class="container mx-auto px-4">
437
+ <h2 class="text-3xl font-bold text-center mb-4">Témoignages Clients</h2>
438
+ <p class="text-gray-600 text-center mb-12 max-w-2xl mx-auto">Découvrez ce que nos clients disent de notre service</p>
439
+
440
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
441
+ <div class="testimonial-card bg-gray-50 p-6 rounded-xl">
442
+ <div class="flex items-center mb-4">
443
+ <div class="w-12 h-12 bg-primary rounded-full flex items-center justify-center text-white font-bold">A</div>
444
+ <div class="ml-4">
445
+ <h4 class="font-bold">Ahmed Benali</h4>
446
+ <p class="text-gray-600 text-sm">Casablanca</p>
447
+ </div>
448
+ </div>
449
+ <p class="text-gray-700 italic">"J'ai trouvé une femme de ménage exceptionnelle en moins de 24h. La garantie de remplacement m'a donné confiance. Service parfait!"</p>
450
+ <div class="flex text-gold mt-4">
451
+ <i class="fas fa-star"></i>
452
+ <i class="fas fa-star"></i>
453
+ <i class="fas fa-star"></i>
454
+ <i class="fas fa-star"></i>
455
+ <i class="fas fa-star"></i>
456
+ </div>
457
+ </div>
458
+
459
+ <div class="testimonial-card bg-gray-50 p-6 rounded-xl">
460
+ <div class="flex items-center mb-4">
461
+ <div class="w-12 h-12 bg-primary rounded-full flex items-center justify-center text-white font-bold">S</div>
462
+ <div class="ml-4">
463
+ <h4 class="font-bold">Salma El Amrani</h4>
464
+ <p class="text-gray-600 text-sm">Rabat</p>
465
+ </div>
466
+ </div>
467
+ <p class="text-gray-700 italic">"La nounou que j'ai trouvée grâce à DariLink s'occupe de mes enfants comme si c'était les siens. Service fiable et professionnel."</p>
468
+ <div class="flex text-gold mt-4">
469
+ <i class="fas fa-star"></i>
470
+ <i class="fas fa-star"></i>
471
+ <i class="fas fa-star"></i>
472
+ <i class="fas fa-star"></i>
473
+ <i class="fas fa-star-half-alt"></i>
474
+ </div>
475
+ </div>
476
+
477
+ <div class="testimonial-card bg-gray-50 p-6 rounded-xl">
478
+ <div class="flex items-center mb-4">
479
+ <div class="w-12 h-12 bg-primary rounded-full flex items-center justify-center text-white font-bold">M</div>
480
+ <div class="ml-4">
481
+ <h4 class="font-bold">Mehdi Ouazzani</h4>
482
+ <p class="text-gray-600 text-sm">Marrakech</p>
483
+ </div>
484
+ </div>
485
+ <p class="text-gray-700 italic">"J'ai utilisé le service pour trouver un jardinier. La qualité du travail est remarquable et le prix imbattable. Je recommande vivement!"</p>
486
+ <div class="flex text-gold mt-4">
487
+ <i class="fas fa-star"></i>
488
+ <i class="fas fa-star"></i>
489
+ <i class="fas fa-star"></i>
490
+ <i class="fas fa-star"></i>
491
+ <i class="fas fa-star"></i>
492
+ </div>
493
+ </div>
494
+ </div>
495
+ </div>
496
+ </section>
497
+
498
+ <!-- FAQ Section -->
499
+ <section id="faq" class="py-16 bg-gray-50">
500
+ <div class="container mx-auto px-4">
501
+ <h2 class="text-3xl font-bold text-center mb-4">Questions Fréquentes</h2>
502
+ <p class="text-gray-600 text-center mb-12 max-w-2xl mx-auto">Toutes les informations légales et pratiques sur nos services</p>
503
+
504
+ <div class="max-w-3xl mx-auto">
505
+ <div class="faq-item">
506
+ <div class="faq-question" onclick="toggleFAQ(this)">
507
+ <span>Comment fonctionne la garantie de remplacement ?</span>
508
+ <i class="fas fa-chevron-down"></i>
509
+ </div>
510
+ <div class="faq-answer">
511
+ <p>Notre garantie de remplacement vous offre 3 remplacements gratuits sous 30 jours si le professionnel ne convient pas. Vous contactez notre service client qui procède à un remplacement dans les 24h.</p>
512
+ </div>
513
+ </div>
514
+
515
+ <div class="faq-item">
516
+ <div class="faq-question" onclick="toggleFAQ(this)">
517
+ <span>Quels sont mes droits selon le Code du travail marocain ?</span>
518
+ <i class="fas fa-chevron-down"></i>
519
+ </div>
520
+ <div class="faq-answer">
521
+ <p>Nous respectons strictement le Code du travail marocain. Les professionnels sont informés de leurs droits et obligations. Vous avez droit à un contrat clair, un salaire conforme au SMIG et une couverture CNSS.</p>
522
+ </div>
523
+ </div>
524
+
525
+ <div class="faq-item">
526
+ <div class="faq-question" onclick="toggleFAQ(this)">
527
+ <span>Comment sont vérifiés les professionnels ?</span>
528
+ <i class="fas fa-chevron-down"></i>
529
+ </div>
530
+ <div class="faq-answer">
531
+ <p>Nous effectuons une vérification complète de chaque professionnel : pièce d'identité, casier judiciaire, références antérieures et compétences. Tous sont inscrits à la CNSS et formés aux normes de sécurité.</p>
532
+ </div>
533
+ </div>
534
+
535
+ <div class="faq-item">
536
+ <div class="faq-question" onclick="toggleFAQ(this)">
537
+ <span>Quels modes de paiement acceptez-vous ?</span>
538
+ <i class="fas fa-chevron-down"></i>
539
+ </div>
540
+ <div class="faq-answer">
541
+ <p>Nous acceptons les paiements par carte bancaire (Carte Bleue, Visa, Mastercard) et via le système CMI sécurisé. Tous les paiements sont cryptés et sécurisés.</p>
542
+ </div>
543
+ </div>
544
+
545
+ <div class="faq-item">
546
+ <div class="faq-question" onclick="toggleFAQ(this)">
547
+ <span>Puis-je déposer mon CV gratuitement ?</span>
548
+ <i class="fas fa-chevron-down"></i>
549
+ </div>
550
+ <div class="faq-answer">
551
+ <p>Oui, l'espace employés est totalement gratuit. Vous pouvez déposer votre CV, créer un profil détaillé et recevoir des propositions de missions correspondant à votre profil.</p>
552
+ </div>
553
+ </div>
554
+ </div>
555
+ </div>
556
+ </section>
557
+
558
+ <!-- Footer -->
559
+ <footer class="bg-dark text-white py-12">
560
+ <div class="container mx-auto px-4">
561
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
562
+ <div>
563
+ <div class="flex items-center mb-4">
564
+ <div class="bg-primary w-10 h-10 rounded-lg flex items-center justify-center text-white font-bold text-xl">D</div>
565
+ <span class="ml-2 text-xl font-bold">DariLink</span>
566
+ </div>
567
+ <p class="text-gray-400 mb-4">Votre plateforme de confiance pour les services domestiques au Maroc.</p>
568
+ <div class="flex space-x-4">
569
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
570
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
571
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
572
+ <a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin-in"></i></a>
573
+ </div>
574
+ </div>
575
+
576
+ <div>
577
+ <h4 class="text-lg font-bold mb-4">Services</h4>
578
+ <ul class="space-y-2">
579
+ <li><a href="#" class="text-gray-400 hover:text-white">Ménage</a></li>
580
+ <li><a href="#" class="text-gray-400 hover:text-white">Garde d'enfants</a></li>
581
+ <li><a href="#" class="text-gray-400 hover:text-white">Soins à domicile</a></li>
582
+ <li><a href="#" class="text-gray-400 hover:text-white">Sécurité</a></li>
583
+ <li><a href="#" class="text-gray-400 hover:text-white">Transport</a></li>
584
+ </ul>
585
+ </div>
586
+
587
+ <div>
588
+ <h4 class="text-lg font-bold mb-4">Liens utiles</h4>
589
+ <ul class="space-y-2">
590
+ <li><a href="#" class="text-gray-400 hover:text-white">À propos</a></li>
591
+ <li><a href="#" class="text-gray-400 hover:text-white">Engagements</a></li>
592
+ <li><a href="#" class="text-gray-400 hover:text-white">Conditions générales</a></li>
593
+ <li><a href="#" class="text-gray-400 hover:text-white">Politique de confidentialité</a></li>
594
+ <li><a href="#" class="text-gray-400 hover:text-white">Contact</a></li>
595
+ </ul>
596
+ </div>
597
+
598
+ <div>
599
+ <h4 class="text-lg font-bold mb-4">Contact</h4>
600
+ <ul class="space-y-2 text-gray-400">
601
+ <li class="flex items-start">
602
+ <i class="fas fa-map-marker-alt mt-1 mr-3"></i>
603
+ <span>123 Avenue Mohammed V, Casablanca</span>
604
+ </li>
605
+ <li class="flex items-center">
606
+ <i class="fas fa-phone mr-3"></i>
607
+ <span>+212 522 123 456</span>
608
+ </li>
609
+ <li class="flex items-center">
610
+ <i class="fas fa-envelope mr-3"></i>
611
+ <span>contact@darilink.ma</span>
612
+ </li>
613
+ </ul>
614
+ </div>
615
+ </div>
616
+
617
+ <div class="border-t border-gray-800 mt-10 pt-6 text-center text-gray-500">
618
+ <p>© 2023 DariLink. Tous droits réserv��s. Respect du Code du travail marocain.</p>
619
+ <div class="mt-4 flex justify-center space-x-6">
620
+ <span class="badge bg-gold text-dark">CNSS Certifié</span>
621
+ <span class="badge bg-gold text-dark">Paiement Sécurisé</span>
622
+ <span class="badge bg-gold text-dark">Service Garanti</span>
623
+ </div>
624
+ </div>
625
+ </div>
626
+ </footer>
627
+
628
+ <script>
629
+ // Toggle FAQ items
630
+ function toggleFAQ(element) {
631
+ const faqItem = element.parentElement;
632
+ faqItem.classList.toggle('active');
633
+
634
+ const icon = element.querySelector('i');
635
+ if (faqItem.classList.contains('active')) {
636
+ icon.classList.remove('fa-chevron-down');
637
+ icon.classList.add('fa-chevron-up');
638
+ } else {
639
+ icon.classList.remove('fa-chevron-up');
640
+ icon.classList.add('fa-chevron-down');
641
+ }
642
+ }
643
+
644
+ // Language switcher
645
+ function changeLanguage(lang) {
646
+ // In a real implementation, this would change the language
647
+ // For this demo, we'll just show an alert
648
+ alert(`Changement de langue vers: ${lang.toUpperCase()}`);
649
+ }
650
+
651
+ // Smooth scrolling for navigation links
652
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
653
+ anchor.addEventListener('click', function (e) {
654
+ e.preventDefault();
655
+
656
+ const target = document.querySelector(this.getAttribute('href'));
657
+ if (target) {
658
+ window.scrollTo({
659
+ top: target.offsetTop - 80,
660
+ behavior: 'smooth'
661
+ });
662
+ }
663
+ });
664
+ });
665
+ </script>
666
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=AFROSALSA/lotus-service" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
667
+ </html>