<!DOCTYPE html>
<html lang="hr">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Adaptacija Stanova Zagreb – Renoviranje od 300€/m² | Adaptacija Zagreb</title>
    <meta name="description" content="Profesionalna adaptacija stanova u Zagrebu. Kompletne adaptacije, kupaonice i kuhinje od 300€/m². Besplatne informacije telefonom: 01 2202 066." />
    <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
    <link rel="manifest" href="/site.webmanifest" />
    <meta name="theme-color" content="#0B0F19" />
    <meta name="msapplication-TileColor" content="#0B0F19" />
    <meta name="msapplication-TileImage" content="/android-chrome-192x192.png" />
    <meta property="og:title" content="Adaptacija Stanova Zagreb – Renoviranje od 300€/m² | Adaptacija Zagreb" />
    <meta property="og:description" content="Profesionalna adaptacija stanova u Zagrebu. Kompletne adaptacije, kupaonice i kuhinje od 300€/m². Besplatne informacije telefonom: 01 2202 066." />
    <meta property="og:image" content="https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?q=75&w=1200&auto=format&fit=crop" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Adaptacija Zagreb" />
    <meta property="og:url" content="https://adaptacijazagreb.com.hr" />
    <meta property="og:locale" content="hr_HR" />
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Adaptacija Stanova Zagreb – Renoviranje od 300€/m²" />
    <meta name="twitter:description" content="Profesionalna adaptacija stanova u Zagrebu. Kompletne adaptacije, kupaonice i kuhinje od 300€/m². Besplatne informacije telefonom: 01 2202 066." />
    <meta name="twitter:image" content="https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?q=75&w=1200&auto=format&fit=crop" />

    <link rel="preconnect" href="https://images.unsplash.com" />
    <link rel="preconnect" href="https://www.googletagmanager.com" />

    <script>
      if (navigator.modelContext && navigator.modelContext.provideContext) {
        navigator.modelContext.provideContext({
          tools: [
            {
              name: "request_quote",
              description: "Submit a renovation inquiry for apartment renovation in Zagreb. Opens the contact form.",
              inputSchema: {
                type: "object",
                properties: {
                  service: { type: "string", description: "Type of renovation: complete apartment, bathroom, kitchen, painting, or flooring" },
                  message: { type: "string", description: "Project description or inquiry" }
                }
              },
              execute: function(args) {
                window.location.href = "/kontakt";
                return { status: "redirected", message: "Opening contact form at /kontakt" };
              }
            },
            {
              name: "get_services",
              description: "Browse all renovation services offered by Adaptacija Zagreb",
              inputSchema: { type: "object", "properties": {} },
              execute: function() {
                window.location.href = "/usluge";
                return { status: "redirected", message: "Opening services page at /usluge" };
              }
            },
            {
              name: "get_locations",
              description: "Browse all Zagreb neighborhoods served by Adaptacija Zagreb",
              inputSchema: { type: "object", "properties": {} },
              execute: function() {
                return {
                  locations: [
                    { name: "Centar", url: "/lokacije/centar" },
                    { name: "Trešnjevka", url: "/lokacije/tresnjevka" },
                    { name: "Maksimir", url: "/lokacije/maksimir" },
                    { name: "Novi Zagreb", url: "/lokacije/novi-zagreb" },
                    { name: "Dubrava", url: "/lokacije/dubrava" },
                    { name: "Sesvete", url: "/lokacije/sesvete" },
                    { name: "Podsused – Vrapče", url: "/lokacije/podsused-vrapce" },
                    { name: "Črnomerec", url: "/lokacije/crnomerec" },
                    { name: "Medveščak", url: "/lokacije/medvescak" },
                    { name: "Peščenica – Žitnjak", url: "/lokacije/pescenica-zitnjak" }
                  ]
                };
              }
            },
            {
              name: "call_phone",
              description: "Get the phone number to call Adaptacija Zagreb",
              inputSchema: { type: "object", "properties": {} },
              execute: function() {
                return { phone: "+385 1 2202 066", display: "01 2202 066", href: "tel:+38512202066" };
              }
            }
          ]
        });
      }
    </script>
    <script type="module" crossorigin src="/assets/index-DX9IxM8E.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-CDi1P1id.css">
  </head>
  <body class="overflow-x-hidden">
    <div id="root"></div>
  </body>
</html>
