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