Sync mobile menu links with desktop mega menus (LS-2801) - #31
Merged
Conversation
- Replace all placeholder titles/href="#" links in parts/mobile-menu.html with the same real links already live in the 6 desktop mega-menus - Fix footer buttons: "Start a project" is now primary (→ /free-consultation/), secondary is now "Explore case studies" (→ /work/), matching the homepage hero pairing - Update CHANGELOG.md
Collaborator
Author
|
Reviewed the full change set — no Major or Minor findings. The mobile navigation labels and URLs match the desktop mega menus, no placeholder links remain, and the template markup/build checks are clean. |
ZaredRogers
approved these changes
Aug 28, 2026
ZaredRogers
left a comment
Contributor
There was a problem hiding this comment.
Looks good @brandonmarshal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
parts/mobile-menu.htmlwas never updated when the desktop mega menus (Work, Solutions, Services, Pricing, Insights, About) were wired to real pages and posts earlier — it was still showing the original placeholder titles andhref="#"links across all 6 dropdowns.Mobile menu link sync
/work/drive-botswana-case-study/, Insights' renamed category items, etc.)href="#"placeholders remain anywhere in the fileFooter action buttons
#and, once linked, would have pointed to the same destination as each other/free-consultation/— matches the desktop header's own CTA/work/— reuses the same CTA pairing already established on the homepage hero, rather than duplicating "Start a project"Deliberate scope decision
Desktop's secondary per-dropdown CTAs (e.g. Work's "Book a free consultation", Pricing's "Tell us about your project", Insights' "Book a consultation to discuss") were not added to mobile — they'd all duplicate the persistent "Start a project" button already visible at all times in the mobile menu drawer, regardless of which dropdown is open.
Test plan
parts/mobile-menu.htmlcross-checked against all 6 desktop mega-menu files — confirmed identicalgrepconfirms zero remaininghref="#"placeholders in the filenpm run schema:validatecleannpm run patterns:escapeclean (9 pre-existing warnings, 0 new)CHANGELOG.mdupdated per AGENTS.mdCloses LS-2801.