Update
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import CountUp from '@/components/reactbits/CountUp/CountUp';
|
||||
import ShinyText from '@/components/reactbits/ShinyText/ShinyText';
|
||||
|
||||
const Hero = () => {
|
||||
return (
|
||||
@@ -16,17 +15,11 @@ const Hero = () => {
|
||||
<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">AI</span>
|
||||
<span className="text-foreground">GEN</span>
|
||||
<span className="text-muted-foreground">FAST</span>
|
||||
</h1>
|
||||
|
||||
<h2 className="">
|
||||
<ShinyText
|
||||
text="Create viral memes in seconds for free"
|
||||
disabled={false}
|
||||
speed={3}
|
||||
className="text-muted-foreground mx-auto max-w-4xl text-xl leading-relaxed font-light sm:text-2xl lg:text-3xl"
|
||||
/>
|
||||
<h2 className="text-muted-foreground mx-auto max-w-4xl text-xl leading-relaxed font-light sm:text-2xl lg:text-3xl">
|
||||
Simple, fast, and free meme video editor
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user