refactor(quotes): grouped sections, drop italics, InferenceX brand cleanup#398
Open
samharshe wants to merge 1 commit into
Open
refactor(quotes): grouped sections, drop italics, InferenceX brand cleanup#398samharshe wants to merge 1 commit into
samharshe wants to merge 1 commit into
Conversation
…eanup Refactors the /quotes page to mirror the ClusterMAX layout: - Group quotes into 6 sections (AI Industry Leaders, AI Companies and Startups, Infrastructure Providers, Inference Engines and Frameworks, Researchers and Academia, Community and Content Creators) rendered as separate cards with section headers - Move Jensen Huang's quote to the top - Replace 'InferenceMAX' with 'InferenceX' in quote prose - Strip superscripted trademark symbols from inside quotes (intro card also drops the inline TM) - Remove italic styling on quote text; use foreground color for better readability - Render <em> spans in author title field (e.g. Stas Bekman's book title) Adds 'group' field + QuoteGroup type + QUOTE_GROUPS to quotes-data.ts. Existing QUOTES, CAROUSEL_ORGS, and CAROUSEL_LABELS exports remain compatible with intro-section.tsx and faq-data.ts consumers.
|
Someone is attempting to deploy a commit to the SemiAnalysisAI Team on Vercel. A member of the Team first needs to authorize it. |
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.
Refactors
/quotesto mirror the ClusterMAX quotes page layout.Changes
InferenceMAX→InferenceXin all quote prose.™removed from quote text (and from the intro card copy).text-muted-foreground italicto plaintext-foregroundfor readability, matching ClusterMAX.<em>support in authortitlefield so Stas Bekman's book title renders italicized (only place it's used).Data layer
quotes-data.tsadds agroupfield and exportsQuoteGroup+QUOTE_GROUPS. ExistingQUOTES,CAROUSEL_ORGS, andCAROUSEL_LABELSexports are preserved, sointro-section.tsxandfaq-data.tsare unaffected.Validation
pnpm typecheck✅pnpm lint✅pnpm fmt✅pnpm test:unit✅ (1944/1944)pnpm buildcompiles successfully (build halts later on an unrelatedDATABASE_READONLY_URLenv requirement)Note
Low Risk
Marketing/content and presentational React on the quotes page only; public API exports used elsewhere are unchanged.
Overview
Refactors the
/quotespage to match a grouped ClusterMAX-style layout: an intro card with org logos, then six section cards driven by newQuoteGroup/QUOTE_GROUPSand agroupfield on each quote (Jensen Huang is first in AI Industry Leaders).Branding and copy: quote text and the intro headline drop
InferenceMAX, superscript™, and useInferenceXinstead. Quote bodies no longer use muted italics (text-foregroundonly).UI polish:
QuoteCardtakes the fullQuotetype; author titles can include<em>...</em>via a smallrenderEmhelper (e.g. book title). OptionallogoIsPhotois added on the type for future logo styling.Reviewed by Cursor Bugbot for commit 421a4c2. Bugbot is set up for automated code reviews on this repo. Configure here.