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