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 3 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.
| * 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.
Platform menu links to missing pages
High Severity
Re-adding PLATFORM_MENU to NAV_MENUS exposes Knowledge Base, Tables, Files, and Logs links (/knowledge, /tables, /files, /logs). Those marketing routes are not present under the landing app, so four of five Platform items navigate to missing pages.
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 3 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 2922e01. Configure here.
| </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.


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