vertical gradient
This commit is contained in:
parent
7797b4fa71
commit
f542af5d38
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ const Hero = () => {
|
||||||
</AnimatedGradientText>
|
</AnimatedGradientText>
|
||||||
<main className="text-5xl md:text-6xl font-bold">
|
<main className="text-5xl md:text-6xl font-bold">
|
||||||
<h1 className="inline custom-title">
|
<h1 className="inline custom-title">
|
||||||
<span className="bg-primary bg-clip-text text-transparent dark:bg-gradient-to-b dark:from-green-300 dark:to-primary">
|
<span className="bg-primary bg-clip-text text-transparent dark:bg-gradient-to-r dark:from-green-300 dark:to-primary">
|
||||||
Simplify
|
Simplify
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
your server logic performance
|
your server logic performance
|
||||||
|
|
Loading…
Reference in a new issue