Components
npx shadcn@latest add https://21st.dev/r/easemize/animated-blur-blob-backgroundLoading preview...
import { AnimatedBackground } from "@/components/ui/animated-blur-blob-background";
const DemoOne = () => {
return (
<AnimatedBackground />
);
};
export { DemoOne };