{
    "title": "Kwartaalrapport Q4 2025 — Omzet per regio",
    "headers": [
        "Regio",
        "Q3 2025",
        "Q4 2025",
        "Groei (%)"
    ],
    "rows": [
        {
            "Regio": "Noord-Europa",
            "Q3 2025": "€ 1.240.000",
            "Q4 2025": "€ 1.385.000",
            "Groei (%)": "+11,7%"
        },
        {
            "Regio": "West-Europa",
            "Q3 2025": "€ 2.890.000",
            "Q4 2025": "€ 3.120.000",
            "Groei (%)": "+8,0%"
        },
        {
            "Regio": "Zuid-Europa",
            "Q3 2025": "€ 780.000",
            "Q4 2025": "€ 845.000",
            "Groei (%)": "+8,3%"
        },
        {
            "Regio": "Oost-Europa",
            "Q3 2025": "€ 420.000",
            "Q4 2025": "€ 510.000",
            "Groei (%)": "+21,4%"
        }
    ],
    "totals": {
        "Regio": "Totaal",
        "Q3 2025": "€ 5.330.000",
        "Q4 2025": "€ 5.860.000",
        "Groei (%)": "+9,9%"
    }
}