Here is smooth component of inifiity brands
import { Component } from "@/components/ui/infinity-brand"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <Component /> </div> ); }; export { DemoOne };
Part of UI Layouts — browse the full library on 21st.dev.