This commit is contained in:
Mackie 2026-05-25 02:01:41 +08:00
parent 836d6546c4
commit d61eb0e3ce

View file

@ -277,7 +277,7 @@ export default function HeroPage({ richText, links }: HeroPageProps) {
<div style={{ position: 'relative', minHeight: '100vh' }}> <div style={{ position: 'relative', minHeight: '100vh' }}>
{/* Canvas background — fixed behind everything */} {/* Canvas background — fixed behind everything */}
<div style={{ position: 'fixed', inset: 0, zIndex: 0 }}> <div style={{ position: 'fixed', inset: 0, zIndex: -1 }}>
<Background isDark={isDark} /> <Background isDark={isDark} />
</div> </div>