style: change 'Voir les lots' button to green on homepage
- Update button color from orange to green (#1a4d2e) - Add hover effect to darker green (#2d5a3d) - 'Participer maintenant' stays orange for CTA emphasis 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6be8c9f20d
commit
9e55042d1f
|
|
@ -37,7 +37,7 @@ export default function HomePage() {
|
||||||
</button>
|
</button>
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="/lots">
|
<Link href="/lots">
|
||||||
<button className="bg-[#f59e0b] hover:bg-[#d97706] text-white font-bold text-lg px-10 py-4 rounded-lg shadow-xl transition-all w-full sm:w-auto">
|
<button className="bg-[#1a4d2e] hover:bg-[#2d5a3d] text-white font-bold text-lg px-10 py-4 rounded-lg shadow-xl transition-all w-full sm:w-auto">
|
||||||
Voir les lots
|
Voir les lots
|
||||||
</button>
|
</button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user