import '../chunks/page-ssr_ChKiSmuh.mjs'; import { c as createComponent, m as maybeRenderHead, r as renderComponent, a as renderTemplate, b as addAttribute } from '../chunks/astro/server_DJC9Xx9K.mjs'; import 'kleur/colors'; import i18next, { changeLanguage } from 'i18next'; import { c as $$Trans, t, S as SERVICES, T as TESTIMONIALS, $ as $$BaseLayout, a as $$Header, b as $$Footer } from '../chunks/Footer_BFBz0LQo.mjs'; /* empty css */ import 'clsx'; import { $ as $$CTA } from '../chunks/CTA_CIVpts3M.mjs'; export { renderers } from '../renderers.mjs'; const $$Hero = createComponent(($$result, $$props, $$slots) => { console.log("Hero component locale:", i18next.language); return renderTemplate`${maybeRenderHead()}

${renderComponent($$result, "Trans", $$Trans, { "i18nKey": "hero.title", "data-astro-cid-bbe6dxrz": true }, { "default": ($$result2) => renderTemplate` Professional IT Services for Your Business ` })}

${renderComponent($$result, "Trans", $$Trans, { "i18nKey": "hero.subtitle", "data-astro-cid-bbe6dxrz": true }, { "default": ($$result2) => renderTemplate` Empowering freelancers and small businesses with reliable Microsoft 365 support, networking solutions, web hosting, and custom IT projects. ` })}

${renderComponent($$result, "Trans", $$Trans, { "i18nKey": "hero.trusted", "data-astro-cid-bbe6dxrz": true }, { "default": ($$result2) => renderTemplate` Trusted by businesses across Italy ` })}

IT Services Illustration
`; }, "/Users/richard/Website Development/tiber365/src/components/Hero.astro", void 0); const $$Services = createComponent(($$result, $$props, $$slots) => { return renderTemplate`${maybeRenderHead()}

${t("services.title")}

${t("services.subtitle")}

${SERVICES.map((service, index) => renderTemplate`
${service.icon}

${t(service.titleKey)}

${t(service.descriptionKey)}

    ${service.features.map((feature) => renderTemplate`
  • ${t(feature)}
  • `)}
Learn more
`)}
`; }, "/Users/richard/Website Development/tiber365/src/components/Services.astro", void 0); const $$Testimonials = createComponent(($$result, $$props, $$slots) => { return renderTemplate`${maybeRenderHead()}

${t("testimonials.title")}

${t("testimonials.subtitle")}

${TESTIMONIALS.map((testimonial, index) => renderTemplate`
${Array.from({ length: testimonial.rating }, (_, i) => renderTemplate` `)}
"${t(testimonial.contentKey)}"
${t(testimonial.nameKey)}
${t(testimonial.companyKey)}
`)}
5+
${t("about.experience")}
100+
${t("about.clients")}
200+
${t("about.projects")}
`; }, "/Users/richard/Website Development/tiber365/src/components/Testimonials.astro", void 0); const $$Index = createComponent(($$result, $$props, $$slots) => { changeLanguage("en"); const pageTitle = t("meta.title"); const pageDescription = t("meta.description"); const pageKeywords = t("meta.keywords"); return renderTemplate`${renderComponent($$result, "BaseLayout", $$BaseLayout, { "title": pageTitle, "description": pageDescription, "keywords": pageKeywords }, { "default": ($$result2) => renderTemplate` ${renderComponent($$result2, "Header", $$Header, {})} ${maybeRenderHead()}
${renderComponent($$result2, "Hero", $$Hero, {})} ${renderComponent($$result2, "Services", $$Services, {})} ${renderComponent($$result2, "Testimonials", $$Testimonials, {})} ${renderComponent($$result2, "CTA", $$CTA, {})}
${renderComponent($$result2, "Footer", $$Footer, {})} ` })}`; }, "/Users/richard/Website Development/tiber365/src/pages/index.astro", void 0); const $$file = "/Users/richard/Website Development/tiber365/src/pages/index.astro"; const $$url = ""; const _page = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({ __proto__: null, default: $$Index, file: $$file, url: $$url }, Symbol.toStringTag, { value: 'Module' })); const page = () => _page; export { page };