diff --git a/src/components/LandingBookAttractionSection.tsx b/src/components/LandingBookAttractionSection.tsx index 841aafe..0b08325 100644 --- a/src/components/LandingBookAttractionSection.tsx +++ b/src/components/LandingBookAttractionSection.tsx @@ -259,7 +259,7 @@ export function LandingBookAttractionSection() { whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} className={`px-6 py-4 h-14 rounded-full font-medium transition-all duration-300 ${activeCategory === category - ? 'bg-warm-coral text-white shadow-xl shadow-warm-coral/25 ring-2 ring-warm-coral/20' + ? 'bg-red-400 text-white shadow-xl shadow-warm-coral/25 ring-2 ring-warm-coral/20' : 'bg-white/80 backdrop-blur-sm text-gray-700 hover:text-gray-900 hover:shadow-lg border border-gray-200/50 hover:border-warm-coral/20 hover:bg-white' }`} >