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,
|
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 (
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue