social section problem fixed

This commit is contained in:
Md Jahid Hasan Pintu 2025-10-01 22:57:28 +06:00
parent 00ee2d11ce
commit 26b8b28a10

View file

@ -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 (