[
  {
    "id": "770e8400-e29b-41d4-a716-446655440002",
    "name": "Historic London Walking Tour",
    "description": "Explore 2000 years of London history on this comprehensive walking tour through the heart of the city.",
    "category": "Walking Tour",
    "imageName": "historic_tour",
    "isPremium": false,
    "duration": "3 hours",
    "difficulty": "Easy",
    "distance": "3.5 miles",
    "waypoints": [
      {
        "name": "Westminster Abbey",
        "description": "Starting point - Gothic abbey church and UNESCO World Heritage Site",
        "latitude": 51.4994,
        "longitude": -0.1273,
        "orderIndex": 1
      },
      {
        "name": "Big Ben & Houses of Parliament",
        "description": "Iconic clock tower and the seat of British government",
        "latitude": 51.5007,
        "longitude": -0.1246,
        "orderIndex": 2
      },
      {
        "name": "Downing Street",
        "description": "Official residence of the Prime Minister",
        "latitude": 51.5034,
        "longitude": -0.1276,
        "orderIndex": 3
      },
      {
        "name": "Trafalgar Square",
        "description": "Public square commemorating the Battle of Trafalgar",
        "latitude": 51.5080,
        "longitude": -0.1281,
        "orderIndex": 4
      },
      {
        "name": "Buckingham Palace",
        "description": "Official London residence of the British monarch",
        "latitude": 51.5014,
        "longitude": -0.1419,
        "orderIndex": 5
      }
    ],
    "price": "Free (tips appreciated)",
    "availability": "Daily at 10:00 AM and 2:00 PM",
    "highlights": [
      "Westminster Abbey",
      "Big Ben & Houses of Parliament",
      "Trafalgar Square",
      "Buckingham Palace",
      "St. James's Park"
    ],
    "tips": [
      "Wear comfortable walking shoes",
      "Bring water and snacks",
      "Allow extra time for photos",
      "Check changing of the guard times at Buckingham Palace",
      "Weather can change quickly - bring a light jacket"
    ],
    "bestSeasons": ["Spring", "Summer", "Autumn"]
  },
  {
    "id": "770e8400-e29b-41d4-a716-446655440003",
    "name": "Thames Riverside Walk",
    "description": "Scenic walk along the Thames, from Tower Bridge to Westminster, taking in London's most iconic riverside landmarks.",
    "category": "Walking Tour",
    "imageName": "thames_walk",
    "isPremium": true,
    "duration": "2.5 hours",
    "difficulty": "Easy",
    "distance": "4 miles",
    "waypoints": [
      {
        "name": "Tower Bridge",
        "description": "Starting point - Victorian masterpiece spanning the Thames",
        "latitude": 51.5055,
        "longitude": -0.0754,
        "orderIndex": 1
      },
      {
        "name": "HMS Belfast",
        "description": "Historic warship museum moored on the Thames",
        "latitude": 51.5065,
        "longitude": -0.0814,
        "orderIndex": 2
      },
      {
        "name": "The Shard",
        "description": "London's tallest building with observation deck",
        "latitude": 51.5045,
        "longitude": -0.0865,
        "orderIndex": 3
      },
      {
        "name": "Shakespeare's Globe",
        "description": "Reconstruction of Shakespeare's original theatre",
        "latitude": 51.5081,
        "longitude": -0.0972,
        "orderIndex": 4
      },
      {
        "name": "Tate Modern",
        "description": "Contemporary art museum in converted power station",
        "latitude": 51.5076,
        "longitude": -0.0994,
        "orderIndex": 5
      },
      {
        "name": "London Eye",
        "description": "Giant observation wheel on the South Bank",
        "latitude": 51.5033,
        "longitude": -0.1195,
        "orderIndex": 6
      }
    ],
    "price": "£15 per person",
    "availability": "Daily at 11:00 AM, 1:00 PM, and 3:00 PM",
    "highlights": [
      "Tower Bridge views",
      "Borough Market food stop",
      "Shakespeare's Globe",
      "Tate Modern",
      "South Bank cultural district",
      "London Eye"
    ],
    "tips": [
      "The South Bank has many food stalls - perfect for lunch",
      "Book ahead for Shakespeare's Globe tours",
      "Great photo opportunities at sunset",
      "Consider starting from Westminster and walking east for different views",
      "Many free attractions along the route"
    ],
    "bestSeasons": ["Spring", "Summer", "Autumn"]
  },
  {
    "id": "770e8400-e29b-41d4-a716-446655440004",
    "name": "Royal Parks Cycling Tour",
    "description": "Leisurely bike ride through London's beautiful Royal Parks, perfect for families and nature lovers.",
    "category": "Cycling Tour",
    "imageName": "parks_cycling",
    "isPremium": false,
    "duration": "4 hours",
    "difficulty": "Easy",
    "distance": "8 miles",
    "waypoints": [
      {
        "name": "Hyde Park",
        "description": "Starting point - One of London's largest royal parks",
        "latitude": 51.5074,
        "longitude": -0.1657,
        "orderIndex": 1
      },
      {
        "name": "Kensington Gardens",
        "description": "Royal park home to Kensington Palace",
        "latitude": 51.5046,
        "longitude": -0.1778,
        "orderIndex": 2
      },
      {
        "name": "Green Park",
        "description": "Peaceful park connecting Buckingham Palace to Piccadilly",
        "latitude": 51.5053,
        "longitude": -0.1424,
        "orderIndex": 3
      },
      {
        "name": "St James's Park",
        "description": "Oldest royal park with lake and pelicans",
        "latitude": 51.5027,
        "longitude": -0.1339,
        "orderIndex": 4
      }
    ],
    "price": "£25 per person (bike included)",
    "availability": "Daily at 9:00 AM and 2:00 PM",
    "highlights": [
      "Serpentine Lake",
      "Kensington Palace",
      "Diana Memorial",
      "Buckingham Palace views",
      "St James's Park lake and wildlife"
    ],
    "tips": [
      "Suitable for all fitness levels",
      "Child seats and tandem bikes available",
      "Bring a camera for wildlife photography",
      "Pack a picnic to enjoy in the parks",
      "Helmets provided and recommended"
    ],
    "bestSeasons": ["Spring", "Summer", "Autumn"]
  }
]
