import { _ as __nuxt_component_0$1 } from './server.mjs'; import { mergeProps, unref, withCtx, createTextVNode, useSSRContext } from 'vue'; import { ssrRenderAttrs, ssrRenderComponent } from 'vue/server-renderer'; import { MapPin, Clock } from 'lucide-vue-next'; import { u as useHead } from './composables-CK-Mp9jS.mjs'; import '../nitro/nitro.mjs'; import 'node:http'; import 'node:https'; import 'node:events'; import 'node:buffer'; import 'node:fs'; import 'node:path'; import 'node:crypto'; import 'node:url'; import '../routes/renderer.mjs'; import 'vue-bundle-renderer/runtime'; import 'unhead/server'; import 'devalue'; import 'unhead/utils'; import 'pinia'; import 'vue-router'; const _sfc_main = { __name: "index", __ssrInlineRender: true, setup(__props) { useHead({ title: "Trainingszeiten - Harheimer TC" }); return (_ctx, _push, _parent, _attrs) => { const _component_NuxtLink = __nuxt_component_0$1; _push(`

Trainingszeiten

`); _push(ssrRenderComponent(unref(MapPin), { size: 32, class: "text-primary-600 flex-shrink-0" }, null, _parent)); _push(`

Trainingsort

Sporthalle der Grundschule Harheim

In den Schafgärten 25

60437 Frankfurt/Main

`); _push(ssrRenderComponent(unref(MapPin), { size: 16, class: "mr-2" }, null, _parent)); _push(` Anfahrtsplan anzeigen

Trainingszeiten

Damen und Herren

Dienstag: 19:30 - 22:30 Uhr

Donnerstag: 19:30 - 22:30 Uhr

`); _push(ssrRenderComponent(unref(Clock), { size: 32, class: "text-primary-600" }, null, _parent)); _push(`

Schüler/Jugend

Ab 6 Jahre

Dienstag: 17:30 - 19:30 Uhr

`); _push(ssrRenderComponent(unref(Clock), { size: 32, class: "text-primary-600" }, null, _parent)); _push(`

Interessiert?

Komm einfach zum Schnuppertraining vorbei oder kontaktiere uns für weitere Informationen!

`); _push(ssrRenderComponent(_component_NuxtLink, { to: "/training/anfaenger", class: "inline-flex items-center px-6 py-3 bg-primary-600 hover:bg-primary-700 text-white font-semibold rounded-lg transition-colors" }, { default: withCtx((_, _push2, _parent2, _scopeId) => { if (_push2) { _push2(` Infos für Anfänger `); } else { return [ createTextVNode(" Infos für Anfänger ") ]; } }), _: 1 }, _parent)); _push(ssrRenderComponent(_component_NuxtLink, { to: "/kontakt", class: "inline-flex items-center px-6 py-3 bg-white hover:bg-gray-50 text-primary-600 border-2 border-primary-600 font-semibold rounded-lg transition-colors" }, { default: withCtx((_, _push2, _parent2, _scopeId) => { if (_push2) { _push2(` Kontakt `); } else { return [ createTextVNode(" Kontakt ") ]; } }), _: 1 }, _parent)); _push(`
`); }; } }; const _sfc_setup = _sfc_main.setup; _sfc_main.setup = (props, ctx) => { const ssrContext = useSSRContext(); (ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("pages/training/index.vue"); return _sfc_setup ? _sfc_setup(props, ctx) : void 0; }; export { _sfc_main as default }; //# sourceMappingURL=index-Dnh6tx7H.mjs.map