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