function Nav({ hideCta = false }) { // `/` instead of `index.html` so anchor links work consistently: // on dipoli.io/ they're treated as same-page hash changes (smooth // scroll fires), and from /contact.html they cross-navigate to root // and the browser jumps to the section on load. Using `index.html` // was breaking the index-page case — browser saw it as a different // URL than `/` and did a full navigation on the first click. return ( ); }