We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b8039 commit b116220Copy full SHA for b116220
src/pages/LandingPage.tsx
@@ -209,7 +209,7 @@ const LandingPage = () => {
209
<div className="flex flex-col sm:flex-row gap-6 justify-center animate-fade-in" style={{ animationDelay: '0.6s' }}>
210
<Button
211
size="lg"
212
- className="text-lg px-12 py-6 bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 shadow-2xl hover:shadow-3xl transition-all hover:scale-105 border-0"
+ className="text-lg px-12 py-6 bg-gradient-to-r from-blue-600 to-purple-600 hover:from-blue-700 hover:to-purple-700 shadow-2xl hover:shadow-3xl transition-all hover:scale-105 border-0 text-white"
213
onClick={redirectToDashboard}
214
>
215
Commencer à gagner dès aujourd'hui
0 commit comments