A responsive three-column site header with the logo pinned left, navigation links centered, and a sign-in link plus primary CTA on the right, collapsing into a mobile sheet menu.
import HeaderBlock from "@/components/ui/centered-nav-header"; export default function Default() { return <HeaderBlock />; }