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, opacity: 0,
y: 60, y: 60,
}, },
visible: { // visible: {
opacity: 1, // opacity: 1,
y: 0, // y: 0,
transition: { // transition: {
duration: 0.8, // duration: 0.8,
ease: "easeOut", // ease: "easeOut",
}, // },
}, // },
}; };
return ( return (

View file

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