--- import BaseLayout from '../../layouts/BaseLayout.astro'; import { Icon } from 'astro-icon/components'; import { getCopy, hrefFor, langStaticPaths, resolveLang } from '../../i18n'; export function getStaticPaths() { return langStaticPaths(); } const locale = resolveLang(Astro.params.lang); const L = getCopy(locale); ---

{L.home.heroTitle}

{L.home.heroSubtitle}

{L.home.advantagesTitle}

{L.home.bentoAlt}

{L.home.authorityTitle}

{L.home.authorityBody}

{L.home.aiTitle}

{L.home.aiBody}

{L.home.personalTitle}

{L.home.personalBody}

{L.home.communityTitle}

{L.home.communityBody}

{L.home.conceptsTitle}

{L.home.hskTitle}

{L.home.hskBody}

{L.home.skillsTitle}

{L.home.skillsBody}

{L.home.boostTitle}

{L.home.boostBody}