import logo from '../assets/images/exo-logo.png' import { contacts, navLinks } from '../data/content' import { useScrolled } from '../hooks/useScrollState' import { cx } from '../lib/cx' import { ButtonLink, buttonClass, headerSize } from './Button' import { PhoneIcon } from './Icons' import { Container } from './Layout' /** * Transparent over the hero; gains the blurred bar once the page scrolls. * * Below 980px it carries a logo and a call button and nothing else. The nav is * not shown at that width and the proposal button has moved to , * so there is nothing left up here to compete with the page. */ export function SiteHeader() { const scrolled = useScrolled() return (
Экзо Групп — российские технологии реабилитации
svg]:phone:size-[18px]', headerSize)} > Звонок {/* `max-lg:hidden`, not `hidden lg:inline-flex`: `inline-flex` from the button base is emitted after `hidden` in the utility layer and would win at every width. */} Получить предложение
) }