// Footer.jsx — minimal three-column dark footer + mobile sticky CTA function Footer() { return ( ); } function MobileCTA() { return ( Request Estimate ); } window.Footer = Footer; window.MobileCTA = MobileCTA;