An interactive hero section that reveals a trail of images following the cursor as the mouse moves across the container.
import ImageMouseTrail3 from '@/components/ui/image-mousetrail-without-component'; export default function ImageMouseTrailDemo() { return ( <div className='w-full p-4'> <ImageMouseTrail3 /> </div> ); }