fix: Framer Motion ease type error

This commit is contained in:
2026-06-16 20:01:02 +03:00
parent d512a4fdcf
commit 1d78cd1247
+1 -1
View File
@@ -19,7 +19,7 @@ export function Services() {
const item = {
hidden: { opacity: 0, y: 20 },
show: { opacity: 1, y: 0, transition: { duration: 0.5, ease: "easeOut" } }
show: { opacity: 1, y: 0, transition: { duration: 0.5, ease: "easeOut" as const } }
};
const services = [