feat(site): reposition landing around cost, speed, and precision#33
Open
maxkle1nz wants to merge 5 commits into
Open
feat(site): reposition landing around cost, speed, and precision#33maxkle1nz wants to merge 5 commits into
maxkle1nz wants to merge 5 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the m1nd demo landing page positioning to emphasize lower spend, faster orientation, and narrower edits rather than leading with “local code graph engine” framing, and aligns supporting scenes/docs with that messaging.
Changes:
- Rewrites hero/value copy and supporting sections in the landing page to focus on cost/speed/precision outcomes.
- Updates the Philosophy scene and scene metadata subtitles to match the new tagline.
- Updates the demo HTML titles (source + dist) and refreshes the published bundle reference.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| m1nd-demo/src/scenes/PhilosophyScene.tsx | Updates the closing philosophy/tagline copy and the screen-reader-only heading text. |
| m1nd-demo/src/lib/scenes.ts | Renames scene titles/subtitles to match the new positioning. |
| m1nd-demo/src/App.tsx | Reframes hero metrics, proof bar, capability/workflow/outcome copy, and CTA text around spend/orientation/precision. |
| m1nd-demo/index.html | Updates the page <title> to the new tagline. |
| m1nd-demo/dist/index.html | Updates the built/demo <title> and the bundled asset filename reference. |
| docs/LANDING_COPY_V0_6_1.md | Updates the landing-copy guidance to reflect the new positioning bullets/headline/subhead/proof line. |
Comments suppressed due to low confidence (1)
m1nd-demo/src/App.tsx:372
- The CTA label here (“See measured benchmarks”) no longer matches the landing-copy doc, which still lists “See benchmark truth”. If
docs/LANDING_COPY_V0_6_1.mdis meant to be canonical, update it to reflect the new button copy (or align this button back to the doc) to avoid the demo and the copy guide drifting.
<div className="metrics-grid" style={{ display: 'grid', gap: 14, gridTemplateColumns: '1fr 1fr' }}>
{heroMetrics.map((metric) => (
<MetricCard key={metric.label} {...metric} />
))}
</div>
</motion.aside>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## Positioning | ||
|
|
||
| `m1nd` should no longer be presented as a futuristic grep replacement. | ||
| `m1nd` should no longer lead as a code graph engine. |
There was a problem hiding this comment.
In this doc sentence, “lead as” reads like a grammatical slip. Consider changing it to “lead with” (e.g., “should no longer lead with a code graph engine”) to match the intended meaning.
Suggested change
| `m1nd` should no longer lead as a code graph engine. | |
| `m1nd` should no longer lead with a code graph engine. |
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
Validation