Components
Loading preview...
Give some movements to those boring logos of your clients or users and bring that landing page to life. No framer motion used.
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/spinning-logosimport { SpinningLogos } from "@/components/ui/spinning-logos";
const SpinningLogosDemo = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<SpinningLogos />
</div>
);
};
export { SpinningLogosDemo };