From c17c5f3b1de02b273f178694d46c961795cce8fb Mon Sep 17 00:00:00 2001 From: andresdjasso Date: Tue, 8 Sep 2026 14:17:39 -0700 Subject: [PATCH 1/2] fix(landing): refine product previews and customer media --- .../featured-customer-card.tsx | 8 +- .../core-feature-card/core-feature-card.tsx | 33 ++- .../components/features/features.tsx | 1 + .../hero-platform-loop/stage-block-card.tsx | 21 +- .../nav-menu-chip/constants.test.ts | 6 +- .../components/nav-menu-chip/constants.ts | 3 +- .../workspace-controls/workspace-controls.tsx | 26 +- .../shared/cli-graphic/cli-graphic.module.css | 210 ++++++++++++-- .../shared/cli-graphic/cli-graphic.tsx | 168 +++++++---- .../code-window-graphic.module.css | 197 ++++++++++--- .../code-window-graphic.tsx | 139 +++------- .../shared/code-window-graphic/index.ts | 2 +- .../components/product-code-example.tsx | 15 +- .../customer-story-media.test.tsx | 39 +++ .../customer-story-media.tsx | 22 +- .../customer-story-page.tsx | 2 +- .../enterprise-members-preview.tsx | 1 + .../file-library-graphic.module.css | 89 ++++++ .../feature-graphics/file-library-graphic.tsx | 60 +--- .../interactive-library-folder.tsx | 124 +++++++++ .../run-trace-graphic.module.css | 260 +++++++++++++++--- .../feature-graphics/run-trace-graphic.tsx | 232 +++++++--------- apps/sim/lib/customers/data.ts | 7 + .../landing/customers/exp-beach-house.jpg | Bin 0 -> 151302 bytes 24 files changed, 1167 insertions(+), 498 deletions(-) create mode 100644 apps/sim/app/(landing)/customers/components/customer-story-media/customer-story-media.test.tsx create mode 100644 apps/sim/app/(landing)/files/components/feature-graphics/interactive-library-folder.tsx create mode 100644 apps/sim/public/landing/customers/exp-beach-house.jpg diff --git a/apps/sim/app/(landing)/components/featured-customer/featured-customer-card.tsx b/apps/sim/app/(landing)/components/featured-customer/featured-customer-card.tsx index d4e35f0c036..6edabd023f8 100644 --- a/apps/sim/app/(landing)/components/featured-customer/featured-customer-card.tsx +++ b/apps/sim/app/(landing)/components/featured-customer/featured-customer-card.tsx @@ -82,7 +82,7 @@ export function FeaturedCustomerCard({ story, active, emphasized }: FeaturedCust