/* global React, BSPNav, BSPHero, BSPTrust, BSPFooter, ServicesSection, AboutSection, WhyUsSection, ReviewsSection, BlogSection, ContactSection */ /* ========================================================= BSpoke — Single-page composer. Renders the entire site as one long scroll. Top nav uses anchor links (#home / #services / #about / #why-us / #reviews / #blog / #contact) and highlights whichever section is in view. ========================================================= */ function SinglePageSite() { return (
{/* #home — atmospheric hero. The hero
renders its own id="top"; we wrap it so the scroll anchor "home" lands here. */}
{/* Trust strip immediately follows the hero — light reinforcement before we get into the meatier sections. */} {/* Each Section component already wraps its content in a top-level with the right anchor id. */}
); } window.SinglePageSite = SinglePageSite;