Components
Loading preview...
Here is Background Snippets Noise effect component
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/background-snippets-noise-effect11import Component from "@/components/ui/background-snippets-noise-effect11";
export default function DemoOne() {
return <Component />;
}