the hero is centered — make it left-aligned with image on the right
What changed: hero


View full page before/after


Agent's response
I’ve updated the hero section on index.html so the content is left‑aligned and the image now sits on the right side of the text. The draft is ready 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": "<div class=\"max-w-7xl mx-auto w-full grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">",
"new": "<div class=\"w-full grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">"
}