pitch-deck: remove duplicate in-canvas headings from USP and Milestones slides
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m9s
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 32s
CI / test-python-voice (push) Successful in 28s
CI / test-bqas (push) Successful in 31s

Keep only the top-level GradientText h2; drop the redundant h1 and kicker
inside each slide canvas.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sharang Parnerkar
2026-04-21 11:11:38 +02:00
parent ad2bbab7b6
commit b3baf603ee
2 changed files with 2 additions and 50 deletions

View File

@@ -670,28 +670,6 @@ export default function USPSlide({ lang }: USPSlideProps) {
{de ? 'Element anklicken' : 'Click any element'}
</div>
{/* Heading */}
<div style={{ position: 'relative', padding: '30px 48px 0', textAlign: 'center', zIndex: 2 }}>
<div style={{ ...MONO, fontSize: 10, letterSpacing: 4, color: isLight ? 'rgba(109,77,194,.7)' : 'rgba(167,139,250,.7)', textTransform: 'uppercase', fontWeight: 600, marginBottom: 6 }}>
{de ? 'Alleinstellungsmerkmal' : 'Unique Selling Proposition'}
</div>
<h1 style={{
fontSize: 34, fontWeight: 700, letterSpacing: -0.8, margin: 0, lineHeight: 1.2,
color: isLight ? '#1a1a2e' : '#f7f5fc',
animation: isLight ? undefined : 'uspHeading 4s ease-in-out infinite',
}}>
{de ? 'Die erste Plattform, die ' : 'The first platform bridging '}
<span style={{ background: 'linear-gradient(90deg, #c4aaff, #a78bfa)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent', backgroundClip: 'text' }}>
{de ? 'Compliance' : 'compliance'}
</span>
{' ↔ '}
<span style={{ background: 'linear-gradient(90deg, #fde68a, #fbbf24)', WebkitBackgroundClip: 'text', WebkitTextFillColor: 'transparent', backgroundClip: 'text' }}>
{de ? 'Code' : 'code'}
</span>
{de ? ' verbindet' : ''}
</h1>
</div>
{/* Bridge */}
<div style={{ position: 'relative', margin: '14px 48px 0', height: 340 }}>
<BridgeConnectors isLight={isLight} />