add a 'recent jobs' section with placeholders for 3 case studies — solar install, switchboard, EV


Agent's response
I’ve updated the **“Recent Jobs”** section on your homepage to include placeholders for three case studies—solar install, switchboard upgrade, and EV charger installation—each with a placeholder image, title, description, and a “Read case study” link.
The change is saved as a draft; you can review it before publishing. Let me know if you’d like any tweaks!
Tool calls
list_sections step 1
{
"page": "index.html"
}
add_section step 2
{
"page": "index.html",
"name": "recent-jobs",
"label": "Recent Jobs",
"html": "<section class=\"py-12 bg-gray-50\">\n <h2 class=\"text-2xl font-bold text-center mb-8\">Recent Jobs</h2>\n <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n <div class=\"bg-white p-6 rounded-lg shadow\">\n <img src=\"/images/placeholder-solar.jpg\" alt=\"Solar install case study\" class=\"w-full h-48 object-cover mb-4 rounded\">\n <h3 class=\"font-semibold text-lg mb-2\">Solar Install</h3>\n <p class=\"text-gray-600 mb-4\">Description of the solar installation project.</p>\n
read_section step 3
{
"page": "index.html",
"section": "recent-jobs"
}
update_section step 4
{
"page": "index.html",
"section": "recent-jobs",
"html": "<section class=\"py-12 bg-gray-50\">\n <h2 class=\"text-2xl font-bold text-center mb-8\">Recent Jobs</h2>\n <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n <div class=\"bg-white p-6 rounded-lg shadow\">\n <img src=\"/images/placeholder-solar.jpg\" alt=\"Solar install case study\" class=\"w-full h-48 object-cover mb-4 rounded\">\n <h3 class=\"font-semibold text-lg mb-2\">Solar Install</h3>\n <p class=\"text-gray-600 mb-4\">Description of the solar installation project.</p>\n <a href=\"#\" class=\"t