refactor header to sticky with scroll-based background blur

This commit is contained in:
2025-12-05 13:47:42 +01:00
parent cbeb1cb153
commit fad1ed7895
5 changed files with 48 additions and 17 deletions

View File

@@ -7,14 +7,16 @@ import { HomePrinciples } from '@/components/HomePrinciples'
import { HomeMilestones } from '@/components/HomeMilestones'
import { HomeVentures } from '@/components/HomeVentures'
import { Quote } from '@/components/Quote'
import { Header_darkbg } from '@/components/Header_darkbg'
import { HomeStickyHeader } from '@/components/HomeStickyHeader'
export default function Home() {
return (
<>
<Header_darkbg />
<main>
<Hero />
<HomeStickyHeader />
<section className="relative min-h-screen">
<Hero className="-mt-20" />
</section>
<HomeAbout />
<HomePrinciples />
<HomeMilestones />