Components
npx shadcn@latest add https://21st.dev/r/minhxthanh/mouse-responsive-backgroundLoading preview...
import ParallaxBackground from "@/components/ui/mouse-responsive-background";
const DemoOne = () => {
return <ParallaxBackground />;
};
export { DemoOne };