feat(landing): extend enterprise product-preview design to solutions and workflows pages#5672
feat(landing): extend enterprise product-preview design to solutions and workflows pages#5672andresdjasso wants to merge 4 commits into
Conversation
…and workflows pages Parametrize enterprise feature graphics with content props and retell each solutions page's feature blocs for its domain (engineering, it, compliance, finance, hr) plus the workflows platform page. Add five new graphics in the same visual vocabulary, animated platform-UI heroes with domain-specific loops on all six pages, hero category tags, container-query proportional tile scaling with wide/2x2 layout options, and a shared pre-footer CTA band. Enterprise page renders identically. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR extends the enterprise landing-page visual system to Solutions and Workflows. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "feat(landing): extend enterprise product..." | Re-trigger Greptile |
Renders PLATFORM_MENU and SOLUTIONS_MENU alongside Resources (Platform, Solutions, Resources trigger order), drops the internal-only Mothership item, centers the five-item Platform panel's two-tile last row, and lets the mobile sheet scroll now that all three sections outgrow a phone viewport. Co-authored-by: Cursor <cursoragent@cursor.com>
| * with the per-team pages, and Resources closes with learning surfaces. | ||
| */ | ||
| export const NAV_MENUS = [RESOURCES_MENU] as const | ||
| export const NAV_MENUS = [PLATFORM_MENU, SOLUTIONS_MENU, RESOURCES_MENU] as const |
There was a problem hiding this comment.
Duplicate Enterprise nav entry
Medium Severity
Restoring SOLUTIONS_MENU into NAV_MENUS surfaces Enterprise under Solutions, but the desktop bar and mobile sheet still keep a standalone Enterprise link. Visitors now see two separate entries to the same /enterprise route in both desktop and mobile navigation.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 73724ca. Configure here.
Adds the /scheduled-tasks landing page (SolutionsPage consumer with a chat-free schedule-trigger editor hero and enterprise feature tiles retold for recurring runs) and a sixth Scheduled Tasks item in the Platform menu, restoring the clean 3x2 grid. Co-authored-by: Cursor <cursoragent@cursor.com>
| </div> | ||
| </div> | ||
| ) | ||
| } |
There was a problem hiding this comment.
Duplicated editor hero loops
Medium Severity
ScheduledTasksHeroLoop copies the full clock, scale, reduced-motion, and layout machinery from WorkflowsEditorLoop, differing only in sidebar copy, staged blocks, and the selected block id. That duplication raises the chance of divergent bugfixes between the two heroes.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 2922e01. Configure here.
Completes the Platform nav dropdown — its knowledge, tables, files, and logs items previously 404'd. Each page is a SolutionsPage consumer with a product-UI hero loop, enterprise-style feature tiles, CTA band, and SEO metadata. Removes the dead platform-page component family (workflows was its last consumer) and adds the new routes to the sitemap. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Pushed 2bd998f: adds the four Platform landing pages ( |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
There are 4 total unresolved issues (including 2 from previous reviews).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2bd998f. Configure here.
| * sheet mirrors the desktop nav's information architecture with no extra edit. | ||
| * it stays a single row here too. Every menu in {@link NAV_MENUS} expands here as | ||
| * a grouped section automatically - the sheet mirrors the desktop nav's | ||
| * information architecture with no extra edit. |
There was a problem hiding this comment.
Duplicate Enterprise nav entries
Medium Severity
Restoring SOLUTIONS_MENU into NAV_MENUS puts Enterprise in that mega-menu, but the desktop bar and mobile sheet still keep a standalone Enterprise link. Visitors now see the same destination twice in primary navigation.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 2bd998f. Configure here.
| workspaceName='Brightwave' | ||
| chats={SIDEBAR_CHATS} | ||
| workflows={SIDEBAR_WORKFLOWS} | ||
| /> |
There was a problem hiding this comment.
Scheduled Tasks nav not highlighted
Medium Severity
EnterpriseSidebar gained an activeNav prop so platform heroes highlight their own module, and Files, Tables, Knowledge, and Logs all pass it. The Scheduled Tasks hero omits activeNav, so New chat stays active instead of Scheduled tasks.
Reviewed by Cursor Bugbot for commit 2bd998f. Configure here.


Summary
columns: 2)Test plan
/enterprise,/solutions/engineering,/solutions/it,/solutions/compliance,/solutions/finance,/solutions/hr,/workflowsMade with Cursor