feat(docsite): add testimonials marquee to the home page#3701
Closed
ernestt wants to merge 1 commit into
Closed
Conversation
Add a "Testimonials" section to the marketing home page: a two-row, opposite-direction marquee of real public launch reception (LinkedIn, X, Threads, and press), placed between the About and Blog sections. - Magic UI / beui-style seamless loop: two identical side-by-side groups per row, each animating translateX(0 -> -100% - gap) so there is no half-gap drift; each copy is padded to fill the viewport so the strip is always full. - Fixed-height ClickableCard-style link cards (whole surface links to the public source, opens in a new tab); pause-on-hover + user-select:none so moving cards stay clickable; prefers-reduced-motion falls back to a static, horizontally scrollable strip. - Full-bleed strip with a gutter gradient mask aligned to the ~1200px content column; component-scoped StyleX marker for pause-on-hover. - Curated, public-only quotes with @handle attribution and profile photos (no internal Workplace content). Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
cixzhang
requested changes
Jul 9, 2026
cixzhang
left a comment
Contributor
There was a problem hiding this comment.
Happy to unblock though I'm a bit iffy on testimonials. My general thought is solutions like this should speak for themselves and allow people to make informed decisions and tradeoffs that work well for them. I think testimonials add a bit of social engineering for building trust, but maybe I'm just skeptical that people should be making decisions that way about our system.
Contributor
Author
|
Decided that we will favor case studies over quote testimonials |
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
Adds a Testimonials section to the marketing home page — a two-row, opposite-direction marquee of real public launch reception (LinkedIn, X, Threads, and press), placed between the About and Blog sections.
translateX(0 → -100% - gap), so there's no half-gap drift; each copy is padded to fill the viewport so the strip is always full (no blank gaps).user-select: nonekeep moving cards clickable. Every visible instance is a link (not just the first copy).aria-hidden+tabindex="-1";prefers-reduced-motiondrops the animation and makes the strip horizontally scrollable; a component-scoped StyleX marker scopes pause-on-hover.@handleattribution and profile photos (GitHub/X CDNs). No internal Workplace content.Test plan
pnpm -F @astryxdesign/docsite dev→ home page shows the Testimonials section between About and Blogprefers-reduced-motion→ static, horizontally scrollable strip