/* Nav.jsx — sticky glass navigation, 52px to match in-product toolbar. */ const BrandMark = () => ( ); function Nav() { return (
Ordentus
Sign in Get on the waitlist
); } window.Nav = Nav; window.BrandMark = BrandMark;