From 1d78cd12471cd82f0adfc6aa1ed03e4b5ba4dea6 Mon Sep 17 00:00:00 2001 From: ayrisdev Date: Tue, 16 Jun 2026 20:01:02 +0300 Subject: [PATCH] fix: Framer Motion ease type error --- components/home/services.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/home/services.tsx b/components/home/services.tsx index 06c2473..a93c1cc 100644 --- a/components/home/services.tsx +++ b/components/home/services.tsx @@ -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 = [