Chapter 10 ยท Growth & Consolidation

Crisis Management

Crises are unavoidable. What separates strong restaurants from fragile ones is preparation, leadership, and the ability to respond calmly under pressure.

<div class="mt-10 max-w-2xl">
  <p>
    Crises can take many forms: health incidents, staff shortages, supplier failures, financial stress, or public reputation issues. Planning ahead reduces panic and protects trust.
  </p>

  <ul role="list" class="mt-8 max-w-xl space-y-8 text-gray-600">
    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Prepare Clear Protocols.</strong>
        Define who decides, who communicates, and what steps to follow during emergencies.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Communicate Quickly and Clearly.</strong>
        Internally first, externally second. Transparency builds trust even in difficult moments.
      </span>
    </li>

    <li class="flex gap-x-3">
      <svg class="mt-1 size-5 flex-none text-secondary-600" viewBox="0 0 20 20" fill="currentColor">
        <path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16Z" clip-rule="evenodd" />
      </svg>
      <span>
        <strong class="font-semibold text-gray-900">Review and Learn.</strong>
        After the crisis, analyze what happened and improve systems to prevent repetition.
      </span>
    </li>
  </ul>

  <p class="mt-8">
    Strong leadership during a crisis often strengthens team loyalty and guest confidence.
  </p>
</div>