
<turbo-stream action="replace" target="faq_entries"><template>
  <turbo-frame id="faq_entries">
      <div class="mt-12 max-w-xl grid grid-cols-2 gap-4 mx-auto">
        <a data-turbo-frame="modal-window" class="" href="/faq_entries/1">
  <div class="p-5 bg-stone-100 hover:bg-stone-300 border border-stone-300 rounded-md h-full min-h-32 overflow-x-hidden">
    <h1 class="mb-1 cursor-pointer uppercase text-base leading-none hover:underline">
      Login-Anleitung
    </h1>

    <p class="text-normal font-thin leading-tight">
        Wie melden Sie sich an?
    </p>
  </div>
</a>
        <a data-turbo-frame="modal-window" class="" href="/faq_entries/14">
  <div class="p-5 bg-stone-100 hover:bg-stone-300 border border-stone-300 rounded-md h-full min-h-32 overflow-x-hidden">
    <h1 class="mb-1 cursor-pointer uppercase text-base leading-none hover:underline">
      Technischer Support
    </h1>

    <p class="text-normal font-thin leading-tight">
        Haben Sie Fragen zur Erfassung der Unfallmeldung?
    </p>
  </div>
</a>
    </div>
</turbo-frame></template></turbo-stream>