problem fixed

This commit is contained in:
JahidHasanPintu 2025-09-29 13:44:20 +06:00
parent 241e939360
commit 00ee2d11ce
2 changed files with 9 additions and 9 deletions

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",
// },
// },
};
return (

View file

@ -18,7 +18,7 @@ interface Testimonial {
const testimonials: Testimonial[] = [
{
id: "1",
name: "Mahmud Hasan ",
name: "Mahmud Hasan - ",
role: "Marketer",
company: "Freelancer",
image: "/assets/images/testimonial/mahmudulhasan.webp",