Update phone number to (817) 266-2022

This commit is contained in:
2026-05-26 12:53:46 +00:00
parent a6d5c1bbfa
commit 4fc5b77214
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ $dateLabel = $booking ? date('F j, Y', strtotime($booking['rental_date'])) : '';
<?php elseif ($error && !$booking): ?>
<div class="card">
<div class="alert alert-error"><?= htmlspecialchars($error) ?></div>
<p style="color:#6b7280;font-size:.9rem">Need help? Call or text <strong>(817) 555-0199</strong>.</p>
<p style="color:#6b7280;font-size:.9rem">Need help? Call or text <strong>(817) 266-2022</strong>.</p>
</div>
<?php elseif ($done): ?>