We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09e4b4 commit 5608205Copy full SHA for 5608205
1 file changed
src/pages/Index.tsx
@@ -47,7 +47,7 @@ const Index = () => {
47
<div className="absolute inset-0 bg-gradient-to-r from-blue-900/20 to-orange-500/10"></div>
48
<div className="relative z-10 text-center max-w-4xl mx-auto">
49
<div className="mb-8 animate-fade-in">
50
- <h1 className="text-6xl md:text-8xl font-bold mb-6 bg-gradient-to-r from-yellow-400 via-orange-500 to-yellow-300 bg-clip-text text-transparent">
+ <h1 className="text-6xl md:text-8xl font-bold mb-6 bg-gradient-to-r from-blue-400 via-orange-500 to-blue-300 bg-clip-text text-transparent">
51
Mericio
52
</h1>
53
<p className="text-xl md:text-2xl text-blue-100 mb-4">
0 commit comments