Components
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.
Loading preview...
import HeaderBlock from "@/components/ui/centered-nav-header";
export default function Default() {
return <HeaderBlock />;
}