Update
This commit is contained in:
@@ -15,10 +15,13 @@ const Hero = () => {
|
||||
|
||||
{/* Main heading */}
|
||||
<div className="space-y-0">
|
||||
<h1 className="font-display text-6xl font-black tracking-tight sm:text-7xl lg:text-8xl">
|
||||
<span className="text-foreground">MEME</span>
|
||||
<span className="text-muted-foreground">FAST</span>
|
||||
</h1>
|
||||
<div className="flex items-center justify-center gap-2">
|
||||
<img alt="MEMEFA.ST LOGO" className="h-24 w-24" src="logo/memefast-logo-180.png"></img>
|
||||
<h1 className="font-display text-6xl font-black tracking-tight sm:text-7xl lg:text-8xl">
|
||||
<span className="text-foreground">MEME</span>
|
||||
<span className="text-[#00DD00] dark:text-[#00FF00]">FAST</span>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<h2 className="text-muted-foreground mx-auto max-w-4xl text-xl leading-relaxed font-light sm:text-2xl lg:text-3xl">
|
||||
Fast and simple meme video editor
|
||||
@@ -37,7 +40,7 @@ const Hero = () => {
|
||||
className="text-foreground text-3xl font-bold sm:text-4xl"
|
||||
postFix=""
|
||||
/>{' '}
|
||||
<div className="text-muted-foreground text-sm">Meme Templates</div>
|
||||
<div className="text-muted-foreground text-sm">Memes</div>
|
||||
</div>
|
||||
<div className="text-center">
|
||||
<CountUp
|
||||
|
||||
Reference in New Issue
Block a user