A reusable component for animating carousel
npx shadcn@latest add https://21st.dev/r/avanishverma4/animated-carousel
Loading preview...
import Component from "@/components/ui/animated-carousel"; export default function OrbitCarousel() { return <Component />; }