/* Hudson Pay marketing site — router + mount. */ const { Nav, Hero, TrustPartners, Solutions, Infrastructure, Security, WhyHudson, GlobalReach, Contact, Footer } = window.HPParts; const { GetStarted, SignIn, Privacy } = window.HPPages; function Landing({ onPage }) { const scrollTo = (id) => { const el = document.getElementById(id); if (el) el.scrollIntoView({ behavior: "smooth", block: "start" }); }; return (