fix(public): replace launch-prep footer copy on all public pages - #35
Conversation
The eleven studio, product, support, and legal pages ended with
footer copy describing the internal launch-prep process ('gives each
product a clean public foundation before launch'). The new 404 page
carried the same footer block.
Rewrite the footer line as visitor-facing copy that names the actual
products and what they do, matching the site's established voice.
Heading levels, links, meta tags, and JSON-LD are unchanged.
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughUpdated footer descriptions on public pages to identify Promptly as a bookings and no-show prevention app and Drishti as a mindful screen-time app. ChangesProduct footer copy
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
nish3451 has reached the 50-credit limit for trial accounts. To continue receiving code reviews, upgrade your plan.
…ession PR #35 replaced the launch-prep footer line ('gives each product a clean public foundation before launch') with visitor-facing copy on all twelve shared-footer pages, but shipped without a regression test. Add test-public-footer-copy.mjs, wired into npm test and npm run ci, which fails if any public page's footer block re-introduces launch-prep phrasing or drops the product-naming visitor copy.
What
The eleven public pages (product, studio, support, legal) ended with launch-prep footer copy:
The new
/404page (added in #34) carried the same footer block. This replaces that line on all twelve pages with visitor-facing copy:Why
Continues the pattern from #28 and #31: internal launch-prep/submission voice should not appear on public pages. The footer now says what the products are instead of describing the internal launch process.
Scope
footer-copyparagraph changed; headings, links, meta tags, JSON-LD untouched.Validation
grep 'clean public foundation|before launch' public/→ only the PR fix(public): replace submission-prep copy on app privacy page H1s #30 H1 remainsSummary by CodeRabbit