diff --git a/resources/views/templates/home/services-cards.blade.php b/resources/views/templates/home/services-cards.blade.php index 61f517f..54191cb 100644 --- a/resources/views/templates/home/services-cards.blade.php +++ b/resources/views/templates/home/services-cards.blade.php @@ -72,10 +72,10 @@ .glass-card svg { filter: brightness(1.4); - tron: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; } .glass-card:hover svg { - filter: brightness(1); + filter: brightness(0.8); } .glass-card::before {