Summary
Build a review-hub route with shared landing-page overlap so it intentionally edits common app-shell and homepage files.
Conflict Surface
src/app/review-hub/page.tsx
src/app/page.tsx
src/app/layout.tsx
src/app/globals.css
Scope
- Add or refine the
review-hub route.
- Update shared entry points and global presentation.
- Aim for roughly 400-500 changed lines overall, staying reasonably close to that range.
Acceptance Criteria
- The route exists and is linked from the landing page.
- Shared layout or global style changes are included.
- The work intentionally overlaps common files to create merge conflicts after one PR lands.
- Final PR diff is roughly 400-500 changed lines.
Summary
Build a
review-hubroute with shared landing-page overlap so it intentionally edits common app-shell and homepage files.Conflict Surface
src/app/review-hub/page.tsxsrc/app/page.tsxsrc/app/layout.tsxsrc/app/globals.cssScope
review-hubroute.Acceptance Criteria