fix: restore static hero animation background on home
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user