Here is R3F Blob
import Home from '@/components/ui/r3f-blob'; export default function DemoPage() { return ( <div className="relative w-full h-screen"> <Home /> </div> ); }
Part of UI Layouts — browse the full library on 21st.dev.