feat: add hide-on-scroll header and redesign hero with video background
This commit is contained in:
@@ -5,6 +5,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<>
|
||||
<HeaderLight />
|
||||
{children}
|
||||
<main className="flex-auto">{children}</main>
|
||||
<Footer />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user