|
|
|
|
@@ -121,22 +121,28 @@ export default function LandingPage() {
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Chisom Okafor", role: "CEO", company: "Tech Innovation Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Chisom Okafor"
|
|
|
|
|
id: "1", name: "Chisom Okafor", role: "CEO", company: "Tech Innovation Ltd", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Chisom Okafor"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Amara Johnson", role: "Entrepreneur", company: "Fashion Collective", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322942.jpg", imageAlt: "Amara Johnson"
|
|
|
|
|
id: "2", name: "Amara Johnson", role: "Entrepreneur", company: "Fashion Collective", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322942.jpg", imageAlt: "Amara Johnson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Adebayo Adeleke", role: "Investment Manager", company: "Apex Capital", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1641.jpg", imageAlt: "Adebayo Adeleke"
|
|
|
|
|
id: "3", name: "Adebayo Adeleke", role: "Investment Manager", company: "Apex Capital", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1641.jpg", imageAlt: "Adebayo Adeleke"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Tunde Oluwaseun", role: "Business Executive", company: "Global Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Tunde Oluwaseun"
|
|
|
|
|
id: "4", name: "Tunde Oluwaseun", role: "Business Executive", company: "Global Ventures", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Tunde Oluwaseun"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Ngozi Emeka", role: "Consultant", company: "Strategic Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg", imageAlt: "Ngozi Emeka"
|
|
|
|
|
id: "5", name: "Ngozi Emeka", role: "Consultant", company: "Strategic Solutions", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg", imageAlt: "Ngozi Emeka"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Ibrahim Hassan", role: "Director", company: "Premium Lifestyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740316.jpg", imageAlt: "Ibrahim Hassan"
|
|
|
|
|
id: "6", name: "Ibrahim Hassan", role: "Director", company: "Premium Lifestyle", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-using-sign-language-outdoors-work_23-2148740316.jpg", imageAlt: "Ibrahim Hassan"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
|