<div class="w-full">
  <h1 class="mx-auto text-lg font-bold">Welcome</h1>

  <p>
    It's <%= Time.now %>.
    We have <%= pluralize(@total_orders, "order") %>.
  </p>
</div>
