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 FA.ST

Make meme videos right in your browser

No additional software required! Just press the Download button when you're done.

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