Add smart member list with manual+login merge and duplicate detection
This commit is contained in:
85
.output/server/chunks/build/anfaenger-Cj28UOue.mjs
Normal file
85
.output/server/chunks/build/anfaenger-Cj28UOue.mjs
Normal file
@@ -0,0 +1,85 @@
|
||||
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 { Check } 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: "anfaenger",
|
||||
__ssrInlineRender: true,
|
||||
setup(__props) {
|
||||
useHead({
|
||||
title: "Für Anfänger - 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"> Tischtennis für Anfänger </h1><div class="w-24 h-1 bg-primary-600 mb-8"></div><div class="prose prose-lg max-w-none"><p class="text-xl text-gray-600 mb-8"> Du möchtest mit Tischtennis anfangen? Perfekt! Bei uns bist du richtig. </p><div class="bg-white p-8 rounded-xl shadow-lg not-prose mb-8"><h3 class="text-2xl font-display font-bold text-gray-900 mb-4"> Was du wissen solltest </h3><ul class="space-y-3"><li class="flex items-start">`);
|
||||
_push(ssrRenderComponent(unref(Check), {
|
||||
size: 24,
|
||||
class: "text-primary-600 mr-3 flex-shrink-0 mt-0.5"
|
||||
}, null, _parent));
|
||||
_push(`<span class="text-gray-700">Keine Vorkenntnisse nötig</span></li><li class="flex items-start">`);
|
||||
_push(ssrRenderComponent(unref(Check), {
|
||||
size: 24,
|
||||
class: "text-primary-600 mr-3 flex-shrink-0 mt-0.5"
|
||||
}, null, _parent));
|
||||
_push(`<span class="text-gray-700">Schläger und Material werden gestellt</span></li><li class="flex items-start">`);
|
||||
_push(ssrRenderComponent(unref(Check), {
|
||||
size: 24,
|
||||
class: "text-primary-600 mr-3 flex-shrink-0 mt-0.5"
|
||||
}, null, _parent));
|
||||
_push(`<span class="text-gray-700">Sportkleidung und Hallenschuhe mitbringen</span></li><li class="flex items-start">`);
|
||||
_push(ssrRenderComponent(unref(Check), {
|
||||
size: 24,
|
||||
class: "text-primary-600 mr-3 flex-shrink-0 mt-0.5"
|
||||
}, null, _parent));
|
||||
_push(`<span class="text-gray-700">3x kostenlos Probetraining</span></li><li class="flex items-start">`);
|
||||
_push(ssrRenderComponent(unref(Check), {
|
||||
size: 24,
|
||||
class: "text-primary-600 mr-3 flex-shrink-0 mt-0.5"
|
||||
}, null, _parent));
|
||||
_push(`<span class="text-gray-700">Einstieg jederzeit möglich</span></li></ul></div><div class="bg-primary-50 p-8 rounded-xl border border-primary-100 not-prose"><h3 class="text-2xl font-display font-bold text-gray-900 mb-4"> Anfängergruppen </h3><div class="space-y-4 mb-6"><div><h4 class="font-semibold text-gray-900 mb-1">Schüler/Jugend (ab 6 Jahre)</h4><p class="text-gray-600">Dienstag, 17:30 - 19:30 Uhr</p></div><div><h4 class="font-semibold text-gray-900 mb-1">Damen und Herren</h4><p class="text-gray-600">Dienstag & Donnerstag, 19:30 - 22:30 Uhr</p></div></div>`);
|
||||
_push(ssrRenderComponent(_component_NuxtLink, {
|
||||
to: "/kontakt",
|
||||
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(` Zum Probetraining anmelden `);
|
||||
} else {
|
||||
return [
|
||||
createTextVNode(" Zum Probetraining anmelden ")
|
||||
];
|
||||
}
|
||||
}),
|
||||
_: 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/anfaenger.vue");
|
||||
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
||||
};
|
||||
|
||||
export { _sfc_main as default };
|
||||
//# sourceMappingURL=anfaenger-Cj28UOue.mjs.map
|
||||
Reference in New Issue
Block a user