Mouse-Responsive Parallax Background Component
Loading preview...
import ParallaxBackground from "@/components/ui/mouse-responsive-background"; const DemoOne = () => { return <ParallaxBackground />; }; export { DemoOne };