import "../components/HeroBanner.vue.mjs"; import __nuxt_component_0 from "../node_modules/nuxt/dist/app/components/nuxt-link.mjs"; import { defineComponent, withCtx, createTextVNode, createVNode } from "vue"; import { ssrRenderAttrs, ssrRenderComponent, ssrRenderList, ssrInterpolate, ssrRenderClass } from "vue/server-renderer"; import _sfc_main$1 from "../components/HeroBanner.vue2.mjs"; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "about", __ssrInlineRender: true, setup(__props) { const achievements = [ "AWS高级合作伙伴认证", "100+成功案例", "50+AWS认证工程师" ]; const advantages = [ { icon: "fas fa-award", title: "专业认证", description: "AWS官方认证的高级合作伙伴,拥有多项专业认证" }, { icon: "fas fa-users", title: "专业团队", description: "50+位AWS认证工程师,平均5年以上云服务经验" }, { icon: "fas fa-tools", title: "技术实力", description: "掌握AWS全线产品,具备丰富的实施和运维经验" }, { icon: "fas fa-headset", title: "服务保障", description: "7x24小时技术支持,确保客户业务稳定运行" } ]; const cultures = [ { icon: "fas fa-bullseye", title: "企业使命", description: "助力企业数字化转型,提供专业可靠的云计算服务" }, { icon: "fas fa-eye", title: "企业愿景", description: "成为中国最值得信赖的云服务解决方案提供商" }, { icon: "fas fa-heart", title: "核心价值观", description: "专业、创新、诚信、共赢" } ]; const historyItems = [ { year: "2023年", description: "成为AWS高级合作伙伴,服务客户数量突破500家" }, { year: "2021年", description: "获得AWS标准合作伙伴认证,团队规模扩大到50人" }, { year: "2018年", description: "公司成立,开始提供AWS云服务解决方案" } ]; return (_ctx, _push, _parent, _attrs) => { const _component_HeroBanner = _sfc_main$1; const _component_NuxtLink = __nuxt_component_0; _push(``); _push(ssrRenderComponent(_component_HeroBanner, { title: "关于我们", subtitle: "专业的AWS云服务解决方案提供商,助力企业数字化转型" }, null, _parent)); _push(`

公司简介

云服务专家成立于2018年,是AWS授权的云服务解决方案提供商。我们致力于为企业提供专业的云计算咨询、迁移、运维和优化服务。

作为AWS高级合作伙伴,我们拥有丰富的云服务实施经验和专业的技术团队,已成功帮助数百家企业完成云上转型。

    `); ssrRenderList(achievements, (achievement, index) => { _push(`
  • ${ssrInterpolate(achievement)}
  • `); }); _push(`

我们的优势

专业技术团队,丰富项目经验

`); ssrRenderList(advantages, (advantage, index) => { _push(`

${ssrInterpolate(advantage.title)}

${ssrInterpolate(advantage.description)}

`); }); _push(`

企业文化

以客户为中心,追求卓越服务

`); ssrRenderList(cultures, (culture, index) => { _push(`

${ssrInterpolate(culture.title)}

${ssrInterpolate(culture.description)}

`); }); _push(`

发展历程

见证我们的成长与进步

`); ssrRenderList(historyItems, (history, index) => { _push(`

${ssrInterpolate(history.year)}

${ssrInterpolate(history.description)}

`); }); _push(`

想了解更多关于我们?

欢迎联系我们,了解更多公司信息和服务详情

`); _push(ssrRenderComponent(_component_NuxtLink, { to: "/contact", class: "inline-flex items-center bg-white text-black px-8 py-4 rounded-lg hover:bg-gray-100 transition-colors duration-300 text-lg font-semibold" }, { default: withCtx((_, _push2, _parent2, _scopeId) => { if (_push2) { _push2(` 联系我们 `); } else { return [ createTextVNode(" 联系我们 "), createVNode("i", { class: "fas fa-arrow-right ml-2" }) ]; } }), _: 1 }, _parent)); _push(`
`); }; } }); export { _sfc_main as default }; //# sourceMappingURL=about.vue2.mjs.map