From 00ee2d11ce56cf33b98cc17548164d1ccec21a5a Mon Sep 17 00:00:00 2001 From: JahidHasanPintu Date: Mon, 29 Sep 2025 13:44:20 +0600 Subject: [PATCH] problem fixed --- src/components/SocialSection.tsx | 16 ++++++++-------- src/components/TestimonialSection.tsx | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/SocialSection.tsx b/src/components/SocialSection.tsx index 82df988..8afa48f 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", + // }, + // }, }; return ( diff --git a/src/components/TestimonialSection.tsx b/src/components/TestimonialSection.tsx index 577b4ff..ef7b4c2 100644 --- a/src/components/TestimonialSection.tsx +++ b/src/components/TestimonialSection.tsx @@ -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",