add a 'after-hours' section with the surcharge + the phone number to call


Agent's response
I’ve added a new “After‑hours” section at the bottom of the homepage (just before the footer). It includes a heading, a note about the after‑hours surcharge, and a clickable phone number placeholder for urgent calls. The draft is ready for your review.
Tool calls
list_sections step 1
{
"page": "index.html"
}
add_section step 2
{
"page": "index.html",
"name": "after-hours",
"label": "After Hours",
"html": "<section>\n <h2>After‑hours service</h2>\n <p>Outside regular business hours, a <strong>after‑hours surcharge</strong> applies. For urgent assistance, call <a href=\"tel:[INSERT PHONE NUMBER]\">[INSERT PHONE NUMBER]</a>.</p>\n</section>",
"position": "end"
}