fix(pitch-deck): increase font sizes on slides 8, 11, 18, 25, 27
Some checks failed
Build pitch-deck / build-push-deploy (push) Has been cancelled
CI / go-lint (push) Has been cancelled
CI / python-lint (push) Has been cancelled
CI / nodejs-lint (push) Has been cancelled
CI / test-go-consent (push) Has been cancelled
CI / test-python-voice (push) Has been cancelled
CI / test-bqas (push) Has been cancelled
Some checks failed
Build pitch-deck / build-push-deploy (push) Has been cancelled
CI / go-lint (push) Has been cancelled
CI / python-lint (push) Has been cancelled
CI / nodejs-lint (push) Has been cancelled
CI / test-go-consent (push) Has been cancelled
CI / test-python-voice (push) Has been cancelled
CI / test-bqas (push) Has been cancelled
- All text-[10px] → text-xs (12px) - All text-[9px] → text-[11px] - All text-[8px] → text-[10px] - Affected: BusinessModel, Product, Savings, Strategy slides - Engineering: revert LoC to 481K (compliance SDK only, not all repos) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -126,14 +126,14 @@ export default function StrategySlide({ lang }: StrategySlideProps) {
|
||||
<Icon className={`w-4 h-4 ${phase.color}`} />
|
||||
<h4 className={`text-xs font-bold ${phase.color}`}>{phase.title}</h4>
|
||||
</div>
|
||||
<p className="text-[10px] text-white/30 mb-1">{phase.period}</p>
|
||||
<div className="flex justify-between text-[10px] mb-2">
|
||||
<p className="text-xs text-white/30 mb-1">{phase.period}</p>
|
||||
<div className="flex justify-between text-xs mb-2">
|
||||
<span className="text-white/50">{phase.team}</span>
|
||||
<span className={`font-mono font-bold ${phase.color}`}>{phase.arr}</span>
|
||||
</div>
|
||||
<div className="space-y-1">
|
||||
{phase.items.map((item, i) => (
|
||||
<p key={i} className="text-[10px] text-white/60 pl-3 relative">
|
||||
<p key={i} className="text-xs text-white/60 pl-3 relative">
|
||||
<span className={`absolute left-0 top-1 w-1.5 h-1.5 rounded-full ${phase.color.replace('text-', 'bg-')}/60`} />
|
||||
{item}
|
||||
</p>
|
||||
@@ -154,9 +154,9 @@ export default function StrategySlide({ lang }: StrategySlideProps) {
|
||||
<GlassCard delay={0.5} hover={false} className="p-4 border-t-2 border-t-blue-500">
|
||||
<div className="flex items-center justify-between mb-2">
|
||||
<h4 className="text-sm font-bold text-blue-400">CANCOM Cloud Marketplace</h4>
|
||||
<span className="text-[9px] bg-blue-500/20 text-blue-300 px-2 py-0.5 rounded-full">{de ? 'Schneller Einstieg' : 'Fast Entry'}</span>
|
||||
<span className="text-[11px] bg-blue-500/20 text-blue-300 px-2 py-0.5 rounded-full">{de ? 'Schneller Einstieg' : 'Fast Entry'}</span>
|
||||
</div>
|
||||
<p className="text-[10px] text-white/40 mb-2">{de ? 'TecDAX · ~5.800 MA · 120+ SaaS-Produkte gelistet' : 'TecDAX · ~5,800 emp. · 120+ SaaS products listed'}</p>
|
||||
<p className="text-xs text-white/40 mb-2">{de ? 'TecDAX · ~5.800 MA · 120+ SaaS-Produkte gelistet' : 'TecDAX · ~5,800 emp. · 120+ SaaS products listed'}</p>
|
||||
<div className="space-y-1.5">
|
||||
{(de ? [
|
||||
'Formales ISV-Partnerprogramm — strukturiertes Onboarding',
|
||||
@@ -180,9 +180,9 @@ export default function StrategySlide({ lang }: StrategySlideProps) {
|
||||
<GlassCard delay={0.55} hover={false} className="p-4 border-t-2 border-t-emerald-500">
|
||||
<div className="flex items-center justify-between mb-2">
|
||||
<h4 className="text-sm font-bold text-emerald-400">Bechtle Systemhäuser</h4>
|
||||
<span className="text-[9px] bg-emerald-500/20 text-emerald-300 px-2 py-0.5 rounded-full">{de ? 'Größte Reichweite' : 'Largest Reach'}</span>
|
||||
<span className="text-[11px] bg-emerald-500/20 text-emerald-300 px-2 py-0.5 rounded-full">{de ? 'Größte Reichweite' : 'Largest Reach'}</span>
|
||||
</div>
|
||||
<p className="text-[10px] text-white/40 mb-2">{de ? '15.000 MA · 85+ Standorte · 6,3 Mrd. EUR · 70.000 Kunden' : '15,000 emp. · 85+ locations · EUR 6.3B · 70,000 customers'}</p>
|
||||
<p className="text-xs text-white/40 mb-2">{de ? '15.000 MA · 85+ Standorte · 6,3 Mrd. EUR · 70.000 Kunden' : '15,000 emp. · 85+ locations · EUR 6.3B · 70,000 customers'}</p>
|
||||
<div className="space-y-1.5">
|
||||
{(de ? [
|
||||
'Regionaler Einstieg: Lokales Systemhaus wo wir Kunden haben',
|
||||
@@ -203,7 +203,7 @@ export default function StrategySlide({ lang }: StrategySlideProps) {
|
||||
</div>
|
||||
</GlassCard>
|
||||
</div>
|
||||
<p className="text-[10px] text-white/30 text-center mt-2 italic">
|
||||
<p className="text-xs text-white/30 text-center mt-2 italic">
|
||||
{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.'}
|
||||
|
||||
Reference in New Issue
Block a user