A reusable and responsive component for Parallax scrolling
Loading preview...
import Component from "@/components/ui/parallax-scroll"; export default function DemoOne() { return <Component />; }