[
    {
        "tour_name": "Saona Island Group Tour",
        "type": "Group",
        "currency": "USD",
        "price_adult": 75,
        "price_child": 38,
        "child_age": "3-12 years",
        "children_under_3": "Free",
        "private_option": false,
        "note": "Shared catamaran or speedboat with other guests",
        "booking_url": "https:\/\/islasaonard.com\/booking\/"
    },
    {
        "tour_name": "Saona Island Private Tour",
        "type": "Private",
        "currency": "USD",
        "price_adult": 160,
        "price_child": 90,
        "child_age": "3-12 years",
        "children_under_3": "Free",
        "private_option": true,
        "min_persons": 2,
        "note": "Exclusive private speedboat for your group only",
        "booking_url": "https:\/\/islasaonard.com\/booking\/"
    },
    {
        "tour_name": "Private Charter (Full Boat)",
        "type": "Charter",
        "currency": "USD",
        "price_per_boat": 2500,
        "capacity": "Up to 20 persons",
        "private_option": true,
        "note": "Rent the entire boat for your group - best for large parties",
        "booking_url": "https:\/\/islasaonard.com\/booking\/"
    }
]