/* Footer.jsx — sits inside the contact section, hairline top */
function Footer() {
  return (
    <footer className="footer">
      This portfolio was built with help of <span className="footer-claude">Claude</span>
    </footer>
  );
}
window.Footer = Footer;
