Svg Blob Animation background
import { SvgBlobAnimation } from "@/components/ui/svg-blob-animation"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <SvgBlobAnimation /> </div> ); }; export { DemoOne };