Files
Home-Care/hss-home-service/website/.nuxt/dist/server/_nuxt/CtaSection-ClDHCKqS.js
comclib c02029a5f3 feat: 初始化居家上门服务系统完整项目代码
- Spring Boot 后端服务 (hss-home-service)
- delivery-miniapp 配送小程序
- website 官网 (Nuxt)
- docs 架构设计文档
- Docker 容器化部署配置

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-19 09:04:49 +08:00

51 lines
2.3 KiB
JavaScript

import { a as _export_sfc, _ as __nuxt_component_0 } from "../server.mjs";
import { mergeProps, withCtx, createTextVNode, useSSRContext } from "vue";
import { ssrRenderAttrs, ssrRenderComponent } from "vue/server-renderer";
const _sfc_main = {};
function _sfc_ssrRender(_ctx, _push, _parent, _attrs) {
const _component_NuxtLink = __nuxt_component_0;
_push(`<section${ssrRenderAttrs(mergeProps({ class: "py-20 bg-gradient-to-r from-primary-700 to-primary-900 text-white" }, _attrs))}><div class="section-container text-center"><h2 class="text-3xl md:text-4xl font-bold mb-4">准备好提升居家服务管理效率了吗?</h2><p class="text-lg text-blue-100 mb-8 max-w-xl mx-auto">立即预约演示,了解平台如何帮助您的机构实现服务可监管、过程可追溯、质量可评价、费用可结算。</p><div class="flex flex-col sm:flex-row gap-4 justify-center">`);
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/contact",
class: "px-8 py-4 bg-cta text-white rounded-xl text-lg font-semibold hover:bg-cta-700 transition-colors shadow-lg shadow-cta/25"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` 预约演示 `);
} else {
return [
createTextVNode(" 预约演示 ")
];
}
}),
_: 1
}, _parent));
_push(ssrRenderComponent(_component_NuxtLink, {
to: "/resources",
class: "px-8 py-4 bg-white/15 backdrop-blur text-white rounded-xl text-lg font-semibold hover:bg-white/25 transition-colors border border-white/20"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` 获取方案 `);
} else {
return [
createTextVNode(" 获取方案 ")
];
}
}),
_: 1
}, _parent));
_push(`</div></div></section>`);
}
const _sfc_setup = _sfc_main.setup;
_sfc_main.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/CtaSection.vue");
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
};
const __nuxt_component_2 = /* @__PURE__ */ _export_sfc(_sfc_main, [["ssrRender", _sfc_ssrRender]]);
export {
__nuxt_component_2 as _
};
//# sourceMappingURL=CtaSection-ClDHCKqS.js.map