Youssouf ⚜️ commited on
Commit
5e5d75d
·
1 Parent(s): 08ec4c0
Files changed (1) hide show
  1. app/templates/index.html +2 -20
app/templates/index.html CHANGED
@@ -81,7 +81,7 @@ endblock %} {% block content %}
81
  >
82
  <a
83
  href="{{ url_for('auth.register') }}"
84
- class="btn-luxury text-gray-900 px-8 py-4 rounded-xl text-lg font-bold shadow-2xl group"
85
  >
86
  <i class="fas fa-rocket mr-2"></i>
87
  Commencer Maintenant
@@ -147,15 +147,6 @@ endblock %} {% block content %}
147
  </div>
148
 
149
  <div class="space-y-3 text-left">
150
- <div class="flex items-center space-x-3">
151
- <i
152
- class="fas fa-check-circle text-green-400"
153
- ></i>
154
- <span class="text-gray-300 text-sm"
155
- >Bonus de connexion quotidien: 30
156
- FCFA</span
157
- >
158
- </div>
159
  <div class="flex items-center space-x-3">
160
  <i
161
  class="fas fa-check-circle text-green-400"
@@ -233,15 +224,6 @@ endblock %} {% block content %}
233
  bonus inscription</span
234
  >
235
  </div>
236
- <div class="flex items-center space-x-3">
237
- <i class="fas fa-calendar-check text-green-400"></i>
238
- <span class="text-gray-300"
239
- ><span class="text-yellow-400 font-bold"
240
- >30 FCFA</span
241
- >
242
- bonus quotidien</span
243
- >
244
- </div>
245
  </div>
246
  <p class="text-gray-400 mt-4 text-sm">
247
  Commencez immédiatement avec des avantages exclusifs
@@ -448,7 +430,7 @@ endblock %} {% block content %}
448
  <div class="text-center">
449
  <a
450
  href="{{ url_for('auth.register') }}"
451
- class="btn-luxury text-gray-900 px-12 py-6 rounded-2xl text-xl font-bold shadow-2xl inline-flex items-center space-x-3 group"
452
  >
453
  <i class="fas fa-rocket group-hover:animate-bounce"></i>
454
  <span>Commencer votre adoption</span>
 
81
  >
82
  <a
83
  href="{{ url_for('auth.register') }}"
84
+ class="bg-green-500 hover:bg-green-600 text-white px-8 py-4 rounded-xl text-lg font-bold shadow-2xl group transition-colors duration-300"
85
  >
86
  <i class="fas fa-rocket mr-2"></i>
87
  Commencer Maintenant
 
147
  </div>
148
 
149
  <div class="space-y-3 text-left">
 
 
 
 
 
 
 
 
 
150
  <div class="flex items-center space-x-3">
151
  <i
152
  class="fas fa-check-circle text-green-400"
 
224
  bonus inscription</span
225
  >
226
  </div>
 
 
 
 
 
 
 
 
 
227
  </div>
228
  <p class="text-gray-400 mt-4 text-sm">
229
  Commencez immédiatement avec des avantages exclusifs
 
430
  <div class="text-center">
431
  <a
432
  href="{{ url_for('auth.register') }}"
433
+ class="bg-green-500 hover:bg-green-600 text-white px-12 py-6 rounded-2xl text-xl font-bold shadow-2xl inline-flex items-center space-x-3 group transition-colors duration-300"
434
  >
435
  <i class="fas fa-rocket group-hover:animate-bounce"></i>
436
  <span>Commencer votre adoption</span>