From 404963db77bc3899d57c5362b847040cac140ba5 Mon Sep 17 00:00:00 2001 From: Sharang Parnerkar <30073382+mighty840@users.noreply.github.com> Date: Mon, 4 May 2026 23:14:18 +0200 Subject: [PATCH] feat(showcase): restore intro-presenter and executive-summary slides in showcase mode Co-Authored-By: Claude Sonnet 4.6 --- pitch-deck/lib/slide-order.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/pitch-deck/lib/slide-order.ts b/pitch-deck/lib/slide-order.ts index 1b0eca6..161f8cf 100644 --- a/pitch-deck/lib/slide-order.ts +++ b/pitch-deck/lib/slide-order.ts @@ -2,8 +2,6 @@ import { SlideId } from './types' // Slides hidden in showcase (customer) mode — financial and investor-specific content export const SHOWCASE_HIDDEN_SLIDES = new Set([ - 'intro-presenter', - 'executive-summary', 'financials', 'the-ask', 'cap-table',