fix: restore static hero animation background on home

This commit is contained in:
Ruslan Bakiev
2026-03-12 16:54:22 +07:00
parent 1a6287d13e
commit b5a292093b
2 changed files with 26 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<!-- Fixed Header Container -->
<div class="header-glass fixed inset-x-0 top-0 z-50 border-0" :style="headerContainerStyle">
<!-- Static hero background for home page -->
<HeroBackground v-if="isHomePage" />
<HeroBackground v-if="isHomePage" :height="heroBaseHeight" />
<div class="header-glass-backdrop" aria-hidden="true" />
<!-- MainNavigation -->