HeroSection.pug 574 B

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