import "../components/HeroBanner.vue.mjs"; import __nuxt_component_0 from "../node_modules/nuxt/dist/app/components/nuxt-link.mjs"; import { defineComponent, withCtx, createVNode, toDisplayString, createTextVNode } 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: "index", __ssrInlineRender: true, setup(__props) { const { t } = useI18n(); const features = [ { icon: "fas fa-shield-alt", titleKey: "home.features.security.title", descriptionKey: "home.features.security.description" }, { icon: "fas fa-bolt", titleKey: "home.features.performance.title", descriptionKey: "home.features.performance.description" }, { icon: "fas fa-dollar-sign", titleKey: "home.features.cost.title", descriptionKey: "home.features.cost.description" } ]; const services = [ { icon: "fas fa-check-circle", titleKey: "home.services.official.title", descriptionKey: "home.services.official.description" }, { icon: "fas fa-percentage", titleKey: "home.services.price.title", descriptionKey: "home.services.price.description" }, { icon: "fas fa-headset", titleKey: "home.services.support.title", descriptionKey: "home.services.support.description" }, { icon: "fas fa-graduation-cap", titleKey: "home.services.training.title", descriptionKey: "home.services.training.description" } ]; const products = [ { icon: "fas fa-server", titleKey: "home.products.ec2.title", descriptionKey: "home.products.ec2.description" }, { icon: "fas fa-database", titleKey: "home.products.s3.title", descriptionKey: "home.products.s3.description" }, { icon: "fas fa-network-wired", titleKey: "home.products.rds.title", descriptionKey: "home.products.rds.description" } ]; const cases = [ { titleKey: "home.cases.fintech.title", descriptionKey: "home.cases.fintech.description" }, { titleKey: "home.cases.ecommerce.title", descriptionKey: "home.cases.ecommerce.description" } ]; return (_ctx, _push, _parent, _attrs) => { const _component_HeroBanner = _sfc_main$1; const _component_NuxtLink = __nuxt_component_0; _push(`
${ssrInterpolate(_ctx.$t("home.features.subtitle"))}
${ssrInterpolate(_ctx.$t("home.features.description"))}
${ssrInterpolate(_ctx.$t(feature.descriptionKey))}
${ssrInterpolate(_ctx.$t("home.services.subtitle"))}
${ssrInterpolate(_ctx.$t(service.descriptionKey))}
${ssrInterpolate(_ctx.$t("home.products.subtitle"))}
${ssrInterpolate(_ctx.$t(product.descriptionKey))}
`); _push(ssrRenderComponent(_component_NuxtLink, { to: "/products", class: "inline-flex items-center text-secondary hover:text-secondary/90" }, { default: withCtx((_, _push2, _parent2, _scopeId) => { if (_push2) { _push2(`${ssrInterpolate(_ctx.$t("home.products.detail"))} `); } else { return [ createTextVNode(toDisplayString(_ctx.$t("home.products.detail")) + " ", 1), createVNode("i", { class: "fas fa-arrow-right ml-2" }) ]; } }), _: 2 }, _parent)); _push(`${ssrInterpolate(_ctx.$t("home.cases.subtitle"))}
${ssrInterpolate(_ctx.$t(case_item.descriptionKey))}
`); _push(ssrRenderComponent(_component_NuxtLink, { to: "/cases", class: "inline-block text-secondary hover:text-secondary/90" }, { default: withCtx((_, _push2, _parent2, _scopeId) => { if (_push2) { _push2(`${ssrInterpolate(_ctx.$t("home.cases.readMore"))}`); } else { return [ createTextVNode(toDisplayString(_ctx.$t("home.cases.readMore")), 1) ]; } }), _: 2 }, _parent)); _push(`