From 7391c797f4f08948fcf60584dba0d44619a59858 Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Mon, 13 Apr 2026 00:55:31 +0300 Subject: [PATCH] feat: scroll animation, Oswald font, navbar slot hover, image updates, build fix --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index d6b4d90..cbd301d 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -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 (