Summary
This was a correction pass on the live WordPress page: https://aguiarinjurylawyers.com/practice-areas/spinal-cord-injury/
Sam flagged that the prior pass did not receive full QA. He was right. The earlier work used a shallow Playwright check and checked for element presence instead of rendered placement. It also trusted local generated markup too much, missed that the sidebar was outside the content grid, left a non-full-width hero with a white gap, used weak hero copy, and left deprecated page-break treatment.
Work completed
- Captured a fresh rollback payload before the live mutation.
- Checked the live element registry at https://sa-element-registry.onrender.com/api/elements and used the relevant defaults: hero ID 37, TOC ID 27, sidebar ID 18.
- Repaired live page 68527 through WordPress REST.
- Fixed the hero to full viewport width, with zero measured gap after the header.
- Replaced the weak hero line with: Get More. Get It Faster. Get It With Sam Aguiar.
- Moved the sidebar into
.sa-content-grid so the desktop layout is main content then sidebar.
- Converted the sidebar class to registry Option B:
sa-sidebar sa-sidebar-optb-poppins.
- Removed the duplicate bottom CTA block and converted the old review strip to the current review-break treatment.
- Added one short supporting paragraph so the page remains above the 2,250-word floor after removing the duplicate CTA.
- Cleared
_kad_blocks_head_custom_js, preserved the canonical URL, and purged Cloudflare.
- Patched the local finalizer script so it no longer contains the rejected hero sentence.
QA performed
- REST readback after publish: clean.
- Public no-cache fetch: clean at the page-wrapper level.
- Playwright desktop viewport 1366x1600: passed.
- Playwright mobile viewport 390x1400: passed.