About Page Content Modification

This commit is contained in:
Chukwumdiebube
2023-03-20 18:20:58 +01:00
parent 1048b7001e
commit 76447fd025
6 changed files with 167 additions and 348 deletions
+62
View File
@@ -0,0 +1,62 @@
export const Testimonial = [
{
name: 'Stew Langille',
title: 'Founder & CEO',
desc: 'Stew is our San Fran based entrepreneur and dad who has a busy lifestyle juggling his many responsibilities. Stew knows the importance of having multiple transport options available at the touch of a button, a dream thats now turning into a reality.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Olu Ameye',
title: 'CTO',
desc: 'Living in the outskirts of Atlanta, Olu is the resident driver of the team and works on reducing his carbon emissions by carpooling. Olu provides the perspective of fellow car owners that he weaves into Floats technical infrastructure.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Cornel Vaideanu',
title: 'Development',
desc: 'Residing high above the rest of us in his apartment in Cluj-Napoca, Romania, Cornels constant transport battle is with parking. But being the savvy problem solver that he is, Cornel loves to ditch his car and check out the alternative more accessible transport options to get around Clujs urban sprawl.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Anatoli Okhotnikov',
title: 'Development',
desc: 'Living in the fairy-tale like town of Ivano-Frankivsk, Ukraine, Tolik brings the unique perspective of smaller urban living to the table. With the tempting Chornohora mountain range on his back doorstep, Tolik clocks up the miles jumping in his car and escaping to the mountains all year round.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Maxie Jensen',
title: 'Design & Brand',
desc: 'Living smack bang in the middle of Berlin, Maxie knows the hustle and bustle of the big city and cannot wait for Float to be launched in Germany to help navigate her way around the concrete jungle.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
},
{
name: 'Chelse Smith',
title: 'Project Management',
desc: 'Chelsea has just moved into a new house in central Auckland, NZ so she can be closer to EVERYTHING; restaurants, bars and public transport. She loves exploring the many transit options that come with the new territory.',
image: 'assets/images/team-8.jpg',
link: {
href: '#',
domain: 'matthewanderson'
}
}
]