[
  {
    "id": "bread-bakery",
    "name": "Bread & Bakery",
    "category": "Bakery",
    "deliveryEstimate": "25m",
    "rating": 4.9,
    "imagePath": "assets/img/restaurants/breadbakery.png",
    "about": "A Bread & Brakery restaurant , best in the town",
    "hours": "Open for all 24h"
  },
  {
    "id": "burger-house",
    "name": "Burger House",
    "category": "Hamburgers",
    "deliveryEstimate": "100m",
    "rating": 3.5,
    "imagePath": "assets/img/restaurants/burgerhouse.png",
    "about": "best tested food.",
    "hours": "open for all 22h"
  },
  {
    "id": "coffee-corner",
    "name": "Coffee Corner",
    "category": "Coffee Shop",
    "deliveryEstimate": "30-40m",
    "rating": 4.8,
    "imagePath": "assets/img/restaurants/coffeecorner.png",
    "about": "A Coffe Corner for the taste-seekers",
    "hours": "For all time treat 22h"
  },
  {
    "id": "green-food",
    "name": "Green Food",
    "category": "Saudável",
    "deliveryEstimate": "75m",
    "rating": 4.1,
    "imagePath": "assets/img/restaurants/greenfood.png",
    "about": "The best green items around the corner ;)",
    "hours": "At best and max 15h"
  },
  {
    "id": "ice-cream",
    "name": "Ice Cream",
    "category": "Ice Creams",
    "deliveryEstimate": "40-65m",
    "rating": 4.5,
    "imagePath": "assets/img/restaurants/icy.png",
    "about": "A Ice Cream corner for chill lovers.",
    "hours": "Less than 1h"
  },
  {
    "id": "tasty-treats",
    "name": "Tasty Treats",
    "category": "Doces",
    "deliveryEstimate": "20m",
    "rating": 4.4,
    "imagePath": "assets/img/restaurants/tasty.png",
    "about": "A tasty dream for the real food lovers",
    "hours": "soon and fast 23h"
  }
]