






  <div id="projects" class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-50 my-50">
    <turbo-stream action="append" target="projects" id="results">
      <template>
                  <a href="https://www.loohuisgroep.nl/projecten/hoofdkantoor-asito" class="col-span-1 relative overflow-hidden group">
            <div class="absolute flex items-end top-0 left-0 h-full w-full z-20">
              <div class="relative px-30 pb-30">
                <div class="flex flex-col font-bold text-white text-xl">
                  Hoofdkantoor Asito
                  <span class="font-medium">
                    Almelo
                  </span>
                </div>
              </div>
            </div>
            <div class="relative aspect-square bg-blue-500 overflow-hidden rounded-lg">
              <div class="absolute w-full h-full bg-gradient-to-t from-black/50 to-transparent z-10"></div>
                                            <img src="https://assets.loohuisgroep.nl/_corporateProject/Asito-1.jpg" alt="Hoofdkantoor Asito" class="w-full h-full object-cover absolute top-0 left-0 group-hover:scale-[1.02] ease-in-out-quint duration-200" />
                          </div>
          </a>
                  <a href="https://www.loohuisgroep.nl/projecten/brede-school-de-matrix" class="col-span-1 relative overflow-hidden group">
            <div class="absolute flex items-end top-0 left-0 h-full w-full z-20">
              <div class="relative px-30 pb-30">
                <div class="flex flex-col font-bold text-white text-xl">
                  Brede School de Matrix
                  <span class="font-medium">
                    Hardenberg
                  </span>
                </div>
              </div>
            </div>
            <div class="relative aspect-square bg-blue-500 overflow-hidden rounded-lg">
              <div class="absolute w-full h-full bg-gradient-to-t from-black/50 to-transparent z-10"></div>
                                            <img src="https://assets.loohuisgroep.nl/_corporateProject/de-Matrix.jpg" alt="Brede School de Matrix" class="w-full h-full object-cover absolute top-0 left-0 group-hover:scale-[1.02] ease-in-out-quint duration-200" />
                          </div>
          </a>
                  <a href="https://www.loohuisgroep.nl/projecten/jeneverbottelarij" class="col-span-1 relative overflow-hidden group">
            <div class="absolute flex items-end top-0 left-0 h-full w-full z-20">
              <div class="relative px-30 pb-30">
                <div class="flex flex-col font-bold text-white text-xl">
                  Jeneverbottelarij
                  <span class="font-medium">
                    Hengelo
                  </span>
                </div>
              </div>
            </div>
            <div class="relative aspect-square bg-blue-500 overflow-hidden rounded-lg">
              <div class="absolute w-full h-full bg-gradient-to-t from-black/50 to-transparent z-10"></div>
                                            <img src="https://assets.loohuisgroep.nl/_corporateProject/Molenstraat.jpg" alt="Jeneverbottelarij" class="w-full h-full object-cover absolute top-0 left-0 group-hover:scale-[1.02] ease-in-out-quint duration-200" />
                          </div>
          </a>
                  <a href="https://www.loohuisgroep.nl/projecten/stationskwartier" class="col-span-1 relative overflow-hidden group">
            <div class="absolute flex items-end top-0 left-0 h-full w-full z-20">
              <div class="relative px-30 pb-30">
                <div class="flex flex-col font-bold text-white text-xl">
                  Stationskwartier
                  <span class="font-medium">
                    Kampen
                  </span>
                </div>
              </div>
            </div>
            <div class="relative aspect-square bg-blue-500 overflow-hidden rounded-lg">
              <div class="absolute w-full h-full bg-gradient-to-t from-black/50 to-transparent z-10"></div>
                                            <img src="https://assets.loohuisgroep.nl/_corporateProject/DSC_0182.jpg" alt="Stationskwartier" class="w-full h-full object-cover absolute top-0 left-0 group-hover:scale-[1.02] ease-in-out-quint duration-200" />
                          </div>
          </a>
                  <a href="https://www.loohuisgroep.nl/projecten/de-tijlshof" class="col-span-1 relative overflow-hidden group">
            <div class="absolute flex items-end top-0 left-0 h-full w-full z-20">
              <div class="relative px-30 pb-30">
                <div class="flex flex-col font-bold text-white text-xl">
                  De Tijlshof
                  <span class="font-medium">
                    Hasselt
                  </span>
                </div>
              </div>
            </div>
            <div class="relative aspect-square bg-blue-500 overflow-hidden rounded-lg">
              <div class="absolute w-full h-full bg-gradient-to-t from-black/50 to-transparent z-10"></div>
                                            <img src="https://assets.loohuisgroep.nl/_corporateProject/Tijlshof.jpg" alt="De Tijlshof" class="w-full h-full object-cover absolute top-0 left-0 group-hover:scale-[1.02] ease-in-out-quint duration-200" />
                          </div>
          </a>
                  <a href="https://www.loohuisgroep.nl/projecten/28-koopwoningen-dingshof" class="col-span-1 relative overflow-hidden group">
            <div class="absolute flex items-end top-0 left-0 h-full w-full z-20">
              <div class="relative px-30 pb-30">
                <div class="flex flex-col font-bold text-white text-xl">
                  28 koopwoningen Dingshof
                  <span class="font-medium">
                    Raalte
                  </span>
                </div>
              </div>
            </div>
            <div class="relative aspect-square bg-blue-500 overflow-hidden rounded-lg">
              <div class="absolute w-full h-full bg-gradient-to-t from-black/50 to-transparent z-10"></div>
                                            <img src="https://assets.loohuisgroep.nl/_corporateProject/28-woningen-Raalte-3.jpg" alt="28 koopwoningen Dingshof" class="w-full h-full object-cover absolute top-0 left-0 group-hover:scale-[1.02] ease-in-out-quint duration-200" />
                          </div>
          </a>
              </template>
    </turbo-stream>
  </div>
      <turbo-stream action="replace" target="load_more">
      <template>
              </template>
    </turbo-stream>
  