diff --git a/pitch-deck/components/slides/BusinessModelSlide.tsx b/pitch-deck/components/slides/BusinessModelSlide.tsx index 53d8add..b5284d8 100644 --- a/pitch-deck/components/slides/BusinessModelSlide.tsx +++ b/pitch-deck/components/slides/BusinessModelSlide.tsx @@ -78,22 +78,22 @@ export default function BusinessModelSlide({ lang }: BusinessModelSlideProps) { {tier.highlight && ( -
+
{de ? 'Kernmarkt' : 'Core Market'}
)}

{tier.name}

-

{tier.target}

-

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

+

{tier.target}

+

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

{tier.price} - {tier.period} + {tier.period}
    {tier.features.map((f, i) => ( -
  • +
  • {f}
  • @@ -111,7 +111,7 @@ export default function BusinessModelSlide({ lang }: BusinessModelSlideProps) { Professional Enterprise - {de ? 'Land & Expand' : 'Land & Expand'} + {de ? 'Land & Expand' : 'Land & Expand'}
@@ -132,7 +132,7 @@ export default function BusinessModelSlide({ lang }: BusinessModelSlideProps) {
- {m.label} + {m.label} {m.value}

{m.sub}

diff --git a/pitch-deck/components/slides/EngineeringSlide.tsx b/pitch-deck/components/slides/EngineeringSlide.tsx index 73f8cd5..20907b7 100644 --- a/pitch-deck/components/slides/EngineeringSlide.tsx +++ b/pitch-deck/components/slides/EngineeringSlide.tsx @@ -30,7 +30,7 @@ export default function EngineeringSlide({ lang }: EngineeringSlideProps) { const heroStats = [ { - value: '960K+', + value: '481K', label: de ? 'Zeilen Code' : 'Lines of Code', sub: 'Go · Python · TypeScript', color: 'text-indigo-400', diff --git a/pitch-deck/components/slides/ProductSlide.tsx b/pitch-deck/components/slides/ProductSlide.tsx index 720caee..691fffe 100644 --- a/pitch-deck/components/slides/ProductSlide.tsx +++ b/pitch-deck/components/slides/ProductSlide.tsx @@ -58,7 +58,7 @@ export default function ProductSlide({ lang }: ProductSlideProps) {

{de ? mod.de : mod.en}

-

{de ? mod.descDe : mod.descEn}

+

{de ? mod.descDe : mod.descEn}

) })} @@ -70,7 +70,7 @@ export default function ProductSlide({ lang }: ProductSlideProps) {

{i.product.pricingTitle}

-

{i.product.pricingSubtitle}

+

{i.product.pricingSubtitle}

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

{de ? tier.noteDe : tier.noteEn}

+

{de ? tier.noteDe : tier.noteEn}

)}
@@ -106,10 +106,10 @@ export default function ProductSlide({ lang }: ProductSlideProps) {

{i.product.cloud}

-

{i.product.cloudDesc}

+

{i.product.cloudDesc}

- BSI DE - {de ? 'Fix oder flexibel' : 'Fixed or flexible'} + BSI DE + {de ? 'Fix oder flexibel' : 'Fixed or flexible'}
@@ -117,7 +117,7 @@ export default function ProductSlide({ lang }: ProductSlideProps) {

{i.product.privacy}

-

{i.product.privacyDesc}

+

{i.product.privacyDesc}

diff --git a/pitch-deck/components/slides/SavingsSlide.tsx b/pitch-deck/components/slides/SavingsSlide.tsx index f44f5db..9224b88 100644 --- a/pitch-deck/components/slides/SavingsSlide.tsx +++ b/pitch-deck/components/slides/SavingsSlide.tsx @@ -100,7 +100,7 @@ export default function SavingsSlide({ lang }: SavingsSlideProps) {

{co.name}

-

{co.desc}

+

{co.desc}

@@ -110,7 +110,7 @@ export default function SavingsSlide({ lang }: SavingsSlideProps) {
{/* Savings table */} -
+
{de ? 'Kostenposition' : 'Cost Item'} {de ? 'Ohne' : 'Without'} {de ? 'Mit' : 'With'} diff --git a/pitch-deck/components/slides/StrategySlide.tsx b/pitch-deck/components/slides/StrategySlide.tsx index 176e3ef..9cedf58 100644 --- a/pitch-deck/components/slides/StrategySlide.tsx +++ b/pitch-deck/components/slides/StrategySlide.tsx @@ -126,14 +126,14 @@ export default function StrategySlide({ lang }: StrategySlideProps) {

{phase.title}

-

{phase.period}

-
+

{phase.period}

+
{phase.team} {phase.arr}
{phase.items.map((item, i) => ( -

+

{item}

@@ -154,9 +154,9 @@ export default function StrategySlide({ lang }: StrategySlideProps) {

CANCOM Cloud Marketplace

- {de ? 'Schneller Einstieg' : 'Fast Entry'} + {de ? 'Schneller Einstieg' : 'Fast Entry'}
-

{de ? 'TecDAX · ~5.800 MA · 120+ SaaS-Produkte gelistet' : 'TecDAX · ~5,800 emp. · 120+ SaaS products listed'}

+

{de ? 'TecDAX · ~5.800 MA · 120+ SaaS-Produkte gelistet' : 'TecDAX · ~5,800 emp. · 120+ SaaS products listed'}

{(de ? [ 'Formales ISV-Partnerprogramm — strukturiertes Onboarding', @@ -180,9 +180,9 @@ export default function StrategySlide({ lang }: StrategySlideProps) {

Bechtle Systemhäuser

- {de ? 'Größte Reichweite' : 'Largest Reach'} + {de ? 'Größte Reichweite' : 'Largest Reach'}
-

{de ? '15.000 MA · 85+ Standorte · 6,3 Mrd. EUR · 70.000 Kunden' : '15,000 emp. · 85+ locations · EUR 6.3B · 70,000 customers'}

+

{de ? '15.000 MA · 85+ Standorte · 6,3 Mrd. EUR · 70.000 Kunden' : '15,000 emp. · 85+ locations · EUR 6.3B · 70,000 customers'}

{(de ? [ 'Regionaler Einstieg: Lokales Systemhaus wo wir Kunden haben', @@ -203,7 +203,7 @@ export default function StrategySlide({ lang }: StrategySlideProps) {
-

+

{de ? '* CANCOM und Bechtle sind geplante Distributionspartner. Eine Kontaktaufnahme ist noch nicht erfolgt.' : '* CANCOM and Bechtle are planned distribution partners. No contact has been made yet.'}