Your 14‑day trial
{{ hero_value }}
{% case hero_metric %}
{% when "appointments" %}
appointments on the books, {{ customer.first_name | default: "there" }}.
Hours of care delivered in a workspace you set up two weeks ago.
{% when "notes" %}
clinical notes signed off, {{ customer.first_name | default: "there" }}.
Documentation done and filed without leaving the chart.
{% when "invoices" %}
invoices out the door, {{ customer.first_name | default: "there" }}.
Billing sent, not sitting on your desk.
{% when "clients" %}
clients chose you for their care, {{ customer.first_name | default: "there" }}.
Real people, real records, all set up and running inside Carepatron.
{% endcase %}
|