style(_hero): change animation color

This commit is contained in:
eshanized
2024-12-20 22:45:49 +05:30
parent 08ee215c47
commit da463ffc2e

View File

@@ -23,10 +23,10 @@ export function Home() {
/* Hero Section with updated background */ /* Hero Section with updated background */
.hero-background { .hero-background {
background: linear-gradient(135deg, #2e3b8c, #3b4c7a); /* New gradient */ background: linear-gradient(135deg, #2e3b8c, #6495ed, #ff7f50); /* Multi-color gradient */
background-size: 300% 300%; background-size: 300% 300%; /* Enlarges the background to create smooth transitions */
animation: gradientAnimation 20s ease infinite; animation: gradientAnimation 10s ease infinite; /* Infinite animation loop */
} }
/* New hover effect for feature cards */ /* New hover effect for feature cards */
.card:hover { .card:hover {