Maj smtp, reset password, et ajout afroshine
All checks were successful
Build and Push App / build (push) Successful in 10m29s

This commit is contained in:
streap2
2026-04-26 14:32:38 +02:00
parent a551fe6bcc
commit 31fa2fcde3
15 changed files with 424 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ const AnnuaireHero = ({ featuredBusiness }: { featuredBusiness: Business }) => {
<div className="md:w-3/5 p-8 md:p-12 flex flex-col justify-center">
<div className="flex items-center space-x-2 mb-4">
<span className="inline-flex items-center px-3 py-1 rounded-full text-xs font-bold bg-yellow-100 text-yellow-800 uppercase tracking-wider">
<Award className="w-3 h-3 mr-1" /> Entrepreneur du mois
<Award className="w-3 h-3 mr-1" /> Afroshine
</span>
</div>
@@ -81,7 +81,7 @@ const AnnuaireHero = ({ featuredBusiness }: { featuredBusiness: Business }) => {
Voir la fiche complète
</Link>
<button className="inline-flex items-center justify-center px-6 py-3 border-2 border-gray-200 text-base font-medium rounded-md text-gray-600 bg-transparent hover:border-brand-300 hover:text-brand-600 transition-colors">
Devenir l'entrepreneur du mois <ArrowRight className="w-4 h-4 ml-2"/>
Devenir l'Afroshine <ArrowRight className="w-4 h-4 ml-2"/>
</button>
</div>
</div>