Components
Component implements a parallax scrolling effect on a webpage. It features a background image that zooms out and blurs as the user scrolls down, creating a sense of depth.
Loading preview...
import ParallaxPage from "@/components/ui/parallax-scrolling-effect";
const DemoOne = () => {
return <ParallaxPage />;
};
export { DemoOne };