Lead the home Cloud grid with artwork, drop the hero's GitHub CTA - #903
Merged
Conversation
The three capabilities worth showing rather than naming now open the grid and carry the same illustration tiles the Cloud page's FeaturesSection uses, so both pages tell the story with one set of artwork: Reports and Slides Generation Built-in Output Validation Model & provider resilience Two things to know about the panel: - This band runs opposite to the page. It is black by default and light in dark mode, so the tile is picked to suit the CARD, which means the light/dark pairing reads inverted against every other swap on the site. - It is desktop-only. On a phone the card collapses to an icon + title row that a panel would break, so the glyph stays there and the artwork steps aside. Also removes the hero's GitHub CTA on both breakpoints. The header already carries the star count. Dropping githubRepoUrl takes the desktop button; the mobile banner defaults on, so it is turned off explicitly. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
zahlekhan
approved these changes
Jul 30, 2026
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.
What
The home Cloud grid now opens with artwork. The three capabilities worth showing rather than naming lead the grid, each carrying the same illustration tile the Cloud page's
FeaturesSectionuses, so both pages tell the story with one set of artwork:The remaining three keep their glyphs.
The hero's GitHub CTA is gone on both breakpoints. The header already carries the star count. Dropping
githubRepoUrlremoves the desktop button; the mobile banner defaults on, so it is turned off explicitly.Two things worth knowing about the panel
The band runs opposite to the page.
CloudSectionis black by default and light in dark mode, so the tile is chosen to suit the card, not the theme. That means the light/dark pairing here reads inverted against every other swap on the site: page-light gets the-darktiles, page-dark gets the light ones. Both directions are verified.It is desktop-only. Under 768px the card collapses to an
icon | title | chevronaccordion row that a panel would break, so the glyph stays there and the artwork steps aside.The panel sits 12px in from the card edges at the tiles' own 720:400 ratio, so nothing is cropped.
Note
The tiles are referenced without the
?v=cache-busterFeaturesSectioncarries.next/imagerejects a query string unlessimages.localPatternsallows one, and there is no such config here, so the query throws at render. Side effect worth knowing: because of that query, thereports&presentation.pngon the Cloud page is currently served unoptimized rather than through/_next/image. Not changed here.Testing
tsc --noEmitcleannext buildpasses