feat: scroll animation, Oswald font, navbar slot hover, image updates, build fix

This commit is contained in:
2026-04-13 00:55:31 +03:00
parent e71f19605a
commit 7391c797f4

View File

@@ -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 ( return (
<main className="relative h-screen w-full bg-white overflow-hidden"> <main className="relative h-screen w-full bg-white overflow-hidden">