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

Base site
Category
layout
Tools called
3
Duration
26.7s
HTML diff
Changed
Example ID
CB-015

What changed: hero

Before
Before — hero
After
After — hero
View full page before/after
Full page · Before
Before (full page)
Full page · After
After (full page)

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\">"
}