footer
This commit is contained in:
parent
836d6546c4
commit
d61eb0e3ce
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ export default function HeroPage({ richText, links }: HeroPageProps) {
|
|||
<div style={{ position: 'relative', minHeight: '100vh' }}>
|
||||
|
||||
{/* Canvas background — fixed behind everything */}
|
||||
<div style={{ position: 'fixed', inset: 0, zIndex: 0 }}>
|
||||
<div style={{ position: 'fixed', inset: 0, zIndex: -1 }}>
|
||||
<Background isDark={isDark} />
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue