feat(pitch-deck): MOAT card on USP, 12% scale milestones, fix 320→380+
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m16s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 34s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 30s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m16s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 34s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 30s
- USP: killer quote → amber/orange MOAT card, tighter spacing - Milestones: 12% scale-up matching USP slide - Regulatory Landscape: 320→380+ in KPI card + subtitle (DE+EN) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -630,8 +630,8 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
||||
<div>
|
||||
<style>{CSS_KF}</style>
|
||||
|
||||
<FadeInView className="text-center mb-3">
|
||||
<h2 className="text-5xl md:text-6xl font-bold mb-1">
|
||||
<FadeInView className="text-center mb-1">
|
||||
<h2 className="text-5xl md:text-6xl font-bold">
|
||||
<GradientText>USP</GradientText>
|
||||
</h2>
|
||||
</FadeInView>
|
||||
@@ -674,7 +674,7 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
||||
</div>
|
||||
|
||||
{/* Bridge */}
|
||||
<div style={{ position: 'relative', margin: '14px 48px 0', height: 340 }}>
|
||||
<div style={{ position: 'relative', margin: '8px 48px 0', height: 330 }}>
|
||||
<BridgeConnectors isLight={isLight} />
|
||||
<div style={{
|
||||
position: 'relative', zIndex: 2,
|
||||
@@ -809,22 +809,31 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Killer quote */}
|
||||
{/* MOAT card */}
|
||||
<div style={{
|
||||
position: 'relative', zIndex: 2, margin: '0 48px 24px',
|
||||
padding: '11px 20px', borderRadius: 10,
|
||||
position: 'relative', zIndex: 2, margin: '0 48px 20px',
|
||||
padding: '14px 20px', borderRadius: 12,
|
||||
background: isLight
|
||||
? 'linear-gradient(90deg, rgba(251,191,36,.08), rgba(167,139,250,.08), rgba(139,92,246,.06))'
|
||||
: 'linear-gradient(90deg, rgba(251,191,36,.08), rgba(167,139,250,.1), rgba(139,92,246,.08))',
|
||||
border: `1px solid ${isLight ? 'rgba(167,139,250,.2)' : 'rgba(167,139,250,.22)'}`,
|
||||
textAlign: 'center', fontStyle: 'italic',
|
||||
fontSize: 12.5, color: isLight ? '#475569' : 'rgba(236,233,247,.82)',
|
||||
? 'linear-gradient(90deg, rgba(251,191,36,.1), rgba(99,102,241,.06))'
|
||||
: 'linear-gradient(90deg, rgba(251,191,36,.1), rgba(99,102,241,.08))',
|
||||
border: `1px solid ${isLight ? 'rgba(251,191,36,.25)' : 'rgba(251,191,36,.2)'}`,
|
||||
display: 'flex', alignItems: 'center', gap: 14,
|
||||
}}>
|
||||
<span style={{ color: '#fbbf24', marginRight: 8, fontSize: 16, verticalAlign: -2 }}>"</span>
|
||||
{de
|
||||
? 'Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit du maximal gehen kannst. Das ist unser Produkt.'
|
||||
: 'Anyone can say what\'s forbidden. Almost no one can tell you how far you can actually go. That\'s our product.'}
|
||||
<span style={{ color: '#fbbf24', marginLeft: 8, fontSize: 16, verticalAlign: -2 }}>"</span>
|
||||
<div style={{
|
||||
width: 44, height: 44, borderRadius: 12, flexShrink: 0,
|
||||
background: 'linear-gradient(135deg, #f59e0b, #ea580c)',
|
||||
display: 'flex', alignItems: 'center', justifyContent: 'center',
|
||||
boxShadow: '0 4px 16px rgba(245,158,11,.3)',
|
||||
fontSize: 20, fontWeight: 800, color: '#fff',
|
||||
}}>✦</div>
|
||||
<div>
|
||||
<div style={{ fontSize: 15, fontWeight: 700, color: '#fbbf24', marginBottom: 3 }}>MOAT</div>
|
||||
<div style={{ fontSize: 12.5, lineHeight: 1.5, color: isLight ? '#475569' : 'rgba(236,233,247,.82)' }}>
|
||||
{de
|
||||
? 'Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit du maximal gehen kannst. Das ist unser Produkt.'
|
||||
: 'Anyone can say what\'s forbidden. Almost no one can tell you how far you can actually go. That\'s our product.'}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<DetailModal item={detail} onClose={close} isLight={isLight} />
|
||||
|
||||
Reference in New Issue
Block a user