feat: scroll animation, Oswald font, navbar slot hover, image updates, build fix
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Home() {
|
||||
}
|
||||
}, [])
|
||||
|
||||
const transition = { duration: 1.8, ease: [0.76, 0, 0.24, 1] }
|
||||
const transition = { duration: 1.8, ease: [0.76, 0, 0.24, 1] as const }
|
||||
|
||||
return (
|
||||
<main className="relative h-screen w-full bg-white overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user