[
  {
    "id": "azure-cliff-villa",
    "name": "Azure Cliff Villa",
    "city": "Santorini",
    "country": "Greece",
    "lat": 36.4618,
    "lng": 25.3753,
    "description": "A whitewashed cliffside villa with an infinity pool overlooking the caldera. Sunsets included, crowds optional.",
    "pricePerNight": 420,
    "rating": 4.9,
    "reviews": 318,
    "beds": 3,
    "baths": 2,
    "guests": 6,
    "amenities": [
      "Infinity pool",
      "Sea view",
      "Wi-Fi",
      "Air conditioning",
      "Self check-in",
      "Kitchen"
    ],
    "image": "https://images.unsplash.com/photo-1570213489059-0aac6626cade?w=1200&q=80"
  },
  {
    "id": "kyoto-machiya-loft",
    "name": "Kyoto Machiya Loft",
    "city": "Kyoto",
    "country": "Japan",
    "lat": 35.0116,
    "lng": 135.7681,
    "description": "A restored wooden townhouse steps from the Philosopher's Path. Tatami calm with quietly modern comforts.",
    "pricePerNight": 265,
    "rating": 4.8,
    "reviews": 204,
    "beds": 2,
    "baths": 1,
    "guests": 4,
    "amenities": [
      "Garden",
      "Wi-Fi",
      "Heated floors",
      "Tea station",
      "Self check-in"
    ],
    "image": "https://images.unsplash.com/photo-1493809842364-78817add7ffb?w=1200&q=80"
  },
  {
    "id": "patagonia-glass-cabin",
    "name": "Patagonia Glass Cabin",
    "city": "Torres del Paine",
    "country": "Chile",
    "lat": -50.9423,
    "lng": -73.4068,
    "description": "A solar-powered glass cabin at the edge of the national park. Watch guanacos at breakfast and stars at night.",
    "pricePerNight": 310,
    "rating": 4.95,
    "reviews": 142,
    "beds": 1,
    "baths": 1,
    "guests": 2,
    "amenities": [
      "Mountain view",
      "Wood stove",
      "Breakfast",
      "Off-grid solar",
      "Stargazing deck"
    ],
    "image": "https://images.unsplash.com/photo-1449158743715-0a90ebb6d2d8?w=1200&q=80"
  },
  {
    "id": "lisbon-tile-apartment",
    "name": "Lisbon Azulejo Apartment",
    "city": "Lisbon",
    "country": "Portugal",
    "lat": 38.7139,
    "lng": -9.1394,
    "description": "A bright Alfama apartment wrapped in hand-painted tiles, with a balcony over the tram line and the Tagus beyond.",
    "pricePerNight": 180,
    "rating": 4.7,
    "reviews": 489,
    "beds": 2,
    "baths": 1,
    "guests": 4,
    "amenities": [
      "Balcony",
      "Wi-Fi",
      "Washer",
      "River view",
      "Coffee machine"
    ],
    "image": "https://images.unsplash.com/photo-1555881400-74d7acaacd8b?w=1200&q=80"
  }
]