the services use clinical terms — translate every one to plain English (root canal, cleaning, whitening)
What changed: services


View full page before/after


Agent's response
I’ve updated the **services** section on the homepage, swapping the clinical wording for plain‑English terms:
- “root canal therapy” → “root canal”
- “Professional cleans” → “cleaning”
- “Teeth whitening” → “whitening”
- “Professional whitening” → “whitening”
The draft is ready for your review. Let me know if you’d like any further tweaks!
Tool calls
list_sections step 1
{
"page": "index.html"
}
read_section step 2
{
"page": "index.html",
"section": "services"
}
text_replace step 3
{
"page": "index.html",
"section": "services",
"old": "root canal therapy",
"new": "root canal"
}
text_replace step 4
{
"page": "index.html",
"section": "services",
"old": "Professional cleans",
"new": "cleaning"
}
text_replace step 5
{
"page": "index.html",
"section": "services",
"old": "Teeth whitening",
"new": "whitening"
}
text_replace step 6
{
"page": "index.html",
"section": "services",
"old": "Professional whitening",
"new": "whitening"
}