Skip to content

Landing: compact supporters band — link out instead of rotating quote / 首页支持者区改为链接跳转,不再轮播评价 - #884

Closed
functionstackx wants to merge 1 commit into
redesign/landing-navbarfrom
redesign/supporters-link-only
Closed

Landing: compact supporters band — link out instead of rotating quote / 首页支持者区改为链接跳转,不再轮播评价#884
functionstackx wants to merge 1 commit into
redesign/landing-navbarfrom
redesign/supporters-link-only

Conversation

@functionstackx

@functionstackx functionstackx commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

What

On the redesign prototype's landing page, the mint supporters band no longer renders the rotating quote text. It now shows just the org name strip plus a "See full quotes & more supporters →" link to /quotes (zh: /zh/quotes, 「查看完整评价与更多支持者 →」), saving vertical space above the fold.

Changes

  • intro-section.tsx: renders a new compact SupportersStrip (org names + link) instead of QuoteCarousel; org order/labels still come from QUOTES / CAROUSEL_ORGS / CAROUSEL_LABELS
  • Removed the now-unused quote-carousel.tsx client component (~190 lines of rotation/fade state gone from the landing bundle)
  • Kept the quote_carousel_see_more_clicked analytics event on the link for continuity; quote_carousel_navigated no longer fires (no in-band navigation)
  • Cypress: updated landing-performance.cy.ts expectations to the new link text and supporters-more-row testid

QA

  • Verified locally in en and zh: band renders kicker + heading + org strip + right-aligned link, no quote block; intro section height drops to ~284px
  • typecheck, lint, and fmt all pass

Base: redesign/landing-navbar (prototype, #882)


Note

Low Risk
Landing UI and bundle simplification only; no auth, API, or data-path changes. Residual risk is stale Cypress comments/assertions elsewhere in the same file that still describe carousel logo preload behavior.

Overview
The landing intro mint supporters band no longer shows a rotating quote block. It now renders a compact org-name strip and a right-aligned link to /quotes (zh: /zh/quotes) with copy "See full quotes & more supporters →", shrinking above-the-fold height.

intro-section swaps QuoteCarousel for new SupportersStrip, still deriving org order and labels from QUOTES, CAROUSEL_ORGS, and CAROUSEL_LABELS (no per-quote i18n on the band). quote-carousel.tsx is removed (~190 lines of rotation/fade/client state). The "see more" link keeps the quote_carousel_see_more_clicked analytics event; quote_carousel_navigated is gone with in-band carousel navigation.

Cypress landing-performance.cy.ts assertions were updated for the new link text and supporters-more-row test id.

Reviewed by Cursor Bugbot for commit cb1ee28. Bugbot is set up for automated code reviews on this repo. Configure here.

The mint supporters band no longer renders a rotating quote block; it keeps
the org name strip and links out to /quotes via 'See full quotes & more
supporters', saving vertical space above the fold. Removes the now-unused
QuoteCarousel client component and updates Cypress expectations.
@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
inferencemax-app Ready Ready Preview Aug 27, 2026 4:10am

Request Review

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit cb1ee28. Configure here.

cy.get('[data-testid="intro-section"]').should(
'contain.text',
'See full quotes & more supporters',
);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stale supporter logo preload test

Medium Severity

This spec still expects / to preload exactly one supporter logo (/logos/minimax.svg) from the old carousel’s first quote. SupportersStrip only renders org names, so that image is no longer on the landing HTML and the preload assertion fails.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cb1ee28. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant