feat: surface Pricing and Valuation in the footer Product column - #55
feat: surface Pricing and Valuation in the footer Product column#55sweetmantech wants to merge 1 commit into
Conversation
/pricing is the number 2 most-visited page and /valuation the number 3, yet neither had a footer entry point. Adds both to the top of the Product column, matching the existing footer link styling. Part of recoupable/chat#1902 (web UX conversion audit, item M4). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 (1)
📝 WalkthroughWalkthroughThe footer Product navigation now includes Valuation and Pricing links pointing to ChangesFooter Product Navigation
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Adds Valuation (
/valuation) and Pricing (/pricing) to the footer's Product column, ahead of Platform, Solutions, Developers, and API Docs. Link markup and styling match the existing footer column links exactly.Why
Web UX conversion audit (item M4):
/pricingis the number 2 most-visited page and/valuationthe number 3, yet neither appeared anywhere in the footer. Surfacing them in the Product column gives both pages a persistent entry point on every page.Header scope note
The audit item also called for surfacing Valuation, Pricing, Docs, and Blog as inline desktop header links. That is already live in production:
components/layout/Header.tsxrenders the sharednavarray inline atmd:(768px) and up, with the hamburger shown only belowmd:(verified against the live recoupable.dev HTML, compiled CSS, and a 1280px screenshot). Narrowing that tolg:would regress 768 to 1023px viewports, so this PR leaves the header untouched.Part of recoupable/chat#1902
Preview verification + screenshots to follow in a PR comment.
🤖 Generated with Claude Code
Summary by cubic
Added Valuation (/valuation) and Pricing (/pricing) to the top of the footer Product column to improve discoverability and give both pages a persistent entry point. Matches existing footer link markup and styling; aligns with the web UX conversion audit (item M4) in recoupable/chat#1902.
Written for commit 51fdd50. Summary will update on new commits.
Summary by CodeRabbit