add a 'specialisations' section: R&D credits, restaurants, trades, e-commerce, professional services

Base site
Category
Section structure · add
Tools called
4
Duration
99.7s
HTML diff
Changed
Example ID
AB-002
Before
Before
After
After

Agent's response

I’ve added a new **Specialisations** section to the homepage (placed before the “Know your costs” calculator) that outlines your expertise in R&D credits, restaurants, trades, e‑commerce, and professional services. I also corrected a typo in the restaurant heading (“Restaurations” → “Restaurants”). The draft is ready for your review—just publish it when you’re happy with the changes.

Tool calls

list_sections step 1
{
  "page": "index.html"
}
read_section step 2
{
  "page": "index.html",
  "section": "services"
}
add_section step 3
{
  "page": "index.html",
  "name": "specialisations",
  "label": "Specialisations",
  "html": "<section id=\"specialisations\" class=\"py-24 sm:py-32 bg-surface\">\n    <div class=\"max-w-6xl mx-auto px-5 sm:px-8\">\n        <div class=\"text-center max-w-2xl mx-auto mb-16 reveal\">\n            <span class=\"text-xs font-semibold tracking-[0.15em] uppercase text-accent mb-4 block\">Our Expertise</span>\n            <h2 class=\"font-display text-3xl sm:text-4xl font-semibold text-primary leading-tight mb-5\">\n                Specialisations\n            </h2>\n            <p class=\"text-mut
text_replace step 4
{
  "page": "index.html",
  "section": "specialisations",
  "old": "<h3 class=\"font-display text-lg font-semibold text-primary mb-2.5\">Restaurations</h3>",
  "new": "<h3 class=\"font-display text-lg font-semibold text-primary mb-2.5\">Restaurants</h3>"
}