Update
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import CountUp from '@/components/reactbits/CountUp/CountUp';
|
||||
import ShinyText from '@/components/reactbits/ShinyText/ShinyText';
|
||||
|
||||
const Hero = () => {
|
||||
return (
|
||||
<section className="from-muted/50 relative bg-gradient-to-b to-transparent dark:from-neutral-900 dark:to-transparent">
|
||||
@@ -17,19 +20,40 @@ const Hero = () => {
|
||||
<span className="text-foreground">GEN</span>
|
||||
</h1>
|
||||
|
||||
<h2 className="text-muted-foreground mx-auto max-w-4xl text-xl leading-relaxed font-light sm:text-2xl lg:text-3xl">
|
||||
Create viral memes in seconds for free!
|
||||
<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>
|
||||
</div>
|
||||
|
||||
{/* Stats */}
|
||||
<div className="flex flex-wrap justify-center gap-8 sm:gap-12">
|
||||
<div className="text-center">
|
||||
<div className="text-foreground text-3xl font-bold sm:text-4xl">200+</div>
|
||||
<CountUp
|
||||
from={0}
|
||||
to={200}
|
||||
separator=","
|
||||
direction="up"
|
||||
duration={1}
|
||||
className="text-foreground text-3xl font-bold sm:text-4xl"
|
||||
postFix="+"
|
||||
/>{' '}
|
||||
<div className="text-muted-foreground text-sm">Meme Templates</div>
|
||||
</div>
|
||||
<div className="text-center">
|
||||
<div className="text-foreground text-3xl font-bold sm:text-4xl">200+</div>
|
||||
<CountUp
|
||||
from={0}
|
||||
to={200}
|
||||
separator=","
|
||||
direction="up"
|
||||
duration={1}
|
||||
className="text-foreground text-3xl font-bold sm:text-4xl"
|
||||
postFix="+"
|
||||
/>
|
||||
<div className="text-muted-foreground text-sm">Backgrounds</div>
|
||||
</div>
|
||||
<div className="text-center">
|
||||
|
||||
Reference in New Issue
Block a user