Skip to content

Commit 79c2d26

Browse files
Refactor: Change green to blue in comparison section
Changed the green color scheme in the comparison section to blue to better align with RefSpring's branding.
1 parent eb01843 commit 79c2d26

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/components/shared/ComparisonSection.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,40 +62,40 @@ export const ComparisonSection = ({ onGetStarted, variant = 'landing' }: Compari
6262
</div>
6363

6464
{/* RefSpring */}
65-
<div className="bg-gradient-to-br from-green-50 to-blue-50 border-4 border-green-500 p-8 rounded-2xl shadow-2xl transform scale-105">
65+
<div className="bg-gradient-to-br from-blue-50 to-purple-50 border-4 border-blue-500 p-8 rounded-2xl shadow-2xl transform scale-105">
6666
<div className="text-center mb-6">
67-
<div className="bg-green-500 text-white px-4 py-2 rounded-full text-sm font-medium mb-4">
67+
<div className="bg-blue-500 text-white px-4 py-2 rounded-full text-sm font-medium mb-4">
6868
RefSpring
6969
</div>
70-
<div className="text-4xl font-bold text-green-600 mb-2">
70+
<div className="text-4xl font-bold text-blue-600 mb-2">
7171
0€<span className="text-lg text-slate-500">/mois</span>
7272
</div>
7373
<p className="text-slate-600">2,5% sur vos gains uniquement</p>
7474
</div>
7575
<ul className="space-y-3 mb-6">
7676
<li className="flex items-center gap-3">
77-
<Check className="w-5 h-5 text-green-500" />
77+
<Check className="w-5 h-5 text-blue-500" />
7878
<span className="font-semibold">Aucun frais fixe</span>
7979
</li>
8080
<li className="flex items-center gap-3">
81-
<Check className="w-5 h-5 text-green-500" />
81+
<Check className="w-5 h-5 text-blue-500" />
8282
<span className="font-semibold">Aucun engagement</span>
8383
</li>
8484
<li className="flex items-center gap-3">
85-
<Check className="w-5 h-5 text-green-500" />
85+
<Check className="w-5 h-5 text-blue-500" />
8686
<span className="font-semibold">Payez seulement si vous gagnez</span>
8787
</li>
8888
<li className="flex items-center gap-3">
89-
<Check className="w-5 h-5 text-green-500" />
89+
<Check className="w-5 h-5 text-blue-500" />
9090
<span className="font-semibold">Risque zéro</span>
9191
</li>
9292
<li className="flex items-center gap-3">
93-
<Check className="w-5 h-5 text-green-500" />
93+
<Check className="w-5 h-5 text-blue-500" />
9494
<span className="font-semibold">Toutes les fonctionnalités incluses</span>
9595
</li>
9696
</ul>
9797
<Button
98-
className="w-full bg-green-600 hover:bg-green-700 hover:scale-105 transition-all text-lg py-3"
98+
className="w-full bg-blue-600 hover:bg-blue-700 hover:scale-105 transition-all text-lg py-3"
9999
onClick={onGetStarted}
100100
>
101101
{isLanding ? 'Commencer sans risque' : 'Commencer maintenant'}

0 commit comments

Comments
 (0)