// Header — sticky topbar with announce bar + main nav
function Announce() {
return (
Free shipping on orders over $99
·
Take 15% off your first order with code RESTWELL
·
Money-back guarantee
);
}
function SiteHeader({ cartCount, onCartOpen }) {
return (
<>
>
);
}
function Crumbs() {
return (
);
}
Object.assign(window, { SiteHeader, Crumbs });