feat: update styles
This commit is contained in:
parent
086eedc8ac
commit
5626c686c5
|
|
@ -57,14 +57,13 @@ export default function Home() {
|
||||||
Now in Closed Beta
|
Now in Closed Beta
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1 className="text-5xl md:text-7xl font-bold tracking-tight mb-6">
|
<h1 className="text-5xl md:text-7xl font-bold tracking-tight mb-6 flex flex-col items-center gap-4">
|
||||||
<span className="bg-gradient-to-r from-white to-gray-300 bg-clip-text text-transparent whitespace-nowrap">
|
<span className="bg-gradient-to-r from-white to-gray-300 bg-clip-text text-transparent whitespace-nowrap">
|
||||||
Your AI Image Generation API.
|
Your AI Image Generation API
|
||||||
|
</span>
|
||||||
|
<span className="bg-gradient-to-r from-purple-400 via-cyan-400 to-purple-400 bg-clip-text text-transparent animate-gradient whitespace-nowrap">
|
||||||
|
Ready in 60 seconds
|
||||||
</span>
|
</span>
|
||||||
<br className='h-3'/>
|
|
||||||
<div className="bg-gradient-to-r from-purple-400 via-cyan-400 to-purple-400 bg-clip-text text-transparent animate-gradient">
|
|
||||||
Ready in 60 seconds.
|
|
||||||
</div>
|
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p className="text-xl md:text-2xl text-gray-400 mb-8 leading-relaxed">
|
<p className="text-xl md:text-2xl text-gray-400 mb-8 leading-relaxed">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue