An image carousel with spring-animated sliding, prev/next arrows, and a progress dot indicator built with Motion.
import FramerCarousel from '@/components/ui/framer-normal-carousel'; export default function FramerNormalCarouselDemo() { return ( <div className='mx-auto w-full max-w-3xl'> <FramerCarousel /> </div> ); }