Update Hero component title gradient for improved visual consistency

This commit is contained in:
2025-11-01 18:59:43 +00:00
parent ee06b8eee3
commit b3d3a5b324
+1 -1
View File
@@ -15,7 +15,7 @@ const { name, title, bio, github, linkedin } = Astro.props;
</div>
<div class="flex-1 min-w-0">
<h1
class="text-4xl md:text-6xl font-extrabold tracking-tight bg-gradient-to-r from-gray-300 to-gray-500 bg-clip-text text-transparent mb-4 text-balance"
class="text-4xl md:text-6xl font-extrabold tracking-tight bg-gradient-to-r from-gray-100 to-gray-300 bg-clip-text text-transparent mb-4 text-balance"
>
{name}
</h1>