PR-01: Home hero map-first UX with total places and static preview - #333
Open
badjoke-lab wants to merge 1 commit into
Open
PR-01: Home hero map-first UX with total places and static preview#333badjoke-lab wants to merge 1 commit into
badjoke-lab wants to merge 1 commit into
Conversation
|
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.
Motivation
/mapin one click.total_placesin the hero to increase credibility and click-through./mapwithout loading any client map library on the top page.Description
Open Mapis the single primary CTA andDiscover/Submitare secondary inline links below it in the hero.HomeTotalPlacesthat fetches/api/statsand displaystotal_placesformatted for humans with a safe—fallback when unavailable.public/map-preview.svgand integrated it into the hero as a clickable block that navigates to/map(the hero does not import or start Leaflet or other map clients).Testing
npm run lint, which completed successfully (repository has unrelated pre-existing ESLint warnings).npm run build, which completed successfully (build warnings/deopt notices are pre-existing and unrelated to these changes).Codex Task