HN
Hoàng Nguyễn
Default Component - Copy this React, Tailwind Component to your project
<motion.div initial={{ opacity: 0, x: 20 }} animate={{ opacity: 1, x: 0 }} transition={{ duration: 0.5, delay: 0.2 }} > <img src="/hero-image.jpg" alt="Hero Image" className="rounded-lg shadow-md" /> </motion.div>
Prompt
