fix: update main heading gradient colors for consistency

This commit is contained in:
2025-12-28 22:25:33 +01:00
parent af94fa7a3b
commit e7e0215da4

View File

@@ -88,7 +88,7 @@ const Index = () => {
{/* Main Heading */}
<div className="text-center space-y-6 mb-12">
<h1 className="text-5xl sm:text-7xl font-bold tracking-tight">
<span className="bg-gradient-to-r from-foreground via-foreground to-foreground/60 bg-clip-text text-transparent">
<span className="bg-gradient-to-r from-primary via-primary to-primary/60 bg-clip-text text-transparent">
LAYER.systems
</span>
</h1>