add more providers

This commit is contained in:
Sara Vieira
2018-12-04 08:54:14 +01:00
parent 687b293d17
commit f9b2f64b26
5 changed files with 55 additions and 2 deletions

View File

@@ -12,6 +12,19 @@ module.exports = [
place_id: 'ChIJvQz5TjvKvJURh47oiC6Bs6A'
}
},
{
name: 'Marbella',
company: 'cabify',
info: {
formatted_address: 'Marbella, Málaga, Spain',
country: {
long_name: 'Spain',
short_name: 'ES',
types: ['country', 'political']
},
place_id: 'ChIJ36tNkAnYcg0Rq-y1B7mdbA4'
}
},
{
name: 'Mendoza',
company: 'cabify',

15
data/single/moove.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = [
{
name: 'Copenhagen',
company: 'moove',
info: {
formatted_address: 'Copenhagen, Denmark',
country: {
long_name: 'Denmark',
short_name: 'DK',
types: ['country', 'political']
},
place_id: 'ChIJIz2AXDxTUkYRuGeU5t1-3QQ'
}
}
]

15
data/single/urban-go.js Normal file
View File

@@ -0,0 +1,15 @@
module.exports = [
{
name: 'Copenhagen',
company: 'urban go',
info: {
formatted_address: 'Copenhagen, Denmark',
country: {
long_name: 'Denmark',
short_name: 'DK',
types: ['country', 'political']
},
place_id: 'ChIJIz2AXDxTUkYRuGeU5t1-3QQ'
}
}
]

View File

@@ -6,7 +6,7 @@ export const Title = styled.h1`
font-size: 80px;
text-align: center;
max-width: 90%;
margin: auto;
margin: 0 auto;
`
export const Subtitle = styled.h2`

View File

@@ -81,12 +81,22 @@ const storeLinks = {
'https://itunes.apple.com/br/app/99-t%C3%A1xi-e-carro-particular/id553663691?mt=8',
android: 'https://play.google.com/store/apps/details?id=com.taxis99'
},
moove: {
ios: 'https://itunes.apple.com/dk/app/moove/id1180956418?mt=8',
android: 'https://play.google.com/store/apps/details?id=com.moovetaxi.app'
},
'urban go': {
android:
'https://play.google.com/store/apps/details?id=com.multibrains.taxi.passenger.urbango',
ios: 'https://itunes.apple.com/app/id1260953622'
},
careem: {
ios: 'https://itunes.apple.com/app/careem/id592978487?mt=8',
android: 'https://play.google.com/store/apps/details?id=com.careem.acma'
},
heetch: {
ios: 'https://itunes.apple.com/fr/app/heetch-enjoy-your-night-out/id693137280?mt=8',
ios:
'https://itunes.apple.com/fr/app/heetch-enjoy-your-night-out/id693137280?mt=8',
android: 'https://play.google.com/store/apps/details?id=com.heetch&hl=fr'
},
'yandex taxi': {