add a 'reviews' section with placeholders for 3 Google reviews

Base site
Category
Section structure · add
Tools called
2
Duration
21.3s
HTML diff
Changed
Example ID
P-110
Before
Before
After
After

Agent's response

Added a new “reviews” section after the contact area on index.html, containing a heading and three placeholder blocks for Google reviews (reviewer name, rating, and review text). The draft is ready for your review—publish when you’re satisfied.

Tool calls

list_sections step 1
{
  "page": "index.html"
}
add_section step 2
{
  "page": "index.html",
  "name": "reviews",
  "label": "Reviews",
  "html": "<section class=\"py-12 bg-gray-50\">\n  <h2 class=\"text-2xl font-bold text-center mb-8\">Customer Reviews</h2>\n  <div class=\"max-w-4xl mx-auto grid gap-6 sm:grid-cols-2 lg:grid-cols-3\">\n    <div class=\"bg-white p-6 rounded-lg shadow\">\n      <p class=\"text-sm text-gray-500 mb-2\">[Reviewer Name] • [Rating] stars</p>\n      <p class=\"text-gray-700\">[Review text]</p>\n    </div>\n    <div class=\"bg-white p-6 rounded-lg shadow\">\n      <p class=\"text-sm text-gray-500 mb-2\">[Reviewer Name] • [Rating] star