problem fixed
This commit is contained in:
parent
241e939360
commit
00ee2d11ce
2 changed files with 9 additions and 9 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue