import logo from '../assets/images/exo-logo.png' import { contacts, navLinks } from '../data/content' import { ButtonLink, buttonClass, headerSize } from './Button' import { PhoneIcon } from './Icons' import { Container } from './Layout' /** * The original ended up with the blurred background painted unconditionally — * the last stylesheet override drops the scroll-dependent variant — so there is * no scroll state to track here. * * Below 760px the bar carries the brand mark and the call button only. The two * action pills used to be `shrink-0` and 288px wide inside a 343px container, * which left the logo — the one element that has to stay legible on a * credibility-led B2B page — 37px at iPhone width and 0px at 320px, with the * CTA itself running past the right edge. The CTA moves to `MobileActionBar`, * which has room for it and puts it in the thumb zone. */ export function SiteHeader() { return (
ЭКЗО Групп — российские технологии реабилитации
Звонок {/* `max-md`, not the `narrow` variant: `narrow` is max-width 760 and the bar is min-width 760, so at exactly 760px both would hide and the page would have no CTA at all. `max-md` is the exact complement of `md`. */} Получить предложение
) }