fix(landing): expand dashboard hardware + model list#513
Merged
functionstackx merged 3 commits intoJun 30, 2026
Conversation
Update the Full Dashboard blurb to reflect the current and upcoming hardware (GB300/GB200 NVL72, B300, Vera Rubin UALoE72, AMD MI455X UALoE72, TPUv7) and the full model lineup (DeepSeekv4 Pro, Qwen, Kimi, GLM, MiniMax, gpt-oss, Llama). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Updates the Full Dashboard blurb on the landing page (
landing-page.tsx) to reflect the current and upcoming hardware and the full model lineup.Before:
After:
Notes
lib/tab-meta.tsare separate strings and were left unchanged (not part of this request).🤖 Generated with Claude Code
Note
Low Risk
Marketing copy only in one landing component; no behavior, auth, or data paths.
Overview
Updates the Full Dashboard card copy on the landing page so the hardware and model examples match the current benchmark lineup and near-term roadmap.
The paragraph now names GB300/GB200 NVL72, B300, and upcoming VR200 NVL72, AMD MI455X UALoE72, and TPUv7 Ironwood, and broadens the model list to DeepSeekv4 Pro, Kimi, GLM, MiniMax, and others (still alongside gpt-oss, Llama, Qwen). No routing, analytics, or layout changes—text only in
landing-page.tsx.Reviewed by Cursor Bugbot for commit 0edf2e5. Bugbot is set up for automated code reviews on this repo. Configure here.