Files
float-www/src/pages/assests/data/about.js
T
2023-03-20 18:20:58 +01:00

62 lines
2.6 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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'
}
}
]