- include ../../pug/base.pug
- include ../../pug/bem.pug
- section(v-if="document" class="hero-section bg-gradient")
- div(class="max-w-7xl mx-auto px-4 py-24 text-center text-white")
- h1(v-if="document.translations[_.appState.currentLanguage]" class="text-5xl font-bold mb-6") {{ document.translations[_.appState.currentLanguage].title || document.translations.en.title }}
- p(v-if="document.translations[_.appState.currentLanguage]" class="text-xl opacity-90") {{ document.translations[_.appState.currentLanguage].subtitle || document.translations.en.subtitle }}
|