refactor(landing): replace identical-card grids in how-it-works and open-source#1940
Open
fancyboi999 wants to merge 2 commits intomultica-ai:mainfrom
Open
refactor(landing): replace identical-card grids in how-it-works and open-source#1940fancyboi999 wants to merge 2 commits intomultica-ai:mainfrom
fancyboi999 wants to merge 2 commits intomultica-ai:mainfrom
Conversation
…pen-source Both sections rendered as equal-weight card grids: how-it-works as 4 columns and open-source as 2x2. On mobile, how-it-works stacked into 4 unconnected blocks with white/28 numerals that were hard to read. Replace both with non-grid layouts. how-it-works now uses large serif numerals with a horizontal rule on desktop and a vertical timeline on mobile. open-source uses a two-column narrative list where the first item gets a serif emphasis and the rest are plain sans-serif headings separated by divide-y. i18n schema and copy are unchanged.
|
@fancyboi999 is attempting to deploy a commit to the IndexLabs Team on Vercel. A member of the Team first needs to authorize it. |
… sans scale Drop the serif treatment on the first highlight. Use the same Inter font for all four items, with the first at 22/24px font-semibold and the rest at 17/18px font-semibold. Scale ratio is ~1.33, satisfying the "≥1.25 between hierarchy steps" rule while keeping a single typeface. Reason: the serif headline made item 0 feel visually disconnected from the rest of the list, raising the question "is that an intentional hierarchy or a bug". Same-typeface + size contrast preserves the hierarchy without that ambiguity.
Author
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.


Closes #1939.
Replaces the equal-weight card grids in
how-it-worksandopen-sourcewith non-grid layouts. Full motivation and the four "before" shots are in the issue; this PR has the implementation and the "after" shots side-by-side.How It Works
Desktop — 4 large serif numerals with a horizontal rule (arrow on 1–3, dot on 4):
Mobile — vertical timeline with a continuous left rail and
white/80numerals (waswhite/28):Open Source
Two-column narrative list. The first item ("Self-host anywhere") gets a serif headline — the most concrete differentiator earns more visual weight than the abstract ones.
divide-yfor separation, no card borders:Mobile stacks heading above description per item:
What I did NOT change
#how-it-works,#open-source) — anchor links still work.landingfiles or shared packages.Files touched: 2.
Validation
pnpm --filter @multica/web lintover the whole package reports 7 pre-existing errors inapps/web/app/not-found.tsx(@next/next/no-html-link-for-pages); they're untouched by this change.Manually verified at 1440px and 390px against
localhost:3000with locale forced toen. Screenshots above are from those runs.Trade-offs