Session Overview

Sam asked for a contact page redesign mockup for aguiarinjurylawyers.com/contact-us/. The session started when Sam shared a URL ending in /contact-us/first, which triggered a diagnosis of a WordPress slug collision. The UPS wrongful death page had the slug first-ups-wrongful-death-suits-filed, and WordPress fuzzy matching was resolving /contact-us/first to that page instead of the actual contact page. After fixing that, the session shifted to designing and iterating on a contact page mockup.

The mockup went through three versions:

What Was Accomplished

1. UPS Page Slug Fix

The WordPress page "First UPS Wrongful Death Suits Filed" (page ID 37192) had the slug first-ups-wrongful-death-suits-filed. Because of WordPress's fuzzy slug matching, any URL starting with first under /contact-us/ could resolve to this page. The fix was changing the slug to ups-wrongful-death-suits-filed via the WP REST API.

API call used:

POST <https://aguiarinjurylawyers.com/wp-json/wp/v2/pages/37192>
Body: {"slug": "ups-wrongful-death-suits-filed"}

New URL: https://aguiarinjurylawyers.com/ups-wrongful-death-suits-filed/

A 301 redirect should be set up from the old URL to the new one via RankMath Redirections. This was noted but may not have been completed in-session.

2. Contact Page Redesign Mockup (v3, current)

Built a standalone HTML mockup for the contact page redesign. This is NOT deployed to WordPress; it is a mockup for Sam to review before implementation.

File location: /home/user/workspace/contact-mockup/index.html

Deployed preview: https://www.perplexity.ai/computer/a/contact-page-redesign-sam-agui-Vl5_WeuwQ8iZm0bV2TbQfA

Page structure (top to bottom):

  1. Hero with background image + dark gradient overlay. H1: "Talk To Our Team Today". Subheader: "You focus on getting better. We'll handle everything else."
  2. Trust bar: white bg, orange borders/dividers, 4 items