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