Skip to content

feat(landing): enterprise page redesign with platform-loop hero and feature graphics#5535

Merged
waleedlatif1 merged 7 commits into
stagingfrom
worktree-enterprise-nav-link
Jul 10, 2026
Merged

feat(landing): enterprise page redesign with platform-loop hero and feature graphics#5535
waleedlatif1 merged 7 commits into
stagingfrom
worktree-enterprise-nav-link

Conversation

@waleedlatif1

@waleedlatif1 waleedlatif1 commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Redesigned the enterprise landing page hero with an animated platform loop (product sidebar + home stage) over a new hero background
  • Rebuilt all nine feature tiles as bespoke graphics (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 tiles
  • Extracted a shared hero-header component and landing-layout constants; aligned hero, platform, and solutions pages to the same layout system
  • Adds the enterprise link to the navbar and footer (original scope of this branch)
  • Dev-only conveniences used while iterating: 127.0.0.1 dev origins in next.config.ts, root redirect skipped in dev in proxy.ts
  • Installs the make-interfaces-feel-better skill (tracked in skills-lock.json)

Type of Change

  • New feature

Testing

Tested manually against the running landing page (hero loop, all feature tiles, animations, responsive layout). bun run lint passes.

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Skipped Skipped Jul 10, 2026 11:31pm

Request Review

@cursor

cursor Bot commented Jul 9, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Changes are confined to landing/marketing UI and agent documentation—no auth, API, or data-path changes. Risk is mainly regression in responsive layout and decorative animations on marketing routes.

Overview
Adds a full enterprise marketing experience: animated platform-loop hero (live sidebar + new-chat stage, workflow pane, invoice-matching flow), a 12-tile feature grid with bespoke CSS-module vignettes, and Enterprise links in the navbar, mobile nav, and footer.

Shared landing layout is centralized in landing-layout.ts and LandingHeroHeader so the homepage hero, enterprise hero (SolutionsHero home variant), and platform hero share width, gutters, CTA spacing, and typography (text-balance / text-pretty).

Solutions building blocks gain featureTile cards, extracted SolutionsCardRowHeader, optional centered headers, and EnterpriseFeatureGrid—one cross-section grid with tablet order-* reflow so 3-card rows don’t orphan in two columns. HeroWorkflowStage now accepts injectable blocks / edges / canvas for the enterprise loop.

Navbar shell uses solid --bg at the top and observes scroll against the landing scroll port; desktop/mobile CTAs use ChipLink variant='border' where appropriate.

Also adds the make-interfaces-feel-better agent skill (UI polish reference docs) and a symlink under .claude/skills/.

Reviewed by Cursor Bugbot for commit c327621. Bugbot is set up for automated code reviews on this repo. Configure here.

@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR adds Enterprise links to the landing page navigation. The main changes are:

  • Enterprise added to the desktop navbar before Pricing.
  • Enterprise added to the mobile nav standalone links.
  • Enterprise added to the footer Product column.

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
apps/sim/app/(landing)/components/footer/footer.tsx Adds Enterprise to the Product footer links as an internal /enterprise link.
apps/sim/app/(landing)/components/navbar/components/mobile-nav/mobile-nav.tsx Adds Enterprise to the mobile nav standalone links before Pricing.
apps/sim/app/(landing)/components/navbar/navbar.tsx Adds an Enterprise desktop navbar chip before Pricing.

Reviews (1): Last reviewed commit: "feat(landing): add enterprise link to na..." | Re-trigger Greptile

@waleedlatif1 waleedlatif1 force-pushed the worktree-enterprise-nav-link branch from 25b8fc2 to 7671338 Compare July 9, 2026 15:46
waleedlatif1 and others added 4 commits July 10, 2026 17:28
…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>
@andresdjasso andresdjasso force-pushed the worktree-enterprise-nav-link branch from 7671338 to 345c13f Compare July 10, 2026 21:30
@andresdjasso andresdjasso changed the title feat(landing): add enterprise link to navbar and footer feat(landing): enterprise page redesign with platform-loop hero and feature graphics Jul 10, 2026
- 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>
@waleedlatif1 waleedlatif1 merged commit f60d41a into staging Jul 10, 2026
12 checks passed
@waleedlatif1 waleedlatif1 deleted the worktree-enterprise-nav-link branch July 10, 2026 23:32

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ 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',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 smlg band.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c327621. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants