style: Button 'Termin buchen' dunkler für besseren Kontrast (#790dc6)

This commit is contained in:
2025-10-07 09:40:59 +02:00
parent f4593cd706
commit c7d9fc689e

View File

@@ -88,7 +88,7 @@ export function ProfileLanding({ onNavigateToBooking }: ProfileLandingProps) {
</p>
<button
onClick={onNavigateToBooking}
className="bg-pink-600 text-white py-4 px-8 rounded-lg hover:bg-pink-700 text-lg font-semibold shadow-lg transition-colors w-full md:w-auto"
className="bg-[#790dc6] text-white py-4 px-8 rounded-lg hover:bg-[#6609ad] text-lg font-semibold shadow-lg transition-colors w-full md:w-auto"
>
Termin buchen
</button>