/* Маркар landing — sticky header.
NOTE: this file is also swept into _ds_bundle.js by the DS compiler, so it
must be side-effect-safe: it only assigns window.* and never reads
possibly-undefined deps (MkIcons / DS namespace) at IIFE-eval time. */
(function () {
const WA = 'https://cdn.simpleicons.org/whatsapp/ffffff';
const TG = 'https://cdn.simpleicons.org/telegram/ffffff';
const NAV = [
['#quiz', 'Подбор авто'],
['#models', 'Модели'],
['#lead', 'Заявка'],
];
function Logo() {
const React = window.React;
return (
);
}
window.Logo = Logo;
function Header() {
const React = window.React;
const { Button } = window.DesignSystem_019df8;
const { Phone, MessageCircle, Send } = window.MkIcons;
return (
);
}
window.Header = Header;
})();