{
    "site": {
        "name": "Serenity Seget",
        "url": "https://serenityseget.com",
        "description": "Two neighbouring private villas in Seget Vranjica, Croatia, positioned on a hillside with panoramic sea views. Each villa is independently owned and rented as a full private property."
    },
    "location": {
        "name": "Seget Vranjica",
        "region": "Dalmatia",
        "country": "Croatia",
        "character": "quiet coastal village suitable for peaceful vacation stays"
    },
    "languages": ["en", "hr", "de", "it", "pl"],
    "properties": [
        {
        "id": "serenity-one",
        "name": "Serenity One",
        "url": "https://serenityseget.com/villa/serenity-one",
        "address": "Put Rakijara 14a",
        "owner": {
            "name": "Geoff",
            "email": "hornbill.seget@gmail.com",
            "phone": "+41797434616",
            "whatsapp": "https://wa.me/+41797434616"
        },
        "capacity": {
            "guests": 8,
            "bedrooms": 3,
            "bathrooms": 4
        },
        "size_m2": 140,
        "features": [
            "private villa rental (entire property)",
            "private heated and cooled pool",
            "panoramic sea view",
            "rooftop terrace",
            "private parking (up to 3 cars)",
            "wifi",
            "air conditioning"
        ],
        "rules": {
            "check_in": "15:00",
            "check_out": "10:00",
            "pets": false,
            "baby_crib": true
        }
        },
        {
        "id": "serenity-two",
        "name": "Serenity Two",
        "url": "https://serenityseget.com/villa/serenity-two",
        "address": "Put Rakijara 14c",
        "owner": {
            "name": "Christian",
            "email": "christian@serenityseget.com",
            "phone": "+491749050117",
            "whatsapp": "https://wa.me/+491749050117"
        },
        "capacity": {
            "guests": 10,
            "bedrooms": 4,
            "bathrooms": 3
        },
        "size_m2": 180,
        "features": [
            "private villa rental (entire property)",
            "private heated and cooled pool",
            "hot tub",
            "panoramic sea view",
            "private parking",
            "wifi",
            "air conditioning"
        ],
        "rules": {
            "check_in": "15:00",
            "check_out": "10:00",
            "pets": false,
            "baby_crib": true
        }
        }
    ],
    "hosts": {
        "names": ["Zdenka Plejić", "Ivica Plejić"],
        "role": "local hosts",
        "responsibilities": [
        "guest check-in",
        "guest check-out",
        "villa preparation",
        "local assistance and recommendations"
        ]
    },
    "booking": {
        "method": "direct contact with owner",
        "entry_point": "Book Now button in website header",
        "channels": ["email", "phone", "whatsapp"],
        "pricing_note": "Prices vary by season. Contact the owner for exact pricing.",
        "stay_rules": {
        "high_season_min_stay": "7 nights",
        "low_season_min_stay": "flexible on request",
        "early_arrival": "possible on request if available"
        }
    },
    "pages": {
        "about": "https://serenityseget.com/about",
        "faq": "https://serenityseget.com/faqs",
        "discover": "https://serenityseget.com/discover"
    },
    "faqs": [
        {
            "question": "How do I book a villa?",
            "answer": "Use the Book Now button in the header. It opens contact details for each villa owner."
        },
        {
            "question": "Who do I contact for booking?",
            "answer": "Serenity One is managed by Geoff. Serenity Two is managed by Christian."
        },
        {
            "question": "Are the villas rented privately?",
            "answer": "Yes. Each villa is rented as a full private property with no shared areas."
        },
        {
            "question": "What is the minimum stay?",
            "answer": "Minimum stay is 7 nights in peak season. Shorter stays may be possible outside of season on request."
        },
        {
            "question": "Are pets allowed?",
            "answer": "No. Pets are not allowed in either villa."
        },
        {
            "question": "Is parking available?",
            "answer": "Yes. Both villas provide private parking."
        },
        {
            "question": "Is there a private pool?",
            "answer": "Yes. Both villas have private pools."
        },
        {
            "question": "Are local hosts available?",
            "answer": "Yes. Local hosts assist with check-in, check-out, and guest support during the stay."
        }
    ]
}