copy + nav: refresh homepage hero, m2/dogfooding blurbs, drop m2 tab (#137, #138)#141
Merged
Merged
Conversation
…imary nav Closes #137, closes #138. - Hero <p> on / now reads 'Stuff people have built here.' - M2 Incubator description in mockPrograms updated to the mentorship/milestone framing. - Generic Dogfooding description appends the ongoing-application CTA. - M2 tab removed from the primary nav (TABS in Navigation.tsx); /m2-program route is preserved. Mock fixtures only. Supabase prod rows for M2 / generic Dogfooding need a manual description update via the dashboard.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Bundled draft PR closing #137 (copy fixes) and #138 (drop M2 from primary nav). Diff is 4 changed lines across 3 files — no behaviour change beyond strings + one nav entry.
` on `/` → "Stuff people have built here."
Closes #137. Closes #138.
Files changed
Where the changes are visible
Manual rollout follow-up (not in this PR)
The mock-fixture changes ship visibly on the Vercel preview (mock mode). Production reads M2 and the generic Dogfooding row from Supabase, so the descriptions need to be updated manually via the Supabase dashboard:
The Berlin 2026 dogfooding row and `server/scripts/seed-dogfooding-program.js` are intentionally untouched.
Test plan
stadium-tester report
```
Stadium UI verification — http://localhost:8080
Scenarios: 5 total, 5 pass, 0 fail, 0 skipped
reads exactly "Stuff people have built here."
Preview mode: window.STADIUM_MOCK = true (dev server started with VITE_USE_MOCK_DATA=true)
Console errors during run: 0
Recommended next action: continue to PR
```
Invariants respected
Notes