From 26b8b28a10bff156fb5a63d0ccc865d777cf539d Mon Sep 17 00:00:00 2001 From: Md Jahid Hasan Pintu Date: Wed, 1 Oct 2025 22:57:28 +0600 Subject: [PATCH] social section problem fixed --- src/components/SocialSection.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/SocialSection.tsx b/src/components/SocialSection.tsx index 8afa48f..d465ad2 100644 --- a/src/components/SocialSection.tsx +++ b/src/components/SocialSection.tsx @@ -15,14 +15,14 @@ const SocialSection: React.FC = () => { opacity: 0, y: 60, }, - // visible: { - // opacity: 1, - // y: 0, - // transition: { - // duration: 0.8, - // ease: "easeOut", - // }, - // }, + visible: { + opacity: 1, + y: 0, + transition: { + duration: 0.8, + ease: "easeOut" as const, + }, + }, }; return (