96 lines
5.1 KiB
JavaScript
96 lines
5.1 KiB
JavaScript
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(`<div${ssrRenderAttrs(mergeProps({ class: "min-h-full py-16 bg-gray-50" }, _attrs))}><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><h1 class="text-4xl sm:text-5xl font-display font-bold text-gray-900 mb-6"> Trainingszeiten </h1><div class="w-24 h-1 bg-primary-600 mb-8"></div><div class="bg-white rounded-xl shadow-lg p-8 mb-12"><div class="flex items-start space-x-4 mb-6">`);
|
|
_push(ssrRenderComponent(unref(MapPin), {
|
|
size: 32,
|
|
class: "text-primary-600 flex-shrink-0"
|
|
}, null, _parent));
|
|
_push(`<div><h2 class="text-2xl font-display font-bold text-gray-900 mb-4">Trainingsort</h2><h3 class="text-lg font-semibold text-gray-900 mb-2"> Sporthalle der Grundschule Harheim </h3><p class="text-gray-700 mb-1">In den Schafgärten 25</p><p class="text-gray-700 mb-4">60437 Frankfurt/Main</p><a href="https://www.google.com/maps/search/?api=1&query=In+den+Schafgärten+25+60437+Frankfurt" target="_blank" class="inline-flex items-center px-4 py-2 bg-primary-600 hover:bg-primary-700 text-white font-medium rounded-lg transition-colors text-sm">`);
|
|
_push(ssrRenderComponent(unref(MapPin), {
|
|
size: 16,
|
|
class: "mr-2"
|
|
}, null, _parent));
|
|
_push(` Anfahrtsplan anzeigen </a></div></div></div><h2 class="text-2xl font-display font-bold text-gray-900 mb-6"> Trainingszeiten </h2><div class="grid gap-6 mb-12"><div class="bg-white p-6 rounded-xl shadow-lg border-l-4 border-primary-600"><div class="flex items-start justify-between"><div><h3 class="text-xl font-display font-bold text-gray-900 mb-2">Damen und Herren</h3><div class="space-y-2"><p class="text-lg font-semibold text-primary-600"> Dienstag: 19:30 - 22:30 Uhr </p><p class="text-lg font-semibold text-primary-600"> Donnerstag: 19:30 - 22:30 Uhr </p></div></div>`);
|
|
_push(ssrRenderComponent(unref(Clock), {
|
|
size: 32,
|
|
class: "text-primary-600"
|
|
}, null, _parent));
|
|
_push(`</div></div><div class="bg-white p-6 rounded-xl shadow-lg border-l-4 border-primary-600"><div class="flex items-start justify-between"><div><h3 class="text-xl font-display font-bold text-gray-900 mb-2">Schüler/Jugend</h3><p class="text-gray-600 mb-2">Ab 6 Jahre</p><p class="text-lg font-semibold text-primary-600"> Dienstag: 17:30 - 19:30 Uhr </p></div>`);
|
|
_push(ssrRenderComponent(unref(Clock), {
|
|
size: 32,
|
|
class: "text-primary-600"
|
|
}, null, _parent));
|
|
_push(`</div></div></div><div class="mt-12 bg-primary-50 p-8 rounded-xl border border-primary-100"><h3 class="text-2xl font-display font-bold text-gray-900 mb-4"> Interessiert? </h3><p class="text-gray-600 mb-6"> Komm einfach zum Schnuppertraining vorbei oder kontaktiere uns für weitere Informationen! </p><div class="flex flex-wrap gap-4">`);
|
|
_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(`</div></div></div></div>`);
|
|
};
|
|
}
|
|
};
|
|
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
|