import React from "react"; export function Marquee({ children, ...props }) { return (
These are the logos of some but not all of our users.
{children}
); }