[
  {
    "name": "Rome, Italy",
    "price": 5420,
    "duration": 10,
    "description": "Explore ancient ruins and Italian cuisine on a 10-day trip. Includes guided tours of the Colosseum and Vatican City.",
    "image_url": "rome.png",
    "rating": 4.8,
    "type": "city",
    "id": "1031"
  },
  {
    "name": "London, UK",
    "price": 4200,
    "duration": 12,
    "description": "12-day adventure covering Big Ben, Tower of London, and day trips to Stonehenge.",
    "image_url": "london.png",
    "rating": 4.6,
    "type": "city",
    "id": "a06e"
  },
  {
    "name": "Full Europe",
    "price": 15000,
    "duration": 28,
    "description": "28-day grand tour: Paris, Berlin, Rome, Barcelona, and Amsterdam. Includes rail passes and guided tours.",
    "image_url": "europe.png",
    "rating": 4.9,
    "type": "package",
    "id": "0ac1"
  },
  {
    "name": "Paris, France",
    "price": 6300,
    "duration": 7,
    "description": "7-day romantic getaway with Eiffel Tower visits, Louvre tours, and Seine River cruises.",
    "image_url": "paris.png",
    "rating": 4.7,
    "type": "city",
    "id": "b289"
  },
  {
    "name": "Berlin, Germany",
    "price": 3800,
    "duration": 14,
    "description": "14-day immersion in history and culture, including WWII sites, modern art, and vibrant nightlife.",
    "image_url": "berlin.png",
    "rating": 4.5,
    "type": "city",
    "id": "d632"
  }
]