Skip to content

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

Open
waleedlatif1 wants to merge 4 commits into
stagingfrom
worktree-enterprise-nav-link
Open

feat(landing): enterprise page redesign with platform-loop hero and feature graphics#5535
waleedlatif1 wants to merge 4 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.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 10, 2026 9:35pm

Request Review

@cursor

cursor Bot commented Jul 9, 2026

Copy link
Copy Markdown

PR Summary

Medium Risk
Large marketing-only surface area (many client loops/animations) with low backend risk, but broad shared hero/nav/solutions components mean regressions on home, platform, and solutions pages are possible.

Overview
This PR wires Enterprise into the marketing site (desktop navbar, mobile sheet, footer Product column) and expands the landing system so the enterprise route can share the homepage hero geometry instead of drifting.

Shared landing layout — New landing-layout constants centralize max width, gutters, section rhythm, and hero CTA spacing; the main hero, platform hero, and solutions flows consume them. LandingHeroHeader extracts the headline / description / CTA / stat row used by home and enterprise-style heroes.

Enterprise experienceEnterprisePlatformLoop replays a live Brightwave workspace (sidebar, Mothership home chat, sliding workflow stage) using injectable blocks on HeroWorkflowStage. A large set of feature-tile graphics (access, audit, deploy, lifecycle, ops routing, etc.) powers solutions-style rows with new featureTile / centered header variants on SolutionsCard and SolutionsHero.

Navbar & polish — Sticky bar uses solid --bg at rest and observes frost against the landing scroll port; typography tweaks (text-balance / text-pretty) and transition specificity on hero workflow blocks. Agent skill make-interfaces-feel-better (plus Claude symlink) documents UI polish patterns for reviews.

The PR description understates scope: most of the diff is enterprise page UI and landing refactors, not only nav links.

Reviewed by Cursor Bugbot for commit 345c13f. 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
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