import CountUp from '@/components/reactbits/CountUp/CountUp'; import { usePage } from '@inertiajs/react'; const Hero = () => { const { stats } = usePage().props; return (
{/* Badge */}
Instant meme videos • No signup required
{/* Main heading */}
MEMEFA.ST LOGO

MEME FAST

Fast and simple meme video editor

{/* Stats */}
{' '}
Memes
Backgrounds
720p
Export
); }; export default Hero;