import __nuxt_component_0 from "../node_modules/nuxt/dist/app/components/nuxt-link.mjs"; import { defineComponent, ref, withCtx, createVNode, toDisplayString, createTextVNode } from "vue"; import { ssrRenderClass, ssrRenderComponent, ssrInterpolate, ssrRenderList } from "vue/server-renderer"; import { useRoute } from "vue-router"; import { useI18n } from "vue-i18n"; import "./LanguageSwitcher.vue.mjs"; import _sfc_main$1 from "./LanguageSwitcher.vue2.mjs"; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "NavBar", __ssrInlineRender: true, setup(__props) { useRoute(); const { t } = useI18n(); const mobileMenuOpen = ref(false); const scrolled = ref(false); const navItems = [ { i18nKey: "nav.home", path: "/" }, { i18nKey: "nav.products", path: "/products" }, { i18nKey: "nav.solutions", path: "/solutions" }, { i18nKey: "nav.cases", path: "/cases" }, { i18nKey: "nav.about", path: "/about" }, { i18nKey: "nav.contact", path: "/contact" } ]; return (_ctx, _push, _parent, _attrs) => { const _component_NuxtLink = __nuxt_component_0; _push(`
`); }; } }); export { _sfc_main as default }; //# sourceMappingURL=NavBar.vue2.mjs.map