Soft gradient Background Animation
import { BgradientAnim } from "@/components/ui/soft-gradient-background-animation"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <BgradientAnim /> </div> ); }; export { DemoOne };