Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. export default [
  2. {
  3. name: 'Restaurant du Palais Royal',
  4. image: require('../../assets/museums.png'),
  5. type: 'French Food',
  6. address: '110 galerie de Valois - 75001 Paris',
  7. Opened: 'Tuesday to Saturday\nLunch from Noon to 2:30PM\nDinner from 7PM to 10:30PM',
  8. description: 'Gallic gastronomy, a nimble inventiveness, resplendent grandeur and a tangible passion; these are some of the marks of excellence that define this restaurant, along with six Michelin stars.',
  9. starter: '19€',
  10. main: '32€',
  11. dessert: '17€',
  12. price: '€€'
  13. },
  14. {
  15. name: 'Hello Hello Burger',
  16. image: require('../../assets/concept.png'),
  17. type: 'French Food',
  18. address: '110 galerie de Valois - 75001 Paris',
  19. Opened: 'Tuesday to Saturday\nLunch from Noon to 2:30PM\nDinner from 7PM to 10:30PM',
  20. description: 'Gallic gastronomy, a nimble inventiveness, resplendent grandeur and a tangible passion; these are some of the marks of excellence that define this restaurant, along with six Michelin stars.',
  21. starter: '19€',
  22. main: '32€',
  23. dessert: '17€',
  24. price: '€€€'
  25. },
  26. {
  27. name: 'Restaurant du Palais Royal',
  28. image: require('../../assets/museums.png'),
  29. type: 'French Food',
  30. address: '110 galerie de Valois - 75001 Paris',
  31. Opened: 'Tuesday to Saturday\nLunch from Noon to 2:30PM\nDinner from 7PM to 10:30PM',
  32. description: 'Gallic gastronomy, a nimble inventiveness, resplendent grandeur and a tangible passion; these are some of the marks of excellence that define this restaurant, along with six Michelin stars.',
  33. starter: '19€',
  34. main: '32€',
  35. dessert: '17€',
  36. price: '€€'
  37. },
  38. {
  39. name: 'Hello Hello Burger',
  40. image: require('../../assets/concept.png'),
  41. type: 'French Food',
  42. address: '110 galerie de Valois - 75001 Paris',
  43. Opened: 'Tuesday to Saturday\nLunch from Noon to 2:30PM\nDinner from 7PM to 10:30PM',
  44. description: 'Gallic gastronomy, a nimble inventiveness, resplendent grandeur and a tangible passion; these are some of the marks of excellence that define this restaurant, along with six Michelin stars.',
  45. starter: '19€',
  46. main: '32€',
  47. dessert: '17€',
  48. price: '€€€'
  49. },
  50. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement