Here is Flowing Ribbons Effect component
npx shadcn@latest add https://21st.dev/r/uilayout.contact/flowing-ribbons-effect
Loading preview...
import FlowingRibbons from "@/components/ui/flowing-ribbons-effect"; export default function DemoOne() { return <FlowingRibbons/>; }