replace the primary CTA with 'Check availability →' with the arrow
What changed: hero


View full page before/after


Agent's response
I’ve updated the primary CTA button in the hero section to read “Check availability →” (with the arrow symbol). The change is saved as a draft for your review.
Tool calls
list_sections step 1
{
"page": "index.html"
}
read_section step 2
{
"page": "index.html",
"section": "hero"
}
text_replace step 3
{
"page": "index.html",
"section": "hero",
"old": "\n Check Availability\n <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"/></svg>\n ",
"new": "Check availability →"
}