function Marquee() { return (
{ const el = document.getElementById('portfolio'); if (el) window.scrollTo({ top: el.offsetTop, behavior: 'smooth' }); }} > {/* Label */} Scroll {/* Arrow */} {/* Vertical line */} {/* Chevron */}
); } Object.assign(window, { Marquee });