feat(landing): enterprise page redesign with platform-loop hero and feature graphics#5535
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Shared landing layout is centralized in Solutions building blocks gain Navbar shell uses solid Also adds the Reviewed by Cursor Bugbot for commit c327621. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR adds Enterprise links to the landing page navigation. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "feat(landing): add enterprise link to na..." | Re-trigger Greptile |
25b8fc2 to
7671338
Compare
…eature graphics - New enterprise hero with animated platform loop (sidebar + home stage) and hero background - Nine redesigned feature tiles under enterprise/components/feature-graphics with a shared monochrome design vocabulary, per-tile tones, and CSS-module animations - Shared hero-header component and landing-layout constants; hero/platform/solutions pages aligned to the same layout system Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
7671338 to
345c13f
Compare
- Fix ChipLink chrome overrides in navbar/mobile-nav to use variant='border' - Dedup elapsed-time reveal effects in enterprise-home-stage into one hook - Remove unused FeatureGraphicNode component and barrel export - Convert enterprise-hero-background.png (8.9MB lossless) to WebP q90 (1.07MB, near-lossless) - Fix team-avatar-1/2/3.png mislabeling (actual JPEG bytes) to correct .jpg extension
Feature tiles shrank their min-height on small screens while the tallest vignettes (audit ledger, staging panel) still needed ~300px of visual slot, cropping their tops against the slot's overflow-hidden. Tiles now hold one 440px min-height everywhere. The 3-up grid also collapses to two columns below lg instead of md, and the fixed-width canvases (access graph, standards seal, ops router) scale down on the narrow two-column band and the 3-up row just past lg so outer labels and chips are never cut off. Co-authored-by: Cursor <cursoragent@cursor.com>
…lumn band Merge the four enterprise feature sections into one EnterpriseFeatureGrid so the 640-1023px two-column layout fills 4/4/2/2 with no orphan empty cell; lg+ and <sm layouts are unchanged via sm:max-lg order utilities. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c327621. Configure here.
| 'grid', | ||
| gridCols, | ||
| 'max-sm:grid-cols-1 max-md:grid-cols-2', | ||
| 'max-sm:grid-cols-1 max-lg:grid-cols-2', |
There was a problem hiding this comment.
Tablet card grid leaves orphans
Medium Severity
SolutionsCardRow now switches to two columns through max-lg, so every three-card solutions section breaks as 2+1 on tablets. EnterpriseFeatureGrid was added specifically because that orphan layout is undesirable, but this shared row still uses a plain per-section grid with no reordering, so all solutions pages regress in the sm–lg band.
Reviewed by Cursor Bugbot for commit c327621. Configure here.


Summary
enterprise/components/feature-graphics/) sharing a monochrome design vocabulary with per-tile tones and CSS-module animations: access control, audit trail, build methods, deploy, lifecycle, run monitoring, rollback, staging, standards, plus technical/operations/IT platform team tiles127.0.0.1dev origins innext.config.ts, root redirect skipped in dev inproxy.tsmake-interfaces-feel-betterskill (tracked inskills-lock.json)Type of Change
Testing
Tested manually against the running landing page (hero loop, all feature tiles, animations, responsive layout).
bun run lintpasses.Checklist