feat(hero): add animated Supply Chain background on home page
All checks were successful
Build Docker Image / build (push) Successful in 3m54s
All checks were successful
Build Docker Image / build (push) Successful in 3m54s
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
<div class="min-h-screen flex flex-col bg-base-300">
|
||||
<!-- Fixed Header Container -->
|
||||
<div class="fixed top-0 left-0 right-0 z-40" :style="headerContainerStyle">
|
||||
<!-- Dark gradient background for home page -->
|
||||
<template v-if="isHomePage">
|
||||
<div class="absolute inset-0 bg-gradient-to-b from-slate-900 via-slate-800 to-slate-900" />
|
||||
<div class="absolute inset-0 bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-primary/20 via-transparent to-transparent" />
|
||||
</template>
|
||||
<!-- Animated background for home page -->
|
||||
<HeroBackground v-if="isHomePage" :collapse-progress="collapseProgress" />
|
||||
|
||||
<!-- MainNavigation - dynamic height on home page -->
|
||||
<MainNavigation
|
||||
|
||||
Reference in New Issue
Block a user