From 91b5ce990fb7a6488475eb2df620f7e7bf88754c Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 15 Apr 2026 23:50:49 +0200 Subject: [PATCH] fix(pitch-deck): remove Kernmarkt label, pricing from product, bigger disclaimer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - BusinessModel: remove "Kernmarkt" text, stronger highlight (shadow+border) - Product: remove Pricing kachel, split Deployment into 2 side-by-side cards (Cloud + Privacy Hardware), larger text - Executive Summary: disclaimer font size increased (9px→11px, 10px→12px) Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/slides/BusinessModelSlide.tsx | 7 +- .../slides/ExecutiveSummarySlide.tsx | 4 +- pitch-deck/components/slides/ProductSlide.tsx | 66 +++++-------------- 3 files changed, 21 insertions(+), 56 deletions(-) diff --git a/pitch-deck/components/slides/BusinessModelSlide.tsx b/pitch-deck/components/slides/BusinessModelSlide.tsx index b5284d8..675e26f 100644 --- a/pitch-deck/components/slides/BusinessModelSlide.tsx +++ b/pitch-deck/components/slides/BusinessModelSlide.tsx @@ -76,12 +76,7 @@ export default function BusinessModelSlide({ lang }: BusinessModelSlideProps) {
{tiers.map((tier, idx) => ( - - {tier.highlight && ( -
- {de ? 'Kernmarkt' : 'Core Market'} -
- )} +

{tier.name}

{tier.target}

{tier.employees} {de ? 'Mitarbeiter' : 'employees'}

diff --git a/pitch-deck/components/slides/ExecutiveSummarySlide.tsx b/pitch-deck/components/slides/ExecutiveSummarySlide.tsx index f5971d0..3d59905 100644 --- a/pitch-deck/components/slides/ExecutiveSummarySlide.tsx +++ b/pitch-deck/components/slides/ExecutiveSummarySlide.tsx @@ -607,8 +607,8 @@ export default function ExecutiveSummarySlide({ lang, data }: ExecutiveSummarySl {/* Disclaimer */}
-

{de ? 'Hinweis / Haftungsausschluss' : 'Disclaimer'}

-

+

{de ? 'Hinweis / Haftungsausschluss' : 'Disclaimer'}

+

{de ? 'Dieses Dokument dient ausschließlich Informationszwecken und stellt weder ein Angebot zum Verkauf noch eine Aufforderung zum Kauf von Anteilen oder Wertpapieren dar. Die enthaltenen Informationen wurden vom Team Breakpilot (Gründerteam, noch keine Gesellschaft gegründet) nach bestem Wissen und Gewissen erstellt, können jedoch unvollständig sein und jederzeit ohne vorherige Ankündigung geändert werden. Es wird keine ausdrückliche oder konkludente Gewähr für die Richtigkeit, Vollständigkeit oder Aktualität der Inhalte übernommen. Dieses Dokument enthält zukunftsgerichtete Aussagen, die auf aktuellen Annahmen und Erwartungen beruhen und mit erheblichen Risiken und Unsicherheiten verbunden sind. Die tatsächlichen Ergebnisse können wesentlich von den dargestellten abweichen. Eine Investitionsentscheidung sollte ausschließlich auf Grundlage weitergehender, rechtlich verbindlicher Unterlagen sowie unter Hinzuziehung eigener rechtlicher, steuerlicher und finanzieller Beratung getroffen werden. Soweit gesetzlich zulässig, wird jede Haftung des Team Breakpilot sowie seiner Mitglieder für etwaige Schäden, die direkt oder indirekt aus der Nutzung dieses Dokuments entstehen, ausgeschlossen. Dieses Dokument ist vertraulich und ausschließlich für den vorgesehenen Empfänger bestimmt. Eine Weitergabe, Vervielfältigung oder Veröffentlichung ist ohne vorherige schriftliche Zustimmung nicht gestattet.' : 'This document is for informational purposes only and does not constitute an offer to sell or a solicitation to purchase shares or securities. The information contained herein was prepared by Team Breakpilot (founding team, no company incorporated yet) to the best of their knowledge, but may be incomplete and subject to change without prior notice. No express or implied warranty is given for the accuracy, completeness or timeliness of the content. This document contains forward-looking statements based on current assumptions and expectations that involve significant risks and uncertainties. Actual results may differ materially. Any investment decision should be based solely on further legally binding documents and with the advice of independent legal, tax and financial counsel. To the extent permitted by law, all liability of Team Breakpilot and its members for any damages arising directly or indirectly from the use of this document is excluded. This document is confidential and intended solely for the designated recipient. Distribution, reproduction or publication without prior written consent is prohibited.' diff --git a/pitch-deck/components/slides/ProductSlide.tsx b/pitch-deck/components/slides/ProductSlide.tsx index 691fffe..3824be1 100644 --- a/pitch-deck/components/slides/ProductSlide.tsx +++ b/pitch-deck/components/slides/ProductSlide.tsx @@ -64,61 +64,31 @@ export default function ProductSlide({ lang }: ProductSlideProps) { })}

- {/* Pricing + Deployment */} + {/* Deployment Options — 2 cards side by side */}
- {/* Pricing */} - -

{i.product.pricingTitle}

-

{i.product.pricingSubtitle}

-
- {PRICING_TIERS.map((tier, idx) => ( -
-
- {tier.employees} - {de ? 'Mitarbeiter' : 'employees'} -
-
- - {de ? tier.priceDe : tier.priceEn} - - {tier.noteDe && ( -

{de ? tier.noteDe : tier.noteEn}

- )} -
-
- ))} + +
+ +

{i.product.cloud}

+
+

{i.product.cloudDesc}

+
+ BSI DE + {de ? 'Fix oder flexibel' : 'Fixed or flexible'}
- {/* Deployment Options */} - -
-
-
- -

{i.product.cloud}

-
-

{i.product.cloudDesc}

-
- BSI DE - {de ? 'Fix oder flexibel' : 'Fixed or flexible'} -
-
-
-
- -

{i.product.privacy}

-
-

{i.product.privacyDesc}

-
+ +
+ +

{i.product.privacy}

+
+

{i.product.privacyDesc}

+
+ {de ? 'Geplant, optional' : 'Planned, optional'}