import "../components/HeroBanner.vue.mjs"; import __nuxt_component_0 from "../node_modules/nuxt/dist/app/components/nuxt-link.mjs"; import { defineComponent, withCtx, createTextVNode, createVNode, toDisplayString } from "vue"; import { ssrRenderAttrs, ssrRenderComponent, ssrInterpolate, ssrRenderList, ssrRenderClass } from "vue/server-renderer"; import { useI18n } from "vue-i18n"; import _sfc_main$1 from "../components/HeroBanner.vue2.mjs"; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "products", __ssrInlineRender: true, setup(__props) { const { t } = useI18n(); const productCategories = [ { icon: "fas fa-server", nameKey: "products.categories.compute.name", descriptionKey: "products.categories.compute.description" }, { icon: "fas fa-database", nameKey: "products.categories.storage.name", descriptionKey: "products.categories.storage.description" }, { icon: "fas fa-sitemap", nameKey: "products.categories.network.name", descriptionKey: "products.categories.network.description" }, { icon: "fas fa-shield-alt", nameKey: "products.categories.security.name", descriptionKey: "products.categories.security.description" }, { icon: "fas fa-chart-line", nameKey: "products.categories.monitoring.name", descriptionKey: "products.categories.monitoring.description" }, { icon: "fas fa-robot", nameKey: "products.categories.ai.name", descriptionKey: "products.categories.ai.description" } ]; const products = [ { icon: "fas fa-server", nameKey: "products.productList.ec2.name", descriptionKey: "products.productList.ec2.description", features: [ "products.productList.ec2.features[0]", "products.productList.ec2.features[1]", "products.productList.ec2.features[2]", "products.productList.ec2.features[3]" ], pricing: t("products.productList.ec2.pricing") }, { icon: "fas fa-database", nameKey: "products.productList.s3.name", descriptionKey: "products.productList.s3.description", features: [ "products.productList.s3.features[0]", "products.productList.s3.features[1]", "products.productList.s3.features[2]", "products.productList.s3.features[3]" ], pricing: t("products.productList.s3.pricing") }, { icon: "fas fa-table", nameKey: "products.productList.rds.name", descriptionKey: "products.productList.rds.description", features: [ "products.productList.rds.features[0]", "products.productList.rds.features[1]", "products.productList.rds.features[2]", "products.productList.rds.features[3]" ], pricing: t("products.productList.rds.pricing") } ]; const advantages = [ { icon: "fas fa-tachometer-alt", titleKey: "products.advantages.deployment.title", descriptionKey: "products.advantages.deployment.description" }, { icon: "fas fa-hand-holding-usd", titleKey: "products.advantages.cost.title", descriptionKey: "products.advantages.cost.description" }, { icon: "fas fa-lock", titleKey: "products.advantages.security.title", descriptionKey: "products.advantages.security.description" }, { icon: "fas fa-headset", titleKey: "products.advantages.support.title", descriptionKey: "products.advantages.support.description" } ]; return (_ctx, _push, _parent, _attrs) => { const _component_HeroBanner = _sfc_main$1; const _component_NuxtLink = __nuxt_component_0; _push(``); _push(ssrRenderComponent(_component_HeroBanner, { title: _ctx.$t("products.hero.title"), subtitle: _ctx.$t("products.hero.subtitle") }, null, _parent)); _push(`

${ssrInterpolate(_ctx.$t("products.categories.title"))}

${ssrInterpolate(_ctx.$t("products.categories.subtitle"))}

`); ssrRenderList(productCategories, (category, index) => { _push(`

${ssrInterpolate(_ctx.$t(category.nameKey))}

${ssrInterpolate(_ctx.$t(category.descriptionKey))}

${ssrInterpolate(_ctx.$t("products.categories.viewProducts"))}
`); }); _push(`

${ssrInterpolate(_ctx.$t("products.productList.title"))}

${ssrInterpolate(_ctx.$t("products.productList.subtitle"))}

`); ssrRenderList(products, (product, index) => { _push(`

${ssrInterpolate(_ctx.$t(product.nameKey))}

${ssrInterpolate(_ctx.$t(product.descriptionKey))}

${ssrInterpolate(_ctx.$t("products.productList.advantages"))}

    `); ssrRenderList(product.features, (feature, idx) => { _push(`
  • ${ssrInterpolate(_ctx.$t(feature))}
  • `); }); _push(`
${ssrInterpolate(_ctx.$t("products.productList.inquiry"))}${ssrInterpolate(_ctx.$t("products.productList.pricing"))}: ${ssrInterpolate(product.pricing)}
`); }); _push(`

${ssrInterpolate(_ctx.$t("products.advantages.title"))}

${ssrInterpolate(_ctx.$t("products.advantages.subtitle"))}

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

${ssrInterpolate(_ctx.$t(advantage.titleKey))}

${ssrInterpolate(_ctx.$t(advantage.descriptionKey))}

`); }); _push(`

${ssrInterpolate(_ctx.$t("products.contact.title"))}

${ssrInterpolate(_ctx.$t("products.contact.subtitle"))}

`); _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(`${ssrInterpolate(_ctx.$t("products.contact.button"))} `); } else { return [ createTextVNode(toDisplayString(_ctx.$t("products.contact.button")) + " ", 1), createVNode("i", { class: "fas fa-arrow-right ml-2" }) ]; } }), _: 1 }, _parent)); _push(`
`); }; } }); export { _sfc_main as default }; //# sourceMappingURL=products.vue2.mjs.map